On Tue, Aug 13, 2013 at 01:15:31AM +0200, Steve Langasek wrote: > + * Fix to look directly in /run instead of via the /var/run symlink.
Where is the bug report for this? > case "$1" in > start) > + if init_is_upstart; then > + exit 1 > + fi Where is this documented and why does it need to be done in every case? > --- a/debian/postinst 2011-12-10 11:36:35 +0000 > +++ b/debian/postinst 2013-08-12 22:46:00 +0000 > @@ -10,6 +10,9 @@ > ln -s /run/rpcbind.pid /run/sendsigs.omit.d/rpcbind > fi > fi > + if dpkg --compare-versions "$2" lt "0.2.0-8.1"; then > + update-rc.d -f rpcbind remove > + fi How does this not trash local modifications? Bastian -- In the strict scientific sense we all feed on death -- even vegetarians. -- Spock, "Wolf in the Fold", stardate 3615.4 -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130813065653.gc9...@mail.waldi.eu.org