Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-release > by-pkgid > 56a11c4cde4c8079a32c3da0948cb9cd > scriptlet

tinderbox-2.0-0.20060524.4mdv2009.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