freebsd-ports/net/phpldapadmin098/pkg-plist-chunk
Thierry Thomas 0387618a5b - Improve handling of config files, making them not world readable
by default.

- Add a WITH_SUPHP option.

PR:		ports/66758
Submitted by:	maintainer.
2004-05-20 16:31:30 +00:00

8 lines
256 B
Plaintext

@mode 640
@group %%PLAGRP%%
@unexec if cmp -s %D/%%PLADIR%%/config.php.example %D/%%PLADIR%%/config.php ; then rm -f %D/%%PLADIR%%/config.php ; fi
%%PLADIR%%/config.php.example
@exec [ ! -f %B/config.php ] && cp -p %B/%f %B/config.php || true
@mode
@group