Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 86a63050b3247ab6a979e3311f07a8f5 > scriptlet

dspam-libs-3.9.0-19.fc15.i686.rpm

PREIN

/bin/sh
getent group dspam >/dev/null || groupadd -r dspam
getent passwd dspam >/dev/null || useradd -r -g dspam -G dspam,mail -d /var/lib/dspam -s /sbin/nologin -c 'User to own dspam directories and default processes' dspam
exit 0