aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1/files/patch-setup2+script+setupserver
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-1.1/files/patch-setup2+script+setupserver')
-rw-r--r--editors/openoffice-1.1/files/patch-setup2+script+setupserver11
1 files changed, 5 insertions, 6 deletions
diff --git a/editors/openoffice-1.1/files/patch-setup2+script+setupserver b/editors/openoffice-1.1/files/patch-setup2+script+setupserver
index 07f3c3f8b23e..7d3b13f659b9 100644
--- a/editors/openoffice-1.1/files/patch-setup2+script+setupserver
+++ b/editors/openoffice-1.1/files/patch-setup2+script+setupserver
@@ -1,11 +1,10 @@
---- ../setup2/script/setupserver.orig Sat Mar 2 17:57:36 2002
-+++ ../setup2/script/setupserver Sat Mar 2 17:58:43 2002
-@@ -234,6 +234,8 @@
+--- ../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 ;;
-+ NetBSD) test=/bin/test ;;
-+ FreeBSD) test=/bin/test ;;
++ FreeBSD) test=/bin/test ;;
+ NetBSD) test=/bin/test ;;
*) test=/usr/bin/test ;;
esac
- sd_cwd="`pwd`"