From f7dbd92f23bcad2a3cd986ccb5ee4c987a3549c8 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Sat, 2 Mar 2002 19:15:00 +0000 Subject: Add patches merged from NetBSD and from other sources --- .../openoffice.org-2/files/patch-setup2::script::setupserver | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 editors/openoffice.org-2/files/patch-setup2::script::setupserver (limited to 'editors/openoffice.org-2/files/patch-setup2::script::setupserver') diff --git a/editors/openoffice.org-2/files/patch-setup2::script::setupserver b/editors/openoffice.org-2/files/patch-setup2::script::setupserver new file mode 100644 index 000000000000..07f3c3f8b23e --- /dev/null +++ b/editors/openoffice.org-2/files/patch-setup2::script::setupserver @@ -0,0 +1,11 @@ +--- ../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 @@ + sd_platform=`uname -s` + case $sd_platform in + SCO_SV) test=/bin/test ;; ++ NetBSD) test=/bin/test ;; ++ FreeBSD) test=/bin/test ;; + *) test=/usr/bin/test ;; + esac + sd_cwd="`pwd`" -- cgit v1.2.3