Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > ae0a9fe141d6df82b87dcf3c8853df9c > scriptlet

tinderbox-2.0-0.20060524.5mdv2010.0.noarch.rpm

POSTIN

/bin/sh
if [ $1 = 1 ]; then
    perl -pi \
	-e 's/^(\$TINDERBOX_UID=).*/$1 . getpwnam("apache") . ";"/e;' \
	-e 's/^(\$TINDERBOX_GID=).*/$1 . getgrnam("apache") . ";"/e;' \
	/etc/tinderbox/TinderConfig.pm
fi