Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 91f97d232a717f6966c4d55e57137108 > scriptlet

flow-tools-0.68.5.1-3.fc15.i686.rpm

PREIN

/bin/sh
/usr/sbin/fedora-groupadd 40 -r flow-tools &>/dev/null || :
/usr/sbin/fedora-useradd  40 -r -s /sbin/nologin -d /var/flow-tools -M          \
                    -c '"Network flow monitoring"' -g flow-tools flow-tools &>/dev/null || :

PREUN

/bin/sh
if [ $1 = 0 ]; then
        /sbin/service flow-capture stop >/dev/null 2>&1
        /sbin/chkconfig --del flow-capture
fi

POSTIN

/bin/sh
/sbin/ldconfig
/sbin/chkconfig --add flow-capture

POSTUN

/bin/sh
/sbin/ldconfig
if [ "$1" -ge "1" ]; then
        /sbin/service flow-capture condrestart >/dev/null 2>&1 || :
fi

:  flow-tools &>/dev/null || :
: flow-tools &>/dev/null || :