diff options
Diffstat (limited to 'graphics/opendx/files/patch-ah')
-rw-r--r-- | graphics/opendx/files/patch-ah | 31 |
1 files changed, 10 insertions, 21 deletions
diff --git a/graphics/opendx/files/patch-ah b/graphics/opendx/files/patch-ah index 64e57265aa48..4f8e6029f656 100644 --- a/graphics/opendx/files/patch-ah +++ b/graphics/opendx/files/patch-ah @@ -1,17 +1,15 @@ ---- bin/dxworker.in.orig Sun Dec 19 00:22:09 1999 -+++ bin/dxworker.in Fri Feb 11 19:21:17 2000 -@@ -22,8 +22,8 @@ - # 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 +--- 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/rsh ++ set remote=/usr/bin/ssh -@@ -139,7 +139,7 @@ + breaksw + +@@ -140,7 +140,7 @@ # default to running locally, from /usr/lpp/dx set exhost=$thishost @@ -20,12 +18,3 @@ set startup=1 # run the startup window by default -@@ -1459,7 +1459,7 @@ - case aviion: - case alphax: - case linux: -- case freebsd: -+ case i386: - breaksw - - default: |