Comment 22 for bug 1515446

Revision history for this message
Martin Pitt (pitti) wrote : Re: NFS shares in FSTAB no longer mount at boot

Hey Bryan,

thanks for investigating and the patch! Indeed it seems the enabling in debian/rules got reverted in some merge. The patch is good, except that I changed postinst to

- if dpkg --compare-versions "$2" lt-nl "0.9.10.0-4ubuntu10"; then
+ if dpkg --compare-versions "$2" lt-nl "1.0.4-0ubuntu8"; then

i. e. I just bumped the number, but I kept the "purge". We want to reset deb-systemd-helper's brain about the automatic/manual enablement state of NetworkManager-wait-online.service, the actual "enable" call will be automatically generated by dh_installinit/dh_systemd_enable. Sorry, that's a bit complicated..

I committed this updated patch to bzr and uploaded.