[Bug 321091] Re: Probleme de dependance

Ante Karamatić ivoks at grad.hr
Wed Feb 4 09:51:42 UTC 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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list