Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 5a3fb595fc860c0db4e40dc486b99acc > scriptlet

oprofile-0.9.6-6.fc14.i686.rpm

PREIN

/bin/sh
getent group oprofile >/dev/null || groupadd -r -g 16 oprofile
getent passwd oprofile >/dev/null || \
useradd -r -g oprofile -d /home/oprofile -r -u 16 -s /sbin/nologin \
    -c "Special user account to be used by OProfile" oprofile
exit 0