kill yet another DEINSTALL using UNMESSAGE.

This commit is contained in:
espie 2004-10-11 10:43:29 +00:00
parent 1bbdaa1cbd
commit 879c04a5b7
3 changed files with 14 additions and 28 deletions

View File

@ -1,27 +0,0 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.1.1.1 2004/07/11 06:54:50 jolan Exp $
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONF=`apxs -q SYSCONFDIR`/httpd.conf
MODULE=/usr/lib/apache/modules/mod_auth_bsd.so
rm -f ${MODULE}
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you should edit:"
echo "|"
echo "| ${CONF}"
echo "|"
echo "| and remove the line that starts with:"
echo "|"
echo "| LoadModule bsd_auth_module"
echo "|"
echo "| Do not do this if you plan on re-installing the $1"
echo "| package before the next apache restart."
echo "+---------------"
echo
exit 0

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 18:49:50 espie Exp $
@comment $OpenBSD: PLIST,v 1.3 2004/10/11 10:43:29 espie Exp $
lib/mod_auth_bsd.so
@mode 2555
@group auth
@ -8,3 +8,4 @@ libexec/login_bsd
sbin/mod_auth_bsd-enable
share/doc/mod_auth_bsd/
share/doc/mod_auth_bsd/README
@extra /usr/lib/apache/modules/mod_auth_bsd.so

View File

@ -0,0 +1,12 @@
+---------------
| To completely deinstall mod_auth_bsd, you should edit
|
| /var/www/conf/httpd.conf
|
| and remove the line that starts with:
|
| LoadModule bsd_auth_module
|
| Do not do this if you plan on re-installing the mod_auth_bsd
| package before the next apache restart.
+---------------