Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 85b6fff3b863bd80d67aaca2a67fe2a1 > scriptlet

bacula2-client-2.4.4-6.fc14.x86_64.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add bacula2-fd

POSTUN

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