Sophie

Sophie

distrib > Momonga > 6 > i686 > by-pkgid > 2b22e5ef3180488bf335f79ecac6194a > scriptlet

munin-node-1.2.6-3m.mo6.noarch.rpm

PREIN

/bin/sh
/usr/sbin/fedora-groupadd 18 -r munin &>/dev/null || :
/usr/sbin/fedora-useradd 18 -r -s /sbin/nologin -d /var/lib/munin -M \
                            -c 'Munin user' -g munin munin &>/dev/null || :

PREUN

/bin/sh
test "$1" != 0 || /etc/init.d/munin-node stop &>/dev/null || :
test "$1" != 0 || /sbin/chkconfig --del munin-node

POSTIN

/bin/sh
/sbin/chkconfig --add munin-node
/usr/sbin/munin-node-configure --shell 2> /dev/null | sh >& /dev/null || :

POSTUN

/bin/sh
test "$1" != 0 || /usr/sbin/fedora-userdel munin &>/dev/null || :
test "$1" != 0 || /usr/sbin/fedora-groupdel munin &>/dev/null || :

# 
# main package scripts
# uid 18 is the next uid in http://fedoraproject.org/wiki/PackageUserRegistry
#