Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 86e3281c8fa5da0c5af3149cb01b1d35 > scriptlet

ladvd-0.9.2-1.fc14.i686.rpm

PREIN

/bin/sh
/usr/sbin/fedora-groupadd 47 -r ladvd &>/dev/null || :
/usr/sbin/fedora-useradd  47 -r -s /sbin/nologin -d /var/run/ladvd -M          \
-c 'CDP/LLDP sender for unix' -g ladvd ladvd &>/dev/null || :

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add ladvd

POSTUN

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