Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > c54ff11eba8fe9ccebec84cf42286be7 > scriptlet

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