forked from Lainports/freebsd-ports
Notice by: Morten W. Petersen" <morten@nidelven-it.no>
Obtained from: srp@grex.org (author)
- Port changes:
- use USE_APACHE
- use PORTDOCS
- fix install/deinstall behaviour with package install
PR: 60030
Submitted by: maintainer
4 lines
273 B
Text
4 lines
273 B
Text
libexec/apache2/mod_auth_remote.so
|
|
@exec %D/sbin/apxs -e -A -n auth_remote %D/%f
|
|
@unexec %D/sbin/apxs -e -A -n auth_remote %D/%f
|
|
@unexec echo "===> If you do not plan on reinstalling mod_auth_remote, you must manually remove"; echo "===> references to it in httpd.conf."
|