diff --git a/www/mod_auth_bsd/pkg/DEINSTALL b/www/mod_auth_bsd/pkg/DEINSTALL deleted file mode 100644 index b6d3cda57ad..00000000000 --- a/www/mod_auth_bsd/pkg/DEINSTALL +++ /dev/null @@ -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 diff --git a/www/mod_auth_bsd/pkg/PLIST b/www/mod_auth_bsd/pkg/PLIST index aa7632f27c1..1e23593f5fd 100644 --- a/www/mod_auth_bsd/pkg/PLIST +++ b/www/mod_auth_bsd/pkg/PLIST @@ -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 diff --git a/www/mod_auth_bsd/pkg/UNMESSAGE b/www/mod_auth_bsd/pkg/UNMESSAGE new file mode 100644 index 00000000000..9dc30271201 --- /dev/null +++ b/www/mod_auth_bsd/pkg/UNMESSAGE @@ -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. ++---------------