diff -Nru sysvinit-2.88dsf/debian/changelog sysvinit-2.88dsf/debian/changelog --- sysvinit-2.88dsf/debian/changelog 2015-10-16 02:44:01.000000000 +0000 +++ sysvinit-2.88dsf/debian/changelog 2016-01-25 21:31:26.000000000 +0000 @@ -1,3 +1,11 @@ +sysvinit (2.88dsf-59.2ubuntu2.1) wily; urgency=medium + + * Add /usr/lib/insserv/ to sysv-rc.postinst's PATH so that it can find + the insserv binary, since it is moved by the current Ubuntu delta in + the insserv package (LP: #1507151). + + -- Brian Murray Mon, 25 Jan 2016 13:31:12 -0800 + sysvinit (2.88dsf-59.2ubuntu2) wily; urgency=medium * Adjust sampling_down_factor to 100 on ppc64 kernels (LP: #1483586) diff -Nru sysvinit-2.88dsf/debian/sysv-rc.postinst sysvinit-2.88dsf/debian/sysv-rc.postinst --- sysvinit-2.88dsf/debian/sysv-rc.postinst 2015-05-18 14:57:41.000000000 +0000 +++ sysvinit-2.88dsf/debian/sysv-rc.postinst 2016-01-25 21:30:03.000000000 +0000 @@ -7,7 +7,7 @@ logfile="$logdir/run-$now.log" # Make sure insserv is in path -PATH=/sbin:$PATH +PATH=/usr/lib/insserv:/sbin:$PATH # Based on code from dash postinst check_divert() {