Sophie

Sophie

distrib > Fedora > 15 > x86_64 > media > os > by-pkgid > f2fe1633cbcac9138ba290ab71d0a2fe > scriptlet

cluster-glue-1.0.6-2.fc15.1.x86_64.rpm

PREIN

/bin/sh
getent group haclient >/dev/null || groupadd -r haclient
getent passwd hacluster >/dev/null || \
useradd -r -g haclient -d /var/lib/heartbeat/cores/hacluster -s /sbin/nologin \
-c "heartbeat user" hacluster
exit 0