blob: a1864705431c31a72adbdd741de255f06b688344 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
--- bin/dxworker.in.orig Fri Sep 3 17:52:03 1999
+++ bin/dxworker.in Wed Nov 3 12:52:46 1999
@@ -22,10 +22,10 @@
# determine the machine type, and set uiarch, exarch and thisver defaults
switch ( $thissys )
case FreeBSD:
- set exarch=freebsd
- set uiarch=freebsd
+ set exarch=$thismach
+ set uiarch=$thismach
- set remove=/usr/bin/rsh
+ set remote=/usr/bin/rsh
breaksw
@@ -136,7 +136,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
@@ -1456,7 +1456,7 @@
case aviion:
case alphax:
case linux:
- case freebsd:
+ case i386:
breaksw
default:
|