Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 894d37096167abe91e111bc7e6b85493 > scriptlet

boa-0.94.14-0.14.rc21.fc13.i686.rpm

PREIN

/bin/sh
/usr/sbin/useradd -s /sbin/nologin -M -r -d /var/www/boa \
    -c "boa web server" boa &>/dev/null || :

PREUN

/bin/sh
if [ $1 -eq 0 ]; then
    /sbin/service boa stop &>/dev/null || :
    /sbin/chkconfig --del boa
fi

POSTIN

/bin/sh
if [ $1 -eq 1 ]; then
    /sbin/chkconfig --add boa
fi

POSTUN

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