Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > ca3b017a700e264b0a53f3814686d350 > scriptlet

rancid-2.3.6-1.fc14.x86_64.rpm

PREIN

/bin/sh
getent group rancid >/dev/null || groupadd -r rancid
getent passwd rancid >/dev/null || \
useradd -r -g rancid -d /var/rancid/ -s /bin/bash \
-k /etc/skel -m -c "RANCID" rancid
exit 0