[BACK]Return to PLIST CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / www / wwwoffle

File: [cvs.NetBSD.org] / pkgsrc / www / wwwoffle / PLIST (download)

Revision 1.16, Tue Mar 11 14:05:18 2014 UTC (10 years, 1 month ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.15: +1 -2 lines

Remove example rc.d scripts from PLISTs.

These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.

@comment $NetBSD: PLIST,v 1.16 2014/03/11 14:05:18 jperkin Exp $
bin/wwwoffle
bin/wwwoffle-fsck
bin/wwwoffle-gunzip
bin/wwwoffle-gzip
bin/wwwoffle-hash
bin/wwwoffle-ls
bin/wwwoffle-mv
bin/wwwoffle-read
bin/wwwoffle-rm
bin/wwwoffle-tools
bin/wwwoffle-write
libdata/wwwoffle-spool.tar.gz
man/man1/wwwoffle.1
man/man5/wwwoffle.conf.5
man/man8/wwwoffled.8
sbin/wwwoffle-upgrade-config.pl
sbin/wwwoffle-upgrade-config-2.0-2.5.pl
sbin/wwwoffled
share/doc/wwwoffle/CHANGES.CONF
share/doc/wwwoffle/COPYING
share/doc/wwwoffle/FAQ
share/doc/wwwoffle/INSTALL
share/doc/wwwoffle/NEWS
share/doc/wwwoffle/README
share/doc/wwwoffle/README.1st
share/doc/wwwoffle/README.CONF
share/doc/wwwoffle/README.PWD
share/doc/wwwoffle/README.URL
share/doc/wwwoffle/README.compress
share/doc/wwwoffle/README.htdig
share/doc/wwwoffle/README.https
share/doc/wwwoffle/README.hyperestraier
share/doc/wwwoffle/README.lang
share/doc/wwwoffle/README.mnogosearch
share/doc/wwwoffle/README.namazu
share/doc/wwwoffle/README.win32
share/doc/wwwoffle/de/CHANGES.CONF
share/doc/wwwoffle/de/INSTALL
share/doc/wwwoffle/de/LSM
share/doc/wwwoffle/de/NEWS
share/doc/wwwoffle/de/README.1st
share/doc/wwwoffle/de/README.CONF
share/doc/wwwoffle/de/README.CONF.html
share/doc/wwwoffle/de/README.html
share/doc/wwwoffle/es/INSTALL
share/doc/wwwoffle/es/LSM
share/doc/wwwoffle/es/README
share/doc/wwwoffle/es/README.1st
share/doc/wwwoffle/es/README.CONF
share/doc/wwwoffle/es/README.PWD
share/doc/wwwoffle/es/README.URL
share/doc/wwwoffle/es/README.htdig
share/doc/wwwoffle/es/README.udmsearch
share/doc/wwwoffle/es/README.win32
share/doc/wwwoffle/es/wwwoffle.conf
share/doc/wwwoffle/fr/README.CONF
share/doc/wwwoffle/fr/wwwoffle.conf.man
share/doc/wwwoffle/pl/INSTALL
share/doc/wwwoffle/pl/LSM
share/doc/wwwoffle/pl/README.1st
share/doc/wwwoffle/pl/README.lang
share/examples/wwwoffle/wwwoffle.conf
@exec gzip -d -c %D/libdata/wwwoffle-spool.tar.gz | tar xzCf /
@unexec cd /var/wwwoffle && ${RM} -rf html* search*
@unexec ${RMDIR} /var/wwwoffle/* 2>/dev/null && ${RMDIR} /var/wwwoffle 2>/dev/null || ${TRUE}
@unexec if [ -d /var/wwwoffle ]; then echo "If you won't use the WWWOFFLE package anymore, remove the cache manually by"; echo '	rm -rf /var/wwwoffle'; fi