Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 0c08aa88dd12498dda1f024b61a8cafb > scriptlet

bacula-console-wx-1.38.11-1.amd64.rpm

POSTIN

/bin/sh
echo "Updating Bacula passwords and names..."
cd /etc/bacula
for f in *-password ; do
	p=`cat $f`
	sed -i -e"s:#FAKE-$f#:$p:" *.conf *.conf.rpmnew 2>/dev/null || :
done
sed -i -e"s:--hostname--:`hostname`:" *.conf *.conf.rpmnew 2>/dev/null || :