Sophie

Sophie

distrib > Mandriva > cs4.0 > x86_64 > by-pkgid > 982fc05b3645bc20e6c7f50ca5cd1b9e > scriptlet

bacula-console-1.38.11-2mlcs4.x86_64.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;