Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > 6af30577d8788e70b7c811d58934f3df > scriptlet

oprofile-0.9.4-20.el5.i386.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