Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 7aecd1733061408cfa45f2843a3dd2da > scriptlet

dspam-libs-3.10.1-1.fc14.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