freebsd-ports/net/phpldapadmin/pkg-plist-chunk

8 lines
284 B
Text
Raw Normal View History

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