diff -u ebox-network-0.12/debian/ebox-network.postinst ebox-network-0.12/debian/ebox-network.postinst --- ebox-network-0.12/debian/ebox-network.postinst +++ ebox-network-0.12/debian/ebox-network.postinst @@ -27,16 +27,13 @@ # import network configuration from system # if installing the first time if [ -z "$2" ] ; then - /usr/share/ebox-network/ebox-netcfg-import + /usr/share/ebox-network/ebox-netcfg-import || true fi # Migrate data if needed /usr/share/ebox/ebox-migrate /usr/share/ebox-network/migration/ - # Restart eBox apache - invoke-rc.d ebox apache restart || true - # Comment out due to a bug LP: 220205 # create directory for RRD databases # RRD_DIR=`perl -MEBox::Network::Report::ByteRate -e'$d = EBox::Network::Report::ByteRate::_rrdDir(); print $d; 1'` diff -u ebox-network-0.12/debian/changelog ebox-network-0.12/debian/changelog --- ebox-network-0.12/debian/changelog +++ ebox-network-0.12/debian/changelog @@ -1,3 +1,11 @@ +ebox-network (0.12-0ubuntu1~ppa4~jaunty2) jaunty; urgency=low + + * Do not restart apache, ebox trigger takes care of it + * Add '|| true' to ebox-network-netcfg as the installation process must continue + even if that script used to import the network configuration fails + + -- Javier Uruen Val Sun, 18 Jan 2009 18:34:23 +0100 + ebox-network (0.12-0ubuntu1~ppa4~jaunty1) jaunty; urgency=low * Jaunty packaging