From 7ce8e2b00e88ba039156325a730ac63736cdfba6 Mon Sep 17 00:00:00 2001 From: Clement Laforet Date: Tue, 17 Aug 2004 13:27:50 +0000 Subject: - Respect "apache modules convention". When you install an apache module via ports or packages, ideally module must not alter configuration (not enabled by default) --- www/mod_auth_cookie_mysql/pkg-plist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/mod_auth_cookie_mysql') diff --git a/www/mod_auth_cookie_mysql/pkg-plist b/www/mod_auth_cookie_mysql/pkg-plist index e635296f7988..1c1ee724f4ed 100644 --- a/www/mod_auth_cookie_mysql/pkg-plist +++ b/www/mod_auth_cookie_mysql/pkg-plist @@ -1,5 +1,6 @@ libexec/apache/mod_auth_cookie_mysql.so -@exec %D/sbin/apxs -e -a -n auth_cookie_mysql %D/%f +@exec %D/sbin/apxs -e -A -n auth_cookie_mysql %D/%f +@unexec %D/sbin/apxs -e -A -n auth_cookie_mysql %D/%f %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%EXAMPLESDIR%%/authform.tmpl %%PORTDOCS%%%%EXAMPLESDIR%%/putcookie.cgi -- cgit v1.2.3