diff --git a/news/inn/Makefile b/news/inn/Makefile index 43f8ef0bfb22..9298d3ac2b36 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,247 +1,247 @@ PORTNAME?= inn -PORTVERSION?= 2.7.0 -PORTREVISION?= 1 +PORTVERSION?= 2.7.1 +PORTREVISION?= 0 CATEGORIES= news MASTER_SITES= ISC MASTER_SITE_SUBDIR?= ${PORTNAME} MAINTAINER= kbowling@FreeBSD.org COMMENT= InterNetNews -- the Internet meets Netnews WWW= https://www.eyrie.org/~eagle/software/inn/ BUILD_DEPENDS= p5-GD>=0:graphics/p5-GD \ p5-MIME-Tools>=0:mail/p5-MIME-Tools RUN_DEPENDS:= ${BUILD_DEPENDS} USE_RC_SUBR= innd SUB_FILES= pkg-install USES= cpe gmake libtool perl5 uidfix CPE_VENDOR= isc CONFLICTS?= inn-current OPTIONS_DEFINE= BERKELEYDB BLACKLISTD GNUPG KERBEROS PYTHON SASL \ SQLITE KEYWORDS LARGE_FILES OPENSSL SETGID_INEWS \ TAGGED_HASH UUCP_RNEWS DOCS EXAMPLES OPTIONS_DEFAULT= BERKELEYDB BLACKLISTD GNUPG PYTHON SQLITE KEYWORDS \ OPENSSL LARGE_FILES SETGID_INEWS UUCP_RNEWS OPTIONS_SUB= yes KERBEROS_DESC= Enable Kerberos v5 (for auth_krb5) PYTHON_DESC= Enable support for embedded Python SASL_DESC= Enable SASL (for imapfeed authentication) SQLITE_DESC= Enable SQLite (for ovsqlite overview method) TAGGED_HASH_DESC= Use tagged hash table for history LARGE_FILES_DESC= Support for files larger than 2GB KEYWORDS_DESC= Automatic keyword generation support BERKELEYDB_DESC= Enable BerkeleyDB (for ovdb overview method) BLACKLISTD_DESC= Enable blacklistd support OPENSSL_DESC= Enable OpenSSL (for NNTP over TLS/SSL support) GNUPG_DESC= GnuPG support (for pgpverify control message) UUCP_RNEWS_DESC= Install rnews suitable for use with net/freebsd-uucp SETGID_INEWS_DESC= Enable posting articles locally for all users BLACKLISTD_CONFIGURE_WITH= blacklist .if ${BRANCH:U} == 2.8 PLIST_SUB+= SNAPSHOT="" .else PLIST_SUB+= SNAPSHOT="@comment " .endif VARBASE?= /var .include "Makefile.layout" HAS_CONFIGURE= yes CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} CONFIGURE_ENV+= ac_cv_prog_AWK="${AWK}" CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man \ --prefix=${INN_NEWSBASE} \ --with-spool-dir=${INN_NEWSSPOOL} \ --with-log-dir=${INN_LOGDIR} \ --with-tmp-dir=${INN_TMPDIR} \ --sysconfdir=${INN_CONFDIR} \ --with-run-dir=${INN_RUNDIR} \ --with-db-dir=${INN_DBDIR} \ --datarootdir=${INN_SHAREDIR} \ --with-perl UUCP_RNEWS_RUN_DEPENDS= uucp:net/freebsd-uucp -INNLIB_LONG?= 8.0.0 -LIBVER_LONG?= 3.0.6 -LIBSTORAGEVER_LONG?= 3.1.0 +INNLIB_LONG?= 9.0.0 +LIBVER_LONG?= 3.0.7 +LIBSTORAGEVER_LONG?= 3.1.1 PLIST_SUB+= LIBVER=${LIBVER_LONG:R:R} LIBVER_LONG=${LIBVER_LONG} \ INNLIB=${INNLIB_LONG:R:R} INNLIB_LONG=${INNLIB_LONG} \ LIBSTORAGEVER=${LIBSTORAGEVER_LONG:R:R} LIBSTORAGEVER_LONG=${LIBSTORAGEVER_LONG} .include .if ${PORT_OPTIONS:MSQLITE} USES+= sqlite CONFIGURE_ARGS+= --with-sqlite3=${LOCALBASE} PLIST_SUB+= SQLITE="" TO_BE_STRIPPED+= bin/ovsqlite-server CONFIG_FILES+= ovsqlite.conf .else CONFIGURE_ARGS+= --without-sqlite3 PLIST_SUB+= SQLITE="@comment " .endif .if ${PORT_OPTIONS:MBERKELEYDB} USES+= bdb CONFIGURE_ARGS+= --with-bdb=${LOCALBASE} \ --with-bdb-lib=${LOCALBASE}/lib \ --with-bdb-include=${BDB_INCLUDE_DIR} .endif .if ${PORT_OPTIONS:MKERBEROS} . if exists(${LOCALBASE}/bin/krb5-config) LIB_DEPENDS+= libgssapi_krb5.so:security/krb5 CONFIGURE_ARGS+= --with-krb5=${LOCALBASE} . else CONFIGURE_ARGS+= --with-krb5=/usr . endif CONFIGURE_ENV+= ac_cv_search_krb5_parse_name="-lcrypt -lcrypto -lkrb5 -lasn1 -lroken -lhx509" CONFIGURE_ENV+= ac_cv_func_krb5_init_ets=yes .else CONFIGURE_ARGS+= --without-krb5 .endif .if ${PORT_OPTIONS:MKEYWORDS} CONFIGURE_ARGS+= --enable-keywords .endif .if ${PORT_OPTIONS:MLARGE_FILES} CONFIGURE_ARGS+= --enable-largefiles . if ${PORT_OPTIONS:MTAGGED_HASH} IGNORE= cannot be compiled with both LARGE_FILES and TAGGED_HASH: please re-run make config . endif .endif .if ${PORT_OPTIONS:MPYTHON} USES+= python CONFIGURE_ARGS+= --with-python .endif .if ${PORT_OPTIONS:MSASL} CONFIGURE_ARGS+= --with-sasl=${LOCALBASE} LIB_DEPENDS+= libsasl2.so:security/cyrus-sasl2 .endif .if ${PORT_OPTIONS:MTAGGED_HASH} CONFIGURE_ARGS+= --enable-tagged-hash DBZ_FILES= dir pag PLIST_SUB+= WITH_TAGGED_HASH="" PLIST_SUB+= WITHOUT_TAGGED_HASH="@comment " .else DBZ_FILES= dir hash index PLIST_SUB+= WITH_TAGGED_HASH="@comment " PLIST_SUB+= WITHOUT_TAGGED_HASH="" .endif SUB_LIST+= DBZ_FILES="${DBZ_FILES}" .if ${PORT_OPTIONS:MOPENSSL} USES+= ssl CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} .endif .if ${PORT_OPTIONS:MGNUPG} # Although pgpverify needs gpgv/gpgv2, # checking 'gpg' is the shortest way to check any version of GnuPG installed. BUILD_DEPENDS+= gpg:security/gnupg RUN_DEPENDS+= gpg:security/gnupg .endif .if ${PORT_OPTIONS:MSETGID_INEWS} PLIST_SUB+= MODE_INEWS="2555" .else PLIST_SUB+= MODE_INEWS="" .endif PORTDOCS= CONTRIBUTORS HACKING INSTALL LICENSE MANIFEST NEWS README TODO TO_BE_STRIPPED+= bin/actsync bin/archive bin/auth/passwd/auth_krb5 \ bin/auth/passwd/ckpasswd bin/auth/passwd/radius bin/auth/resolv/domain \ bin/auth/resolv/ident bin/batcher bin/buffchan bin/buffindexed_d \ bin/convdate bin/ctlinnd bin/cvtbatch bin/expire bin/expireover \ bin/fastrm bin/filechan bin/getlist bin/grephistory bin/imapfeed \ bin/inews bin/innbind bin/innconfval bin/innd bin/inndf bin/innfeed \ bin/innxbatch bin/innxmit bin/makedbz bin/makehistory bin/ninpaths \ bin/nnrpd bin/nntpget bin/ovdb_init bin/ovdb_monitor bin/ovdb_server \ bin/ovdb_stat bin/overchan bin/prunehistory bin/rnews \ bin/rnews.libexec/decode bin/rnews.libexec/encode bin/shlock \ bin/shrinkfile bin/sm bin/tdx-util bin/tinyleaf \ lib/libinn.so.${INNLIB_LONG} lib/libinnhist.so.${LIBVER_LONG} \ lib/libstorage.so.${LIBSTORAGEVER_LONG} CONFIG_FILES+= actsync.cfg actsync.ign buffindexed.conf control.ctl \ control.ctl.local cycbuff.conf distrib.pats distributions expire.ctl \ localgroups incoming.conf inn.conf innfeed.conf innreport.conf \ innshellvars.local innshellvars.pl.local innshellvars.tcl.local \ innwatch.ctl moderators news2mail.cf newsfeeds nocem.ctl nnrpd.track \ nntpsend.ctl ovdb.conf passwd.nntp readers.conf send-uucp.cf \ storage.conf subscriptions SUB_LIST+= EGDIR="${EXAMPLESDIR:C,^${PREFIX},\\$\\${PREFIX},}" PLIST_SUB+= ETCFILES="${CONFIG_FILES}" .include .if !defined(GID) GID!= id -g .endif post-patch: @${REINPLACE_CMD} -E 's!\$$[{(]PATHETC[})]!${EXAMPLESDIR}!g' \ ${WRKSRC}/site/Makefile @${REINPLACE_CMD} -e '/^#pragma/d' ${WRKSRC}/*/*.c .if ${PORT_OPTIONS:MBERKELEYDB} @${REINPLACE_CMD} -e 's!-ldb!-ldb-${BDB_VER}!' ${WRKSRC}/configure .endif @${ECHO_CMD} '/^$$D$$(PATH_HISTORY)' > ${WRKDIR}/ex.script @${ECHO_CMD} '+' >> ${WRKDIR}/ex.script @${ECHO_CMD} 'mark t' >> ${WRKDIR}/ex.script @${ECHO_CMD} '/^$$' >> ${WRKDIR}/ex.script @${ECHO_CMD} "'t, d" >> ${WRKDIR}/ex.script @${ECHO_CMD} 'wq!' >> ${WRKDIR}/ex.script @cd ${WRKDIR} && ex ${WRKSRC}/site/Makefile < ex.script > /dev/null pre-install: # @${SETENV} "PKG_PREFIX=${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL @${MKDIR} ${STAGEDIR}${INN_DBDIR} \ ${STAGEDIR}${EXAMPLESDIR} \ ${STAGEDIR}${EXAMPLESDIR}/db @${REINPLACE_CMD} -e '/^RUNASUSER *=/s/news/${UID}/' \ -e '/^RUNASGROUP *=/s/news/${GID}/' \ -e '/^RNEWSGROUP *=/s/news/${GID}/' \ ${WRKSRC}/Makefile.global post-build: @${FIND} ${WRKSRC} -name "inn.conf" \ | ${XARGS} ${REINPLACE_CMD} -e 's/^pathhost:.*/pathhost: host.example.com/' post-install: .for FILE in ${TO_BE_STRIPPED} -${TEST} -f ${STAGEDIR}${INN_NEWSBASE}/${FILE} && \ ${STRIP_CMD} ${STAGEDIR}${INN_NEWSBASE}/${FILE} .endfor ${MKDIR} ${STAGEDIR}${INN_NEWSSPOOL} ${MKDIR} ${STAGEDIR}${INN_CONFDIR} .for FILE in ${CONFIG_FILES} ${CP} -p ${STAGEDIR}${EXAMPLESDIR}/${FILE} ${STAGEDIR}${INN_CONFDIR}/${FILE}.sample .endfor ${MKDIR} ${STAGEDIR}${INN_DBDIR} .for FILE in active active.times newsgroups ${MV} ${STAGEDIR}${INN_DBDIR}/${FILE} \ ${STAGEDIR}${INN_DBDIR}/${FILE}.sample .endfor ${MKDIR} ${STAGEDIR}${DOCSDIR} .for FILE in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/news/inn/distinfo b/news/inn/distinfo index 61c962321ad0..ef7b73e3165e 100644 --- a/news/inn/distinfo +++ b/news/inn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1659899363 -SHA256 (inn-2.7.0.tar.gz) = 75c17e02aac939149187766a448e706118e13b22fecd8802a987e1f8ce866066 -SIZE (inn-2.7.0.tar.gz) = 2718463 +TIMESTAMP = 1682872459 +SHA256 (inn-2.7.1.tar.gz) = e8e0ca77f60f950f1747c82f72697dd7c2697bc691b46f7562056255795d93f4 +SIZE (inn-2.7.1.tar.gz) = 2753330 diff --git a/news/inn/pkg-plist b/news/inn/pkg-plist index bb902f275c2d..5ed494a2428c 100644 --- a/news/inn/pkg-plist +++ b/news/inn/pkg-plist @@ -1,404 +1,406 @@ @owner news @group news @dir %%NEWSBASE%% %%CWDNEWSBASE%% bin/actmerge bin/actsync bin/actsyncd bin/archive @(root,,4550) bin/auth/passwd/ckpasswd %%KERBEROS%%bin/auth/passwd/auth_krb5 bin/auth/passwd/radius bin/auth/resolv/domain bin/auth/resolv/ident bin/batcher bin/buffchan bin/buffindexed_d bin/cnfsheadconf bin/cnfsstat bin/control/checkgroups.pl bin/control/ihave.pl bin/control/newgroup.pl bin/control/rmgroup.pl bin/control/sendme.pl bin/controlbatch bin/controlchan bin/convdate bin/ctlinnd bin/cvtbatch bin/docheckgroups bin/expire bin/expireover bin/expirerm bin/fastrm bin/filter/INN.py bin/filter/filter_innd.pl bin/filter/filter_innd.py bin/filter/filter_nnrpd.pl bin/filter/nnrpd.py bin/filter/nnrpd_access.pl bin/filter/nnrpd_access.py bin/filter/nnrpd_auth.pl bin/filter/nnrpd_auth.py bin/filter/nnrpd_dynamic.py bin/filter/startup_innd.pl bin/gencancel bin/getlist bin/grephistory bin/imapfeed @(,news,%%MODE_INEWS%%) bin/inews bin/inncheck bin/innconfval @(root,,4550) bin/innbind bin/innd bin/inndf bin/innfeed bin/innmail bin/innreport bin/innstat bin/innupgrade bin/innwatch bin/innxbatch bin/innxmit bin/mailpost bin/makedbz bin/makehistory bin/mod-active bin/news.daily bin/news2mail bin/ninpaths bin/nnrpd bin/nntpget bin/nntpsend bin/ovdb_init bin/ovdb_monitor bin/ovdb_server bin/ovdb_stat bin/overchan %%SQLITE%%bin/ovsqlite-server +%%SQLITE%%bin/ovsqlite-util bin/perl-nocem bin/pgpverify bin/procbatch bin/prunehistory bin/pullnews bin/rc.news @(,uucp,4550) bin/rnews bin/rnews.libexec/c7unbatch bin/rnews.libexec/decode bin/rnews.libexec/encode bin/rnews.libexec/bunbatch bin/rnews.libexec/gunbatch bin/scanlogs bin/scanspool bin/send-ihave bin/send-uucp bin/sendinpaths bin/sendxbatches bin/shlock bin/shrinkfile bin/simpleftp bin/sm bin/tally.control bin/tinyleaf bin/tdx-util bin/writelog doc/CONTRIBUTORS doc/GPL doc/HACKING doc/INSTALL doc/LICENSE doc/NEWS doc/README %%SNAPSHOT%%doc/README.snapshot doc/TODO doc/config-design doc/config-semantics doc/config-syntax doc/external-auth doc/history doc/history-innfeed doc/hook-perl doc/hook-python doc/sample-control http/innreport.css include/inn/buffer.h include/inn/concat.h include/inn/confparse.h include/inn/dbz.h include/inn/dispatch.h include/inn/fdflag.h include/inn/hashtab.h include/inn/history.h include/inn/innconf.h include/inn/inndcomm.h include/inn/libinn.h include/inn/list.h include/inn/macros.h include/inn/md5.h include/inn/messages.h include/inn/mmap.h include/inn/network-innbind.h include/inn/network.h include/inn/newsuser.h include/inn/nntp.h include/inn/options.h include/inn/ov.h include/inn/overview.h include/inn/paths.h include/inn/portable-getaddrinfo.h include/inn/portable-getnameinfo.h include/inn/portable-macros.h include/inn/portable-socket.h include/inn/portable-stdbool.h include/inn/qio.h include/inn/secrets.h include/inn/sequence.h include/inn/storage.h include/inn/system.h include/inn/timer.h include/inn/tst.h include/inn/utility.h include/inn/vector.h include/inn/version.h include/inn/wire.h include/inn/xmalloc.h include/inn/xwrite.h lib/perl/INN/Config.pm lib/perl/INN/Utils/Shlock.pm lib/innreport_inn.pm lib/innreport-display.conf lib/innshellvars lib/innshellvars.pl lib/innshellvars.tcl lib/libinn.a lib/libinn.so lib/libinn.so.%%INNLIB%% lib/libinn.so.%%INNLIB_LONG%% lib/libinnhist.a lib/libinnhist.so lib/libinnhist.so.%%LIBVER%% lib/libinnhist.so.%%LIBVER_LONG%% lib/libinnstorage.a lib/libinnstorage.so lib/libinnstorage.so.%%LIBSTORAGEVER%% lib/libinnstorage.so.%%LIBSTORAGEVER_LONG%% @comment -------------------------------------------------------------- @cwd man/man1/convdate.1.gz man/man1/fastrm.1.gz man/man1/gencancel.1.gz man/man1/getlist.1.gz man/man1/grephistory.1.gz man/man1/inews.1.gz man/man1/innconfval.1.gz man/man1/innmail.1.gz man/man1/nntpget.1.gz man/man1/pgpverify.1.gz man/man1/pullnews.1.gz man/man1/rnews.1.gz man/man1/shlock.1.gz man/man1/shrinkfile.1.gz man/man1/simpleftp.1.gz man/man1/sm.1.gz man/man3/INN::Config.3pm.gz man/man3/INN::Utils::Shlock.3pm.gz man/man3/libinn_clientlib.3.gz man/man3/libinn_dbz.3.gz man/man3/libinn_inndcomm.3.gz man/man3/libinn_list.3.gz man/man3/libinn_qio.3.gz man/man3/libinn_tst.3.gz man/man3/libinn_uwildmat.3.gz man/man3/libinnauth.3.gz man/man3/libinnstorage.3.gz man/man3/libinn.3.gz man/man3/libinnhist.3.gz man/man5/active.5.gz man/man5/active.times.5.gz man/man5/buffindexed.conf.5.gz man/man5/control.ctl.5.gz man/man5/cycbuff.conf.5.gz man/man5/distrib.pats.5.gz man/man5/distributions.5.gz man/man5/expire.ctl.5.gz man/man5/history.5.gz man/man5/incoming.conf.5.gz man/man5/inn-radius.conf.5.gz man/man5/inn-secrets.conf.5.gz man/man5/inn.conf.5.gz man/man5/innfeed.conf.5.gz man/man5/innreport.conf.5.gz man/man5/innwatch.ctl.5.gz man/man5/localgroups.5.gz man/man5/moderators.5.gz man/man5/motd.innd.5.gz man/man5/motd.news.5.gz man/man5/motd.nnrpd.5.gz man/man5/newsfeeds.5.gz man/man5/newsgroups.5.gz man/man5/newslog.5.gz man/man5/nnrpd.track.5.gz man/man5/nntpsend.ctl.5.gz man/man5/nocem.ctl.5.gz man/man5/ovdb.5.gz %%SQLITE%%man/man5/ovsqlite.5.gz man/man5/passwd.nntp.5.gz man/man5/readers.conf.5.gz man/man5/storage.conf.5.gz man/man5/subscriptions.5.gz man/man8/actsync.8.gz man/man8/actsyncd.8.gz man/man8/archive.8.gz %%KERBEROS%%man/man8/auth_krb5.8.gz man/man8/batcher.8.gz man/man8/buffchan.8.gz man/man8/ckpasswd.8.gz man/man8/cnfsheadconf.8.gz man/man8/cnfsstat.8.gz man/man8/controlchan.8.gz man/man8/ctlinnd.8.gz man/man8/cvtbatch.8.gz man/man8/docheckgroups.8.gz man/man8/domain.8.gz man/man8/expire.8.gz man/man8/expireover.8.gz man/man8/expirerm.8.gz man/man8/ident.8.gz man/man8/imapfeed.8.gz man/man8/innbind.8.gz man/man8/inncheck.8.gz man/man8/innd.8.gz man/man8/inndf.8.gz man/man8/innfeed.8.gz man/man8/innreport.8.gz man/man8/innstat.8.gz man/man8/innupgrade.8.gz man/man8/innwatch.8.gz man/man8/innxbatch.8.gz man/man8/innxmit.8.gz man/man8/inpaths.8.gz man/man8/mailpost.8.gz man/man8/makedbz.8.gz man/man8/makehistory.8.gz man/man8/mod-active.8.gz man/man8/news.daily.8.gz man/man8/news2mail.8.gz man/man8/ninpaths.8.gz man/man8/nnrpd.8.gz man/man8/nntpsend.8.gz man/man8/ovdb_init.8.gz man/man8/ovdb_monitor.8.gz man/man8/ovdb_server.8.gz man/man8/ovdb_stat.8.gz %%SQLITE%%man/man8/ovsqlite-server.8.gz +%%SQLITE%%man/man8/ovsqlite-util.8.gz man/man8/overchan.8.gz man/man8/perl-nocem.8.gz man/man8/procbatch.8.gz man/man8/prunehistory.8.gz man/man8/radius.8.gz man/man8/rc.news.8.gz man/man8/scanlogs.8.gz man/man8/scanspool.8.gz man/man8/send-ihave.8.gz man/man8/send-uucp.8.gz man/man8/sendinpaths.8.gz man/man8/sendxbatches.8.gz man/man8/tally.control.8.gz man/man8/tdx-util.8.gz man/man8/tinyleaf.8.gz man/man8/writelog.8.gz @comment -------------------------------------------------------------- %%EXAMPLESDIR%%/actsync.cfg %%EXAMPLESDIR%%/actsync.ign %%EXAMPLESDIR%%/buffindexed.conf %%EXAMPLESDIR%%/control.ctl %%EXAMPLESDIR%%/control.ctl.local %%EXAMPLESDIR%%/cycbuff.conf %%EXAMPLESDIR%%/distrib.pats %%EXAMPLESDIR%%/distributions %%EXAMPLESDIR%%/expire.ctl %%EXAMPLESDIR%%/incoming.conf %%EXAMPLESDIR%%/inn-radius.conf %%EXAMPLESDIR%%/inn-secrets.conf %%EXAMPLESDIR%%/inn.conf %%EXAMPLESDIR%%/innfeed.conf %%EXAMPLESDIR%%/innreport.conf %%EXAMPLESDIR%%/innshellvars.local %%EXAMPLESDIR%%/innshellvars.pl.local %%EXAMPLESDIR%%/innshellvars.tcl.local %%EXAMPLESDIR%%/innwatch.ctl %%EXAMPLESDIR%%/localgroups %%EXAMPLESDIR%%/moderators %%EXAMPLESDIR%%/motd.innd.sample %%EXAMPLESDIR%%/motd.nnrpd.sample %%EXAMPLESDIR%%/news2mail.cf %%EXAMPLESDIR%%/newsfeeds %%EXAMPLESDIR%%/nnrpd.track %%EXAMPLESDIR%%/nntpsend.ctl %%EXAMPLESDIR%%/nocem.ctl %%EXAMPLESDIR%%/ovdb.conf %%SQLITE%%%%EXAMPLESDIR%%/ovsqlite.conf %%EXAMPLESDIR%%/passwd.nntp %%EXAMPLESDIR%%/readers.conf %%EXAMPLESDIR%%/send-uucp.cf %%EXAMPLESDIR%%/storage.conf %%EXAMPLESDIR%%/subscriptions @dir %%EXAMPLESDIR%%/db @comment -------------------------------------------------------------- @sample %%DBDIR%%/active.sample @sample %%DBDIR%%/active.times.sample @sample %%DBDIR%%/newsgroups.sample @comment -------------------------------------------------------------- %%WITHOUT_TAGGED_HASH%%@postunexec f=history.hash; if cmp -s %%DBDIR%%/$f %%EXAMPLESDIR%%/db/$f; then rm -f %%DBDIR%%/$f; fi %%WITHOUT_TAGGED_HASH%%@postunexec f=history.index; if cmp -s %%DBDIR%%/$f %%EXAMPLESDIR%%/db/$f; then rm -f %%DBDIR%%/$f; fi %%WITHOUT_TAGGED_HASH%%@postunexec rm -f %%EXAMPLESDIR%%/db/history.hash 2> /dev/null || true %%WITHOUT_TAGGED_HASH%%@postunexec rm -f %%EXAMPLESDIR%%/db/history.index 2> /dev/null || true %%WITH_TAGGED_HASH%%@postunexec f=history.pag; if cmp -s %%DBDIR%%/$f %%EXAMPLESDIR%%/db/$f; then rm -f %%DBDIR%%/$f; fi %%WITH_TAGGED_HASH%%@postunexec rm -f %%EXAMPLESDIR%%/db/history.pag 2> /dev/null || true @sample %%CONFDIR%%/actsync.cfg.sample @sample %%CONFDIR%%/actsync.ign.sample @sample %%CONFDIR%%/buffindexed.conf.sample @sample %%CONFDIR%%/control.ctl.local.sample @sample %%CONFDIR%%/control.ctl.sample @sample %%CONFDIR%%/cycbuff.conf.sample @sample %%CONFDIR%%/distrib.pats.sample @sample %%CONFDIR%%/distributions.sample @sample %%CONFDIR%%/expire.ctl.sample @sample %%CONFDIR%%/incoming.conf.sample @sample %%CONFDIR%%/inn.conf.sample @sample %%CONFDIR%%/innfeed.conf.sample @sample %%CONFDIR%%/innreport.conf.sample @sample %%CONFDIR%%/innshellvars.local.sample @sample %%CONFDIR%%/innshellvars.pl.local.sample @sample %%CONFDIR%%/innshellvars.tcl.local.sample @sample %%CONFDIR%%/innwatch.ctl.sample @sample %%CONFDIR%%/localgroups.sample @sample %%CONFDIR%%/moderators.sample @sample %%CONFDIR%%/news2mail.cf.sample @sample %%CONFDIR%%/newsfeeds.sample @sample %%CONFDIR%%/nnrpd.track.sample @sample %%CONFDIR%%/nntpsend.ctl.sample @sample %%CONFDIR%%/nocem.ctl.sample @sample %%CONFDIR%%/ovdb.conf.sample %%SQLITE%%@sample %%CONFDIR%%/ovsqlite.conf.sample @sample %%CONFDIR%%/passwd.nntp.sample @sample %%CONFDIR%%/readers.conf.sample @sample %%CONFDIR%%/send-uucp.cf.sample @sample %%CONFDIR%%/storage.conf.sample @sample %%CONFDIR%%/subscriptions.sample @comment -------------------------------------------------------------- @cwd / @dir %%TMPDIR%% @dir %%SHAREDIR%% @dir %%NEWSSPOOL%%/overview @dir %%NEWSSPOOL%%/outgoing @dir %%NEWSSPOOL%%/innfeed @dir %%NEWSSPOOL%%/incoming/bad @dir %%NEWSSPOOL%%/incoming @dir %%NEWSSPOOL%%/articles @dir %%NEWSSPOOL%%/archive @dir %%NEWSSPOOL%% @dir %%RUNDIR%% @dir %%DBDIR%% @dir %%LOGDIR%%/OLD @dir %%LOGDIR%%