Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > a1e4c7256e415fe459334df0858f98bc > scriptlet

cluster-glue-1.0.6-2.fc15.1.i686.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