diff --git a/net/iplog/pkg/DEINSTALL b/net/iplog/pkg/DEINSTALL deleted file mode 100644 index fbb4560426f..00000000000 --- a/net/iplog/pkg/DEINSTALL +++ /dev/null @@ -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 diff --git a/net/iplog/pkg/MESSAGE b/net/iplog/pkg/MESSAGE deleted file mode 100644 index 83ddeef6ea9..00000000000 --- a/net/iplog/pkg/MESSAGE +++ /dev/null @@ -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. -+------------ diff --git a/net/iplog/pkg/PLIST b/net/iplog/pkg/PLIST index bbb1ef0c015..74f7565be20 100644 --- a/net/iplog/pkg/PLIST +++ b/net/iplog/pkg/PLIST @@ -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