diff options
Diffstat (limited to 'news/nn/files/patch-inst.sh')
-rw-r--r-- | news/nn/files/patch-inst.sh | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/news/nn/files/patch-inst.sh b/news/nn/files/patch-inst.sh new file mode 100644 index 000000000000..16e02be4e247 --- /dev/null +++ b/news/nn/files/patch-inst.sh @@ -0,0 +1,24 @@ +--- inst.sh.orig Thu Dec 6 19:52:24 2001 ++++ inst.sh Thu Dec 6 19:53:23 2001 +@@ -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) +@@ -83,8 +83,8 @@ + if [ -s ErrorCheck ] + then + cat ErrorCheck +- echo "Hit return to continue" +- read X ++# echo "Hit return to continue" ++# read X + fi + rm -f ErrorCheck + |