diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-13 07:58:26 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-13 07:58:26 +0000 |
commit | 0e7a3d037ecf958b91eec4487547352118f6b68e (patch) | |
tree | 843435d992d81a197807b4eeeb69506e0014562d /news/nn/files/patch-ac | |
parent | upgrade to 1.0.7 (diff) |
upgrade to 6.6.2
PR: 32698
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=51455
Diffstat (limited to 'news/nn/files/patch-ac')
-rw-r--r-- | news/nn/files/patch-ac | 36 |
1 files changed, 3 insertions, 33 deletions
diff --git a/news/nn/files/patch-ac b/news/nn/files/patch-ac index ecb7fd3c76e7..16e02be4e247 100644 --- a/news/nn/files/patch-ac +++ b/news/nn/files/patch-ac @@ -1,5 +1,5 @@ ---- inst.sh.orig Thu Jan 27 02:36:07 2000 -+++ inst.sh Thu Jan 27 02:29:51 2000 +--- 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 @@ -11,16 +11,7 @@ case "$1" in mkdir) -@@ -55,7 +55,7 @@ - ;; - esac - --set -u -+#set -u - - ( - if $NNTP -@@ -89,8 +89,8 @@ +@@ -83,8 +83,8 @@ if [ -s ErrorCheck ] then cat ErrorCheck @@ -31,24 +22,3 @@ fi rm -f ErrorCheck -@@ -188,7 +188,7 @@ - OPT=master - ;; - n) -- OPT="bin aux help online man" -+ OPT="bin aux help online man inews" - ;; - 2|c) - OPT=bin -@@ -357,6 +357,11 @@ - fi - done - ;; -+ -+inews) -+ cd inews/ && make install || exit 1 -+ ;; -+ - - online) - ./inst mkdir $HELP 755 || exit 1 |