@extra fun continues ...
This commit is contained in:
parent
b78dd8df94
commit
c40b0df8be
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: DEINSTALL,v 1.2 2002/12/08 23:40:20 lebel Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.3 2004/04/14 09:27:52 xsa Exp $
|
||||
#
|
||||
# aide de-installation
|
||||
|
||||
@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
CONFIG_FILE=${SYSCONFDIR}/aide.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"
|
||||
|
@ -1,6 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/06/07 14:26:22 lebel Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/04/14 09:27:52 xsa Exp $
|
||||
bin/aide
|
||||
man/man1/aide.1
|
||||
man/man5/aide.conf.5
|
||||
share/examples/aide/aide.conf
|
||||
@dirrm share/examples/aide
|
||||
@cwd ${SYSCONFDIR}
|
||||
@extra aide.conf
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: DEINSTALL,v 1.1 2002/03/24 10:20:24 jsyn Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.2 2004/04/14 09:27:52 xsa Exp $
|
||||
#
|
||||
# cgichk de-installation
|
||||
|
||||
@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
CONFIG_FILE=${SYSCONFDIR}/cgichk.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"
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2002/03/24 10:20:24 jsyn Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2004/04/14 09:27:52 xsa Exp $
|
||||
bin/cgichk
|
||||
share/examples/cgichk/cgichk.conf
|
||||
@dirrm share/examples/cgichk
|
||||
@cwd ${SYSCONFDIR}
|
||||
@extra cgichk.conf
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: DEINSTALL,v 1.1.1.1 2001/07/05 20:10:38 jsyn Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.2 2004/04/14 09:27:52 xsa Exp $
|
||||
#
|
||||
# hlfl de-installation
|
||||
|
||||
@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
CONFIG_FILE=${SYSCONFDIR}/services.hlfl
|
||||
|
||||
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"
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/07/05 20:10:38 jsyn Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/04/14 09:27:52 xsa Exp $
|
||||
bin/hlfl
|
||||
man/man1/hlfl.1
|
||||
share/examples/hlfl/sample_1.hlfl
|
||||
@ -7,3 +7,5 @@ share/examples/hlfl/services.hlfl
|
||||
share/examples/hlfl/syntax.txt
|
||||
share/examples/hlfl/test.hlfl
|
||||
@dirrm share/examples/hlfl
|
||||
@cwd ${SYSCONFDIR}
|
||||
@extra services.hlfl
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: DEINSTALL,v 1.1.1.1 2002/11/17 00:15:19 brad Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.2 2004/04/14 09:27:52 xsa Exp $
|
||||
#
|
||||
# integrit de-installation
|
||||
|
||||
@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
CONFIG_DIR=${SYSCONFDIR}/integrit
|
||||
|
||||
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"
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/11/17 00:15:19 brad Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/04/14 09:27:52 xsa Exp $
|
||||
bin/i-ls
|
||||
@unexec install-info --delete --info-dir=%D/info %D/info/integrit.info
|
||||
info/integrit.info
|
||||
@ -18,3 +18,4 @@ share/examples/integrit/src.conf
|
||||
share/examples/integrit/usr.conf
|
||||
@dirrm share/examples/integrit
|
||||
@dirrm share/doc/integrit
|
||||
@extraunexec rm -rf ${SYSCONFDIR}/integrit
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: DEINSTALL,v 1.2 2003/04/20 17:36:40 sturm Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.3 2004/04/14 09:27:52 xsa Exp $
|
||||
#
|
||||
# logsentry de-installation
|
||||
|
||||
@ -9,7 +9,7 @@ PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
CONFIG_DIR=${SYSCONFDIR}/logsentry
|
||||
TMP_DIR=/var/tmp/logsentry
|
||||
|
||||
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"
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/04/20 17:36:40 sturm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2004/04/14 09:27:52 xsa Exp $
|
||||
@pkgcfl logcheck-1.1.1
|
||||
bin/logtail
|
||||
share/doc/logsentry/CREDITS
|
||||
@ -13,3 +13,5 @@ share/examples/logsentry/logsentry.violations
|
||||
share/examples/logsentry/logsentry.violations.ignore
|
||||
@dirrm share/examples/logsentry
|
||||
@dirrm share/doc/logsentry
|
||||
@extraunexec rm -rf ${SYSCONFDIR}/logsentry
|
||||
@extraunexec rm -rf /var/tmp/logsentry
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: DEINSTALL,v 1.2 2003/07/19 17:02:06 jose Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.3 2004/04/14 09:27:52 xsa Exp $
|
||||
#
|
||||
# p0f de-installation, ganked from siphon de-installation
|
||||
|
||||
@ -9,14 +9,14 @@ PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
CONFIG_FILE=${SYSCONFDIR}/p0f.fp
|
||||
MYSQL_CONFIG=${SYSCONFDIR}/p0f-mysql.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"
|
||||
echo "| this step as root:"
|
||||
echo "|"
|
||||
echo "| rm -f $CONFIG_FILE"
|
||||
if [ -f $MYSQL_CONFIG ]; then
|
||||
if [ ${PKG_DELETE_EXTRA} != Yes -a -f $MYSQL_CONFIG ]; then
|
||||
echo "| rm -f $MYSQL_CONFIG"
|
||||
fi
|
||||
echo "|"
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PFRAG.mysql,v 1.1 2003/07/19 17:02:06 jose Exp $
|
||||
@comment $OpenBSD: PFRAG.mysql,v 1.2 2004/04/14 09:27:52 xsa Exp $
|
||||
share/examples/p0f/mysql/p0f-mysql.conf
|
||||
share/examples/p0f/mysql/db.sql
|
||||
@dirrm share/examples/p0f/mysql
|
||||
@cwd ${SYSCONFDIR}
|
||||
@extra p0f-mysql.conf
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/07/19 17:02:06 jose Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/04/14 09:27:52 xsa Exp $
|
||||
bin/p0f
|
||||
bin/p0frep
|
||||
share/doc/p0f/README
|
||||
@ -6,3 +6,5 @@ share/examples/p0f/p0f.fp
|
||||
%%mysql%%
|
||||
@dirrm share/examples/p0f
|
||||
@dirrm share/doc/p0f
|
||||
@cwd ${SYSCONFDIR}
|
||||
@extra p0f.fp
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: DEINSTALL,v 1.1 2001/11/26 16:07:12 kevlo Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.2 2004/04/14 09:27:52 xsa Exp $
|
||||
#
|
||||
# lftp de-installation
|
||||
|
||||
@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
CONFIG_FILE=${SYSCONFDIR}/portsentry.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"
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/11/26 16:07:12 kevlo Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/04/14 09:27:52 xsa Exp $
|
||||
bin/portsentry
|
||||
lib/portsentry/portsentry.ignore
|
||||
share/doc/portsentry/README.install
|
||||
@ -8,3 +8,5 @@ share/examples/portsentry/portsentry.conf-sample
|
||||
@dirrm share/examples/portsentry
|
||||
@dirrm share/doc/portsentry
|
||||
@dirrm lib/portsentry
|
||||
@cwd ${SYSCONFDIR}
|
||||
@extra portsentry.conf
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: DEINSTALL,v 1.3 2002/03/25 06:30:38 jsyn Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.4 2004/04/14 09:27:52 xsa Exp $
|
||||
#
|
||||
# siphon de-installation
|
||||
|
||||
@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
CONFIG_FILE=${SYSCONFDIR}/osprints.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"
|
||||
|
@ -1,7 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/06/16 14:56:26 lebel Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/04/14 09:27:52 xsa Exp $
|
||||
bin/siphon
|
||||
share/doc/siphon/LICENSE
|
||||
share/doc/siphon/README
|
||||
share/examples/siphon/osprints.conf
|
||||
@dirrm share/examples/siphon
|
||||
@dirrm share/doc/siphon
|
||||
@cwd ${SYSCONFDIR}
|
||||
@extra osprints.conf
|
||||
|
Loading…
Reference in New Issue
Block a user