slowly seing an end ...

This commit is contained in:
xsa 2004-04-14 19:07:38 +00:00
parent cf90df2b06
commit 3bb2649764
6 changed files with 25 additions and 17 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.2 2003/04/26 15:00:33 sturm Exp $
# $OpenBSD: DEINSTALL,v 1.3 2004/04/14 19:07:38 xsa Exp $
#
# apc-upsd de-installation
@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
APC_UPSD=${SYSCONFDIR}/apc-upsd.conf
if [ -e ${APC_UPSD} ]; then
if [ ${PKG_DELETE_EXTRA} != Yes -a -f ${APC_UPSD} ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"

View File

@ -1,6 +1,8 @@
@comment $OpenBSD: PLIST,v 1.4 2003/12/16 13:44:37 naddy Exp $
@comment $OpenBSD: PLIST,v 1.5 2004/04/14 19:07:38 xsa Exp $
lib/apc-upsd/apc-upsd.conf
sbin/apc-upsd
share/doc/apc-upsd/smart-protocol
@dirrm lib/apc-upsd
@dirrm share/doc/apc-upsd
@cwd ${SYSCONFDIR}
@extra apc-upsd.conf

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.1 2003/02/21 20:56:22 pvalchev Exp $
# $OpenBSD: DEINSTALL,v 1.2 2004/04/14 19:07:38 xsa Exp $
#
# deinstallation of login_ldap
@ -8,14 +8,16 @@ PREFIX=${PKG_PREFIX:-/usr/local}
AUTH_MODULE=login_-ldap
AUTH_DIR=/usr/libexec/auth
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need"
echo "| to perform these steps as root:"
echo "|"
echo "| rm -f ${AUTH_DIR}/${AUTH_MODULE}"
echo "|"
echo "+---------------"
echo
if [ ${PKG_DELETE_EXTRA} != Yes -a -f ${AUTH_DIR}/${AUTH_MODULE} ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need"
echo "| to perform these steps as root:"
echo "|"
echo "| rm -f ${AUTH_DIR}/${AUTH_MODULE}"
echo "|"
echo "+---------------"
echo
fi
exit 0

View File

@ -1,6 +1,8 @@
@comment $OpenBSD: PLIST,v 1.3 2003/02/21 20:56:22 pvalchev Exp $
@comment $OpenBSD: PLIST,v 1.4 2004/04/14 19:07:38 xsa Exp $
libexec/auth/login_-ldap
man/cat8/login_ldap.0
share/login_ldap/active-directory.login_ldap.conf
share/login_ldap/login_ldap.conf
@dirrm share/login_ldap
@cwd /usr/libexec/auth
@extra login_-ldap

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.1 2002/08/05 02:25:36 kevlo Exp $
# $OpenBSD: DEINSTALL,v 1.2 2004/04/14 19:07:38 xsa Exp $
#
# upsd de-installation
@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_FILE=${SYSCONFDIR}/upsd.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,7 @@
@comment $OpenBSD: PLIST,v 1.5 2003/02/27 02:02:04 naddy Exp $
@comment $OpenBSD: PLIST,v 1.6 2004/04/14 19:07:38 xsa Exp $
@pkgcfl nut-[0-9]*
sbin/upsd
share/examples/upsd/upsd.conf-sample
@dirrm share/examples/upsd
@cwd ${SYSCONFDIR}
@extra upsd.conf