Sophie

Sophie

distrib > Fedora > 15 > x86_64 > media > os > by-pkgid > 31681b8e0ac451156e5e655a389071f1 > scriptlet

nagios-common-3.2.3-10.fc15.x86_64.rpm

PREIN

/bin/sh
getent group nagios >/dev/null || groupadd -r nagios
getent passwd nagios >/dev/null || useradd -r -g nagios -d /var/spool/nagios -s /sbin/nologin nagios
exit 0

POSTIN

/bin/sh
/usr/sbin/usermod -a -G nagios apache || :