From 13d46cb55329cfe5a47090f5911ebf805c4911fe Mon Sep 17 00:00:00 2001 From: andreas Date: Sun, 26 Dec 1999 14:20:49 +0000 Subject: Update to newest STABLE version Update PLIST - more dirrm's - added some entries - make packaging more complete --- news/inn-stable/Makefile | 9 +++++++-- news/inn-stable/distinfo | 2 +- news/inn-stable/pkg-descr | 1 - news/inn-stable/pkg-plist | 10 +++++++++- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index d0d4c2a73840..40bb70847f89 100644 --- a/news/inn-stable/Makefile +++ b/news/inn-stable/Makefile @@ -4,9 +4,8 @@ # Whom: torstenb # # $FreeBSD$ -# -DISTNAME= inn-STABLE_2_2-1999-07-24_03-02 +DISTNAME= inn-STABLE_2_2-1999-12-26_03-02 PKGNAME= inn-stable-v22 CATEGORIES= news MASTER_SITES= http://www.FreeBSD.org/~andreas/download/ \ @@ -115,6 +114,12 @@ post-install: ${CHOWN} news:news ${NEWSSPOOL}/uniover ${SED} <${FILESDIR}/innd.sh >${PREFIX}/etc/rc.d/innd.sh \ s+!!PREFIX!!+${PREFIX}+g && ${CHMOD} +x ${PREFIX}/etc/rc.d/innd.sh + # create log and run subdir with a .keep_me file to make sure + # packaging works. The mkdir might be unnecessary, but to be sure ... +.for dir in log run + ${MKDIR} -p ${NEWSLIB}/${dir} + touch ${NEWSLIB}/${dir}/.keep_me +.endfor # make rnews work when getting news via uucp ! ${CHMOD} 4555 ${NEWSLIB}/bin/rnews diff --git a/news/inn-stable/distinfo b/news/inn-stable/distinfo index 98668af4aa09..2ab23e4e6901 100644 --- a/news/inn-stable/distinfo +++ b/news/inn-stable/distinfo @@ -1 +1 @@ -MD5 (inn-STABLE_2_2-1999-07-24_03-02.tar.gz) = cefac2709b8d733de70a7382d4b56ca9 +MD5 (inn-STABLE_2_2-1999-12-26_03-02.tar.gz) = 69723ace01a733209b5b1d55a559980a diff --git a/news/inn-stable/pkg-descr b/news/inn-stable/pkg-descr index 935ee21bbd3a..a6354c314d06 100644 --- a/news/inn-stable/pkg-descr +++ b/news/inn-stable/pkg-descr @@ -13,7 +13,6 @@ Some statements to meet the COPYRIGHT: Installation is relatively complex but nicely explained in the file INSTALL, see the inn2 sources under the work directory. -Home Page: http://www.isc.org/inn.html Year 2000: http://www.isc.org/inn-y2k.html Support Contracts: http://www.isc.org/support.html diff --git a/news/inn-stable/pkg-plist b/news/inn-stable/pkg-plist index 710e9a147d9e..0b3f644b4db2 100644 --- a/news/inn-stable/pkg-plist +++ b/news/inn-stable/pkg-plist @@ -79,7 +79,6 @@ news/bin/rnews news/bin/rnews.libexec/c7unbatch news/bin/rnews.libexec/decode news/bin/rnews.libexec/encode -news/bin/rnews.libexec/gunbatch news/bin/scanlogs news/bin/scanspool news/bin/send-ihave @@ -94,6 +93,7 @@ news/bin/sm news/bin/startinnfeed news/bin/tally.control news/bin/writelog +news/db/control.ctl news/etc/actsync.cfg news/etc/actsync.ign news/etc/control.ctl @@ -123,9 +123,17 @@ news/lib/innshellvars.pl news/lib/innshellvars.tcl news/lib/libinn.a news/lib/libstorage.a +news/log/.keep_me +news/run/.keep_me +@dirrm news/log/OLD +@dirrm news/log @dirrm news/bin/control @dirrm news/bin/filter @dirrm news/bin/rnews.libexec +@dirrm news/bin/auth @dirrm news/bin @dirrm news/etc +@dirrm news/run +@dirrm news/db @dirrm news/lib +@dirrm news -- cgit