diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-27 21:19:17 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-27 21:19:17 +0000 |
commit | 25226de738a35aae8febe61769130a055ed93b0f (patch) | |
tree | fd19bc8dfc199019b3ede71206ccc08eea4380bf /www/mod_log_dbd | |
parent | a34185c2a5ef6c25a12b949f223f60385b3a80d2 (diff) | |
download | ports-25226de738a35aae8febe61769130a055ed93b0f.tar.gz ports-25226de738a35aae8febe61769130a055ed93b0f.zip |
Notes
Diffstat (limited to 'www/mod_log_dbd')
-rw-r--r-- | www/mod_log_dbd/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_log_dbd/pkg-plist b/www/mod_log_dbd/pkg-plist index 97b0eddd22fb..05cd6acedf92 100644 --- a/www/mod_log_dbd/pkg-plist +++ b/www/mod_log_dbd/pkg-plist @@ -1,4 +1,4 @@ %%APACHEMODDIR%%/%%AP_MODULE%% -@exec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%%APACHEMODDIR%%/%%AP_MODULE%% +@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%%APACHEMODDIR%%/%%AP_MODULE%% @unexec /usr/bin/sed -i '' '/LoadModule %%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf @unexec echo "Don't forget to remove all mod_%%AP_NAME%% related directives in your httpd.conf" |