[Bug 321091] Re: Probleme de dependance

Ante Karamatić ivoks at grad.hr
Wed Feb 4 09:51:42 GMT 2009


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.



More information about the Ubuntu-server-bugs mailing list