f3bad9da86
Builds ok, but is still broken
11 lines
324 B
Plaintext
11 lines
324 B
Plaintext
--- ../setup2/script/setupserver.orig Sat Apr 6 12:22:21 2002
|
|
+++ ../setup2/script/setupserver Wed May 1 22:30:13 2002
|
|
@@ -234,6 +234,7 @@
|
|
sd_platform=`uname -s`
|
|
case $sd_platform in
|
|
SCO_SV) test=/bin/test ;;
|
|
+ FreeBSD) test=/bin/test ;;
|
|
NetBSD) test=/bin/test ;;
|
|
*) test=/usr/bin/test ;;
|
|
esac
|