mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e435d1389a
PR: 14213 Submitted by: Tatsuto Toyonaga <toyonaga@msd.ts.fujitsu.co.jp>
35 lines
733 B
Plaintext
35 lines
733 B
Plaintext
--- 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:
|