diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-16 08:52:25 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-16 08:52:25 +0000 |
commit | b5836e35bd973ac3604fd21446bbffa905ee294a (patch) | |
tree | 46e4eab6691375e2d7775a8850ee054e03ab6f0b /news/nn/files/patch-ac | |
parent | updated mastersite path. now compiles with lots less warnings (diff) |
Split up patchfiles. Add patch from PR 9710. Update md5 file so it
no longer needs to be marked as broken.
PR: 9710
Submitted by: Boris Staeblow <balu@dva.in-berlin.de>
Notes
Notes:
svn path=/head/; revision=17915
Diffstat (limited to 'news/nn/files/patch-ac')
-rw-r--r-- | news/nn/files/patch-ac | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/news/nn/files/patch-ac b/news/nn/files/patch-ac new file mode 100644 index 000000000000..358bd66621ab --- /dev/null +++ b/news/nn/files/patch-ac @@ -0,0 +1,22 @@ +--- inst.sh.orig Fri Apr 28 22:34:49 1995 ++++ inst.sh Fri Apr 16 01:30:09 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" + + case "$1" in + mkdir) +@@ -55,7 +55,7 @@ + ;; + esac + +-set -u ++#set -u + + ( + if $NNTP |