On 10.10.2012 20:06, Julien Cristau wrote: > On Thu, Aug 9, 2012 at 09:39:22 +0400, Michael Tokarev wrote: > >> diff -Nru autofs-5.0.6/debian/autofs.init autofs-5.0.6/debian/autofs.init [] >> +NAME=autofs >> +PIDFILE="/run/$NAME.pid" >> > the PIDFILE here is broken. Please fix it and let me know after 5.0.7-3 > is in sid, I'll unblock the package.
Thank you very much Julien for this hard work - reviewing autofs changes is quite a bit disgusting. And especially thank you very much for finding this my bug - it is the second, forgotten, half of the fix for #682675. I just uploaded the new release, which contains this fix and a tiny debian/changelog change (not mentioned itself in the changelog), just word-wrapping of a line for which lintian complained, no wording changes. Here's the debdiff between 5.0.7-2 and 5.0.7-3: --- cut --- diff -Nru autofs-5.0.7/debian/autofs.init autofs-5.0.7/debian/autofs.init --- autofs-5.0.7/debian/autofs.init 2012-06-07 23:41:38.000000000 +0400 +++ autofs-5.0.7/debian/autofs.init 2012-10-10 21:25:12.000000000 +0400 @@ -18,7 +18,7 @@ PROG=automount DAEMON=/usr/sbin/$PROG NAME=autofs -PIDFILE="/run/$NAME.pid" +PIDFILE="/var/run/$NAME.pid" test -e $DAEMON || exit 0 diff -Nru autofs-5.0.7/debian/changelog autofs-5.0.7/debian/changelog --- autofs-5.0.7/debian/changelog 2012-10-06 13:06:37.000000000 +0400 +++ autofs-5.0.7/debian/changelog 2012-10-10 21:28:41.000000000 +0400 @@ -1,3 +1,10 @@ +autofs (5.0.7-3) unstable; urgency=low + + * pidfile is in /var/run not /run: fix the initscript + (forgotten part of #682675) + + -- Michael Tokarev <m...@tls.msk.ru> Wed, 10 Oct 2012 21:28:40 +0400 + autofs (5.0.7-2) unstable; urgency=low * force transfer ucf autofs5=>autofs ownership for all ucf-managed @@ -16,8 +23,8 @@ - fixes for nfs handling to be more robust - several fixes for multi-mount entries - several fixes for NFSv4 mounts (Closes: #675798) - and a few more small/misc fixes. This is all-bugfix changes, making - the code more robust and less buggy. + and a few more small/misc fixes. This is all-bugfix changes, + making the code more robust and less buggy. * removed --disable-mount-move configure option, not needed anymore. * removed autofs-5.0.6-upstream-git.patch. * refreshed manpages-hyphen.patch. --- cut --- /mjt -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/5075c6fc.2050...@msgid.tls.msk.ru