@sample'ify.
This commit is contained in:
parent
f2f0334cbf
commit
fd41146a7d
@ -1,25 +0,0 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: DEINSTALL,v 1.2 2004/04/14 18:59:08 xsa Exp $
|
||||
#
|
||||
# iplog de-installation
|
||||
|
||||
set -e
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
CONFIG_FILE=${SYSCONFDIR}/iplog.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-installing $1"
|
||||
echo "| at some future time."
|
||||
echo "+---------------"
|
||||
echo
|
||||
fi
|
||||
|
||||
exit 0
|
@ -1,7 +0,0 @@
|
||||
+------------
|
||||
| A sample configuration file has been installed already. You can
|
||||
| find it in ${PREFIX}/share/examples/iplog. To get started quickly,
|
||||
| you can copy this to /etc and edit it appropriately.
|
||||
|
|
||||
| See iplog.conf(5) also for more information.
|
||||
+------------
|
@ -1,6 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 18:17:41 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/10/11 19:42:26 xsa Exp $
|
||||
@man man/man5/iplog.conf.5
|
||||
@man man/man8/iplog.8
|
||||
sbin/iplog
|
||||
share/examples/iplog/
|
||||
share/examples/iplog/iplog.conf
|
||||
@sample ${SYSCONFDIR}/iplog.conf
|
||||
|
Loading…
Reference in New Issue
Block a user