c55dec9048
if the module is installed but not activated. From Mikolaj Kucharski with help from halex@, looks good to halex.
14 lines
507 B
Plaintext
14 lines
507 B
Plaintext
@comment $OpenBSD: PLIST,v 1.14 2011/09/17 10:29:44 sthen Exp $
|
|
lib/${MODAPACHE_MODULE}
|
|
@exec-update test ! -f ${MODAPACHE_FINAL} || cp -fp %D/%F ${MODAPACHE_FINAL}
|
|
sbin/${MODAPACHE_ENABLE}
|
|
share/doc/mod_security/
|
|
share/doc/mod_security/CHANGES
|
|
share/doc/mod_security/INSTALL
|
|
share/doc/mod_security/LICENSE
|
|
share/doc/mod_security/README
|
|
share/doc/mod_security/modsecurity-manual.pdf
|
|
share/examples/mod_security/
|
|
share/examples/mod_security/httpd.conf.example-minimal
|
|
@unexec-delete rm -f ${MODAPACHE_FINAL}
|