Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > aaf4ce62a59456c879f2d0d5377b9146 > scriptlet

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