Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 2f739a6f50d09e37746e8f6bcb849c99 > scriptlet

bacula-console-gnome-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 || :