Yes, that's yet another @extra round ...

This commit is contained in:
xsa 2004-04-14 18:59:07 +00:00
parent 7c6a1d206f
commit cf90df2b06
42 changed files with 171 additions and 110 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.3 2000/08/07 11:49:35 brad Exp $
# $OpenBSD: DEINSTALL,v 1.4 2004/04/14 18:59:07 xsa Exp $
#
# icb de-installation
@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_FILE=$PREFIX/lib/icbserverdb
if [ -f $CONFIG_FILE ]; then
if [ ${PKG_DELETE_EXTRA} != Yes -a -f $CONFIG_FILE ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.8 2000/08/07 11:49:35 brad Exp $
@comment $OpenBSD: PLIST,v 1.9 2004/04/14 18:59:07 xsa Exp $
bin/icb
lib/icb/bartender
lib/icb/confuse
@ -7,3 +7,5 @@ share/examples/icb/sample.icbrc
share/examples/icb/sample.icbserverdb
@dirrm lib/icb
@dirrm share/examples/icb
@cwd ${PREFIX}/lib
@extra icbserverdb

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.1.1.1 2003/07/26 11:40:45 sturm Exp $
# $OpenBSD: DEINSTALL,v 1.2 2004/04/14 18:59:07 xsa Exp $
#
# ORBit de-installation
@ -7,7 +7,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_FILE=${SYSCONFDIR}/ices.conf
if [ -f $CONFIG_FILE ]; then
if [ ${PKG_DELETE_EXTRA} != Yes -a -f $CONFIG_FILE ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/07/26 11:40:45 sturm Exp $
@comment $OpenBSD: PLIST,v 1.2 2004/04/14 18:59:07 xsa Exp $
bin/ices
man/man1/ices.1
share/doc/ices/icesmanual.html
@ -7,3 +7,5 @@ share/examples/ices/ices.pm.dist
share/examples/ices/ices.py.dist
@dirrm share/examples/ices
@dirrm share/doc/ices
@cwd ${SYSCONFDIR}
@extra ices.conf

View File

@ -1,4 +1,5 @@
# $OpenBSD: DEINSTALL,v 1.1.1.1 2001/10/30 20:45:29 lebel Exp $
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.2 2004/04/14 18:59:08 xsa Exp $
# ipband deinstallation
set -e
@ -6,7 +7,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_FILE=${SYSCONFDIR}/ipband.conf
if [ -f ${CONFIG_FILE} ]; then
if [ ${PKG_DELETE_EXTRA} != Yes -a -f ${CONFIG_FILE} ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"
@ -19,3 +20,5 @@ if [ -f ${CONFIG_FILE} ]; then
echo "+---------------"
echo
fi
exit 0

View File

@ -1,5 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/10/30 20:45:29 lebel Exp $
@comment $OpenBSD: PLIST,v 1.2 2004/04/14 18:59:08 xsa Exp $
bin/ipband
man/man1/ipband.1
share/examples/ipband/ipband.sample.conf
@dirrm share/examples/ipband
@cwd ${SYSCONFDIR}
@extra ipband.conf

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.3 2002/08/02 16:22:39 naddy Exp $
# $OpenBSD: DEINSTALL,v 1.4 2004/04/14 18:59:08 xsa Exp $
# $RuOBSD: DEINSTALL,v 1.2 2002/04/08 02:48:06 form Exp $
#
# ipcad de-installation
@ -10,7 +10,7 @@ PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_FILE=${SYSCONFDIR}/ipcad.conf
DUMP_DIR=/var/ipcad
if [ -f ${CONFIG_FILE} ]; then
if [ ${PKG_DELETE_EXTRA} != Yes -a -f ${CONFIG_FILE} ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2004/03/31 07:53:08 grange Exp $
@comment $OpenBSD: PLIST,v 1.4 2004/04/14 18:59:08 xsa Exp $
man/man5/ipcad.conf.5
man/man8/ipcad.8
sbin/ipcad
@ -9,3 +9,6 @@ share/doc/ipcad/README
share/examples/ipcad/ipcad.conf.sample
@dirrm share/examples/ipcad
@dirrm share/doc/ipcad
@cwd ${SYSCONFDIR}
@extra ipcad.conf
@extraunexec rm -rf /var/ipcad

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.1.1.1 2001/01/05 10:16:18 danh Exp $
# $OpenBSD: DEINSTALL,v 1.2 2004/04/14 18:59:08 xsa Exp $
#
# iplog de-installation
@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_FILE=${SYSCONFDIR}/iplog.conf
if [ -e $CONFIG_FILE ]; then
if [ ${PKG_DELETE_EXTRA} != Yes -a -f $CONFIG_FILE ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.2 2003/05/12 18:02:44 sturm Exp $
# $OpenBSD: DEINSTALL,v 1.3 2004/04/14 18:59:08 xsa Exp $
#
# ircd de-installation
@ -8,17 +8,19 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_DIR=${CONFDIR}
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"
echo "| this step as root:"
echo "|"
echo "| rm -rf $CONFIG_DIR"
echo "| rm -rf /var/log/ircd"
echo "|"
echo "| Do not do this if you plan on re-installing $1"
echo "| at some future time."
echo "+---------------"
echo
if [ ${PKG_DELETE_EXTRA} != Yes -a -d $CONFIG_DIR ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"
echo "| this step as root:"
echo "|"
echo "| rm -rf $CONFIG_DIR"
echo "| rm -rf /var/log/ircd"
echo "|"
echo "| Do not do this if you plan on re-installing $1"
echo "| at some future time."
echo "+---------------"
echo
fi
exit 0

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.7 2001/04/20 07:31:36 bmc Exp $
@comment $OpenBSD: PLIST,v 1.8 2004/04/14 18:59:08 xsa Exp $
man/man5/iauth.conf.5
man/man8/iauth.8
man/man8/ircd.8
@ -11,3 +11,5 @@ share/examples/ircd/iauth.conf-sample
share/examples/ircd/ircd.conf-sample
share/examples/ircd/ircd.m4
@dirrm share/examples/ircd
@extraunexec rm -rf ${CONFDIR}
@extraunexec rm -rf /var/log/ircd

View File

@ -1,24 +1,26 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.3 2001/05/31 01:58:57 brad Exp $
# $OpenBSD: DEINSTALL,v 1.4 2004/04/14 18:59:08 xsa Exp $
#
# jftpgw de-installation
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_DIR=${SYSCONFDIR}
CONFIG_FILE=${SYSCONFDIR}/jftpgw.conf
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"
echo "| this step as root:"
echo "|"
echo "| rm -f $CONFIG_DIR/jftpgw.conf"
echo "| rm -f $CONFIG_DIR/jftpgw.access"
echo "|"
echo "| Do not do this if you plan on re-installing $1"
echo "| at some future time."
echo "+---------------"
echo
if [${PKG_DELETE_EXTRA} != Yes -a -f $CONFIG_FILE ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"
echo "| this step as root:"
echo "|"
echo "| rm -f $CONFIG_FILE"
echo "| rm -f $SYSCONFDIR/jftpgw.access"
echo "|"
echo "| Do not do this if you plan on re-installing $1"
echo "| at some future time."
echo "+---------------"
echo
fi
exit 0

View File

@ -1,6 +1,9 @@
@comment $OpenBSD: PLIST,v 1.3 2001/08/09 14:17:42 brad Exp $
@comment $OpenBSD: PLIST,v 1.4 2004/04/14 18:59:08 xsa Exp $
bin/jftpgw
man/man1/jftpgw.1
share/examples/jftpgw/jftpgw.access.sample
share/examples/jftpgw/jftpgw.conf.sample
@dirrm share/examples/jftpgw
@cwd ${SYSCONFDIR}
@extra jftpgw.conf
@extra jftpgw.access

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.2 2001/10/26 09:03:13 kevlo Exp $
# $OpenBSD: DEINSTALL,v 1.3 2004/04/14 18:59:08 xsa Exp $
#
# lftp de-installation
@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_FILE=${SYSCONFDIR}/lftp.conf
if [ -e $CONFIG_FILE ]; then
if [ ${PKG_DELETE_EXTRA} != Yes -a -f $CONFIG_FILE ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.10 2003/12/16 19:24:40 naddy Exp $
@comment $OpenBSD: PLIST,v 1.11 2004/04/14 18:59:08 xsa Exp $
bin/lftp
bin/lftpget
man/man1/lftp.1
@ -22,3 +22,5 @@ share/locale/zh_TW/LC_MESSAGES/lftp.mo
@dirrm share/locale/zh_CN
@dirrm share/lftp
@dirrm share/examples/lftp
@cwd ${SYSCONFDIR}
@extra lftp.conf

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.2 2003/05/12 18:02:45 sturm Exp $
# $OpenBSD: DEINSTALL,v 1.3 2004/04/14 18:59:08 xsa Exp $
#
# netatalk de-installation
@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_DIR=${CONFDIR}
if [ -d $CONFIG_DIR ]; then
if [ ${PKG_DELETE_EXTRA} != Yes -a -d $CONFIG_DIR ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2003/08/22 11:18:19 naddy Exp $
@comment $OpenBSD: PLIST,v 1.3 2004/04/14 18:59:08 xsa Exp $
bin/achfile
bin/acleandir.rc
bin/add_netatalk_printer
@ -158,3 +158,4 @@ share/netatalk/pagecount.ps
@dirrm lib/netatalk/uams
@dirrm lib/netatalk
@dirrm include/atalk
@extraunexec rm -rf ${SYSCONFDIR}/netatalk

View File

@ -1,12 +1,12 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.2 2003/05/07 08:33:19 wilfried Exp $
# $OpenBSD: DEINSTALL,v 1.3 2004/04/14 18:59:08 xsa Exp $
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_FILE=${SYSCONFDIR}/no-ip2.conf
if [ -f $CONFIG_FILE ]; then
if [ ${PKG_DELETE_EXTRA} != Yes -a -f $CONFIG_FILE ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.4 2003/02/04 22:59:48 naddy Exp $
# $OpenBSD: DEINSTALL,v 1.5 2004/04/14 18:59:08 xsa Exp $
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
@ -7,7 +7,8 @@ PREFIX=${PKG_PREFIX:-/usr/local}
CONFFILE=${SYSCONFDIR}/oidentd.conf
MASQFILE=${SYSCONFDIR}/oidentd_masq.conf
if [ -f ${CONFFILE} -o -f ${MASQFILE} ];
if [ ${PKG_DELETE_EXTRA} != Yes -a \
\( -f ${CONFFILE} -o -f ${MASQFILE} \) ];
then
echo
echo "+---------------"

View File

@ -1,5 +1,8 @@
@comment $OpenBSD: PLIST,v 1.2 2003/04/29 02:14:59 margarida Exp $
@comment $OpenBSD: PLIST,v 1.3 2004/04/14 18:59:08 xsa Exp $
man/man5/oidentd.conf.5
man/man5/oidentd_masq.conf.5
man/man8/oidentd.8
sbin/oidentd
@cwd ${SYSCONFDIR}
@extra oidentd.conf
@extra oidentd_masq.conf

View File

@ -1,20 +1,20 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.1.1.1 2003/02/03 19:18:14 lebel Exp $
# $OpenBSD: DEINSTALL,v 1.2 2004/04/14 18:59:08 xsa Exp $
#
# oinkmaster de-installation
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_DIR=${SYSCONFDIR}
CONFIG_FILE=${SYSCONFDIR}/oinkmaster.conf
if [ -d $CONFIG_DIR ]; then
if [ ${PKG_DELETE_EXTRA} != Yes -a -f $CONFIG_FILE ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"
echo "| this step as root:"
echo "|"
echo "| rm $CONFIG_DIR/oinkmaster.conf"
echo "| rm -f $CONFIG_FILE"
echo "|"
echo "| Do not do this if you plan on re-installing $1"
echo "| at some future time."

View File

@ -1,4 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/02/03 19:18:14 lebel Exp $
@comment $OpenBSD: PLIST,v 1.2 2004/04/14 18:59:08 xsa Exp $
bin/oinkmaster
share/examples/oinkmaster/oinkmaster.conf
@dirrm share/examples/oinkmaster
@cwd ${SYSCONFDIR}
@extra oinkmaster.conf

View File

@ -1,21 +1,23 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.1.1.1 2003/04/17 08:59:26 wilfried Exp $
# $OpenBSD: DEINSTALL,v 1.2 2004/04/14 18:59:08 xsa Exp $
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_DIR=${SYSCONFDIR}
CONFIG_FILE=${SYSCONFDIR}/pptpd.conf
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"
echo "| this step as root:"
echo "|"
echo "| rm -f $CONFIG_DIR/pptpd.conf"
echo "|"
echo "| Do not do this if you plan on re-installing $1"
echo "| at some future time."
echo "+---------------"
echo
if [ ${PKG_DELETE_EXTRA} != Yes -a -f $CONFIG_FILE ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"
echo "| this step as root:"
echo "|"
echo "| rm -f $CONFIG_FILE"
echo "|"
echo "| Do not do this if you plan on re-installing $1"
echo "| at some future time."
echo "+---------------"
echo
fi
exit 0

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2003/06/05 07:53:20 sturm Exp $
@comment $OpenBSD: PLIST,v 1.3 2004/04/14 18:59:08 xsa Exp $
man/man5/pptpd.conf.5
man/man8/pptpctrl.8
man/man8/pptpd.8
@ -8,3 +8,5 @@ share/doc/poptop/README.OpenBSD
share/examples/poptop/pptpd.conf-sample
@dirrm share/examples/poptop
@dirrm share/doc/poptop
@cwd ${SYSCONFDIR}
@extra pptpd.conf

View File

@ -1,12 +1,12 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.1.1.1 2003/02/21 13:03:55 sturm Exp $
# $OpenBSD: DEINSTALL,v 1.2 2004/04/14 18:59:08 xsa Exp $
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFFILE=${SYSCONFDIR}/porkrc
if [ -f ${CONFFILE} ];
if [ ${PKG_DELETE_EXTRA} != Yes -a -f ${CONFFILE} ];
then
echo
echo "+---------------"

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2003/06/16 05:18:53 jolan Exp $
@comment $OpenBSD: PLIST,v 1.4 2004/04/14 18:59:08 xsa Exp $
bin/pork
share/doc/pork/QUICK_START
share/doc/pork/README
@ -264,3 +264,5 @@ share/pork/help/win/swap
@dirrm share/pork
@dirrm share/examples/pork
@dirrm share/doc/pork
@cwd ${SYSCONFDIR}
@extra porkrc

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.3 2003/04/26 14:55:32 sturm Exp $
# $OpenBSD: DEINSTALL,v 1.4 2004/04/14 18:59:08 xsa Exp $
#
# proxy-suite de-installation
@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_DIR=${SYSCONFDIR}/proxy-suite
if [ -f ${CONFIG_FILE} ]; then
if [ ${PKG_DELETE_EXTRA} != Yes -a -d ${CONFIG_DIR} ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"

View File

@ -1,6 +1,7 @@
@comment $OpenBSD: PLIST,v 1.3 2000/09/15 15:01:54 camield Exp $
@comment $OpenBSD: PLIST,v 1.4 2004/04/14 18:59:08 xsa Exp $
share/proxy-suite/ftp-proxy.conf.sample
man/man5/ftp-proxy.conf.5
man/man8/ftp-proxy.8
sbin/ftp-proxy
@dirrm share/proxy-suite
@extraunexec rm -rf ${SYSCONFDIR}/proxy-suite

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.3 2003/04/26 14:55:32 sturm Exp $
# $OpenBSD: DEINSTALL,v 1.4 2004/04/14 18:59:08 xsa Exp $
#
# queso de-installation
@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_FILE=${SYSCONFDIR}/queso.conf
if [ -f ${CONFIG_FILE} ]; then
if [ ${PKG_DELETE_EXTRA} != Yes -a -f ${CONFIG_FILE} ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"

View File

@ -1,7 +1,9 @@
@comment $OpenBSD: PLIST,v 1.5 2002/04/07 01:54:52 naddy Exp $
@comment $OpenBSD: PLIST,v 1.6 2004/04/14 18:59:08 xsa Exp $
lib/queso/queso.conf.sample
man/man1/queso.1
sbin/queso
share/doc/queso/Documentation.txt
@dirrm lib/queso
@dirrm share/doc/queso
@cwd ${SYSCONFDIR}
@extra queso.conf

View File

@ -1,16 +1,25 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.2 2003/04/26 14:55:32 sturm Exp $
# $OpenBSD: DEINSTALL,v 1.3 2004/04/14 18:59:08 xsa Exp $
#
# Post-deinstallation cleanup of totd
echo ""
echo "** To completely deinstall the totd package you need to perform this"
echo "** as root:"
echo "**"
echo "** rm -f ${SYSCONFDIR}/totd.conf"
echo "**"
echo "** Be absolutly sure you want to completely remove the package before"
echo "** issuing this command."
echo ""
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_FILE=${SYSCONFDIR}/totd.conf
if [ ${PKG_DELETE_EXTRA} != Yes -a -f ${CONFIG_FILE} ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"
echo "| this step as root:"
echo "|"
echo "| rm -f ${CONFIG_FILE}"
echo "|"
echo "| Do not do this if you plan on re-install $1"
echo "| at some future time."
echo "+---------------"
echo
fi
exit 0

View File

@ -1,4 +1,6 @@
@comment $OpenBSD: PLIST,v 1.3 2000/06/11 01:15:53 fgsch Exp $
@comment $OpenBSD: PLIST,v 1.4 2004/04/14 18:59:08 xsa Exp $
sbin/totd
share/totd/totd.conf.sample
@dirrm share/totd
@cwd ${SYSCONFDIR}
@extra totd.conf

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.3 2001/04/03 02:43:46 brad Exp $
# $OpenBSD: DEINSTALL,v 1.4 2004/04/14 18:59:08 xsa Exp $
#
# trafshow de-installation
@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_FILE=${SYSCONFDIR}/trafshow.conf
if [ -f $CONFIG_FILE ]; then
if [ ${PKG_DELETE_EXTRA} != Yes -a -f $CONFIG_FILE ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"

View File

@ -1,5 +1,7 @@
@comment $OpenBSD: PLIST,v 1.3 2001/04/03 02:43:46 brad Exp $
@comment $OpenBSD: PLIST,v 1.4 2004/04/14 18:59:08 xsa Exp $
bin/trafshow
man/man1/trafshow.1
share/examples/trafshow/trafshow.conf.sample
@dirrm share/examples/trafshow
@cwd ${SYSCONFDIR}
@extra trafshow.conf

View File

@ -1,12 +1,12 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.1.1.1 2003/04/13 08:07:50 pvalchev Exp $
# $OpenBSD: DEINSTALL,v 1.2 2004/04/14 18:59:08 xsa Exp $
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFFILE=${SYSCONFDIR}/trickled.conf
if [ -f ${CONFFILE} ];
if [ ${PKG_DELETE_EXTRA} != Yes -a -f ${CONFFILE} ];
then
echo
echo "+---------------"

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/04/13 08:07:50 pvalchev Exp $
@comment $OpenBSD: PLIST,v 1.2 2004/04/14 18:59:08 xsa Exp $
bin/trickle
bin/trickled
lib/trickle/trickle-overload.so
@ -6,3 +6,5 @@ man/man1/trickle.1
man/man5/trickled.conf.5
man/man8/trickled.8
@dirrm lib/trickle
@cwd ${SYSCONFDIR}
@extra trickled.conf

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $OpenBSD: DEINSTALL,v 1.3 2001/02/13 02:23:40 danh Exp $
# $OpenBSD: DEINSTALL,v 1.4 2004/04/14 18:59:08 xsa Exp $
#
# de-installation of ucd-snmp
@ -9,7 +9,7 @@ PERSISTENT_DIR=/var/ucd-snmp
if [ -d ${PERSISTENT_DIR} ]; then
rm -rf ${PERSISTENT_DIR}
fi
if [ -f ${SYSCONFDIR}/snmpd.conf ]; then
if [ ${PKG_DELETE_EXTRA} != Yes -a -f ${SYSCONFDIR}/snmpd.conf ]; then
echo "+------------"
echo "| If you do not plan on re-installing or upgrading this"
echo "| package, it is safe to remove ${SYSCONFDIR}/snmpd.conf"

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.10 2003/07/19 00:46:48 brad Exp $
@comment $OpenBSD: PLIST,v 1.11 2004/04/14 18:59:08 xsa Exp $
@unexec rm -f %D/share/snmp/mibs/.index
@mode 0555
bin/encode_keychange
@ -222,3 +222,5 @@ lib/libucdmibs.la
@dirrm share/examples/ucd-snmp
@dirrm share/doc/ucd-snmp
@dirrm include/ucd-snmp
@cwd ${SYSCONFDIR}
@extra snmpd.conf

View File

@ -1,16 +1,16 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.2 2003/06/23 19:08:52 sturm Exp $
# $OpenBSD: DEINSTALL,v 1.3 2004/04/14 18:59:08 xsa Exp $
#
# opennap de-installation
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_DIR=${SYSCONFDIR}
CONFIG_FILE=${SYSCONFDIR}/vsftpd.conf
VSFTPDUSER=_vsftpd
VSFTPDGROUP=_vsftpd
if [ -d $CONFIG_DIR ]; then
if [ ${PKG_DELETE_EXTRA} != Yes -a -f $CONFIG_FILE ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"
@ -18,7 +18,7 @@ if [ -d $CONFIG_DIR ]; then
echo "|"
echo "| userdel $VSFTPDUSER"
echo "| groupdel $VSFTPDGROUP"
echo "| rm -f $CONFIG_DIR/vsftpd.conf"
echo "| rm -f $CONFIG_FILE"
echo "|"
echo "| Do not do this if you plan on re-installing $1"
echo "| at some future time."

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2003/05/20 11:12:08 couderc Exp $
@comment $OpenBSD: PLIST,v 1.3 2004/04/14 18:59:08 xsa Exp $
man/man5/vsftpd.conf.5
man/man8/vsftpd.8
sbin/vsftpd
@ -24,3 +24,7 @@ share/examples/vsftpd/vsftpd.conf
@dirrm share/examples/vsftpd/INTERNET_SITE_NOINETD
@dirrm share/examples/vsftpd/INTERNET_SITE
@dirrm share/examples/vsftpd
@cwd ${SYSCONFDIR}
@extra vsftpd.conf
@extraunexec userdel _vsftpd
@extraunexec groupdel _vsftpd

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.3 2003/05/12 18:02:45 sturm Exp $
# $OpenBSD: DEINSTALL,v 1.4 2004/04/14 18:59:08 xsa Exp $
#
# zebra deinstallation
@ -9,7 +9,7 @@ set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
CONFIG_DIR=${CONFDIR}
if [ -d $CONFIG_DIR ]; then
if [ ${PKG_DELETE_EXTRA} != Yes -a -d $CONFIG_DIR ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.12 2003/12/11 19:07:49 david Exp $
@comment $OpenBSD: PLIST,v 1.13 2004/04/14 18:59:08 xsa Exp $
@pkgcfl quagga-*
@unexec install-info --delete --info-dir=%D/info %D/info/zebra.info
bin/vtysh
@ -28,3 +28,4 @@ share/examples/zebra/zebra.conf.sample
@dirrm share/examples/zebra
@dirrm share/doc/zebra
@exec install-info --info-dir=%D/info %D/info/zebra.info
@extraunexec rm -rf ${CONFDIR}