Actually, no... After having a better look at this one, problem is in
/usr/share/bacula-director/postinst-common:
if [ -f $DSTDIR/$CONFIG.dpkg-tmp ]; then
SOURCE=$DSTDIR/$CONFIG.dpkg-tmp
else
SOURCE=$DSTDIR/$CONFIG
fi
This should be:
if [ -f $DSTDIR/$CONFIG.dpkg-tmp ]; then
SOURCE=$DSTDIR/$CONFIG.dpkg-tmp
else
SOURCE=$DEFCONFIGDIR/$CONFIG
fi
This is fixed in jaunty.
--
Probleme de dependance
https://bugs.launchpad.net/bugs/321091
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.
--
Ubuntu-server-bugs mailing list
[email protected]
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs