Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 9975cbcd233eeef31b015a1220e3fc14 > scriptlet

bacula-director-common-5.0.3-2.fc14.x86_64.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add bacula-dir

POSTUN

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