Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > b3bf144b99e9df36c6da713acc79aeb7 > scriptlet

bacula-fd-3.0.3-2mdv2010.0.i586.rpm

PREUN

/bin/sh
/usr/share/rpm-helper/del-service bacula $1 bacula-fd

POSTIN

/bin/sh
 umask 0037; if [ -s /etc/bacula/.pw.sed ]; then for i in /etc/bacula/bacula-fd.conf /etc/bacula/bacula-fd.conf.rpmnew; do if [ -s $i ]; then sed -f /etc/bacula/.pw.sed $i > $i.tmp; sed -e '/SubSys[[:space:]]*Directory/I d' $i.tmp > $i; rm -f $i.tmp; fi; done; fi; /usr/share/rpm-helper/add-service bacula $1 bacula-fd