Sophie

Sophie

distrib > * > 2009.0 > i586 > by-pkgid > f5e49dfecae7eed5d9497dba7513450c > scriptlet

bacula-console-2.4.2-2.1mdv2009.0.i586.rpm

PREIN

/bin/sh
if [ -e /etc/bacula/console.conf -a ! -e /etc/bacula/bconsole.conf ]; then
    mv /etc/bacula/console.conf /etc/bacula/bconsole.conf
fi

POSTIN

/bin/sh
umask 0037; if [ -s /etc/bacula/.pw.sed ]; then for i in /etc/bacula/bconsole.conf /etc/bacula/bconsole.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;