summaryrefslogtreecommitdiff
path: root/news/nn/patches/patch-aq
diff options
context:
space:
mode:
authorkim <kim>1999-09-20 21:43:32 +0000
committerkim <kim>1999-09-20 21:43:32 +0000
commitea7c5ca369b2ad049a30a41ccaece997ba1fde94 (patch)
tree8bb6a6886a9997c76e0df72e038e19d94f232d74 /news/nn/patches/patch-aq
parent69d2310026512624e5ef54de0428e6d595f0f652 (diff)
downloadpkgsrc-ea7c5ca369b2ad049a30a41ccaece997ba1fde94.tar.gz
Make this work on Solaris.
NOTE: It is nice to have "make extract" just unpack and not overwrite any files, so it can be used to investigate pkg problems. This is why I chose to not use "post-extract" to patch files. I use "post-patch" instead. I'll need to test this on NetBSD now...
Diffstat (limited to 'news/nn/patches/patch-aq')
-rw-r--r--news/nn/patches/patch-aq10
1 files changed, 5 insertions, 5 deletions
diff --git a/news/nn/patches/patch-aq b/news/nn/patches/patch-aq
index aadd559ec72..89d09eca3f7 100644
--- a/news/nn/patches/patch-aq
+++ b/news/nn/patches/patch-aq
@@ -1,15 +1,15 @@
-$NetBSD: patch-aq,v 1.1 1999/07/26 21:19:30 tron Exp $
+$NetBSD: patch-aq,v 1.2 1999/09/20 21:43:34 kim Exp $
---- inst.sh.orig Mon Sep 13 19:42:25 1993
-+++ inst.sh Mon Jul 26 23:11:39 1999
+--- inst.sh.orig Sat Apr 29 01:34:49 1995
++++ inst.sh Mon Sep 20 17:07:28 1999
@@ -1,8 +1,8 @@
# (Large) prefix inserted above by Make
-# BSD systems keep chown in /etc
-PATH="$PATH:/etc"
-+# BSD systems keep chown in /usr/sbin
-+PATH="$PATH:/usr/sbin"
++# BSD systems keep chown in different places
++PATH="$PATH:/usr/bin:/usr/sbin:/etc"
case "$1" in
mkdir)