Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > d2b9fb2dae160c2b95041772703d5168 > scriptlet

monkeysphere-0.35-5.fc16.noarch.rpm

PREIN

/bin/sh
getent group monkeysphere >/dev/null || groupadd -r monkeysphere
getent passwd monkeysphere >/dev/null || \
    useradd -r -g monkeysphere -d /var/lib/monkeysphere -s /sbin/nologin \
    -c "Monkeysphere authentication user" monkeysphere
exit 0