d8ef2d0111
instead of /usr/local/www/data/phpMyAdmin - Improves handling config files, making them not world readable by default. - Generates pkg-plist dynamically - Adds a WITH_SUPHP option PR: ports/66697 Submitted by: maintainer
7 lines
288 B
Text
7 lines
288 B
Text
@mode 640
|
|
@group %%MYADMGRP%%
|
|
@unexec if cmp -s %D/%%MYADMDIR%%/config.inc.php.sample %D/%%MYADMDIR%%/config.inc.php ; then rm -f %D/%%MYADMDIR%%/config.inc.php ; fi
|
|
%%MYADMDIR%%/config.inc.php.sample
|
|
@exec [ ! -f %B/config.inc.php ] && cp -p %B/%f %B/config.inc.php || true
|
|
@mode
|
|
@group
|