blob: 4f8e6029f656c7637d0dea54ca75b43f777346e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- bin/dxworker.in.orig Mon Mar 13 23:48:28 2000
+++ bin/dxworker.in Fri Mar 16 18:53:29 2001
@@ -25,7 +25,7 @@
set exarch=freebsd
set uiarch=freebsd
- set remote=/usr/bin/rsh
+ set remote=/usr/bin/ssh
breaksw
@@ -140,7 +140,7 @@
# default to running locally, from /usr/lpp/dx
set exhost=$thishost
-set dxroot=/usr/lpp/dx
+set dxroot=@prefix@/dx
set startup=1 # run the startup window by default
|