diff -Nru xnbd-0.2.0~rc2-hg1-abf8cc7a1ab0/debian/changelog xnbd-0.2.0~rc2-hg1-abf8cc7a1ab0/debian/changelog --- xnbd-0.2.0~rc2-hg1-abf8cc7a1ab0/debian/changelog 2013-06-08 10:04:33.000000000 +0000 +++ xnbd-0.2.0~rc2-hg1-abf8cc7a1ab0/debian/changelog 2013-09-18 09:39:47.000000000 +0000 @@ -1,3 +1,11 @@ +xnbd (0.2.0~rc2-hg1-abf8cc7a1ab0-2) unstable; urgency=low + + * Fix "xnbd-common init script dies during start-up" and use the correct + path. xndb-register was promoted to the upstream codebase and they decided + to install it to /usr/sbin. Thus, the init script needs an adaption (Closes: #723559) + + -- Arno Töll Wed, 18 Sep 2013 11:38:57 +0200 + xnbd (0.2.0~rc2-hg1-abf8cc7a1ab0-1) unstable; urgency=low * New upstream release diff -Nru xnbd-0.2.0~rc2-hg1-abf8cc7a1ab0/debian/xnbd-common.init xnbd-0.2.0~rc2-hg1-abf8cc7a1ab0/debian/xnbd-common.init --- xnbd-0.2.0~rc2-hg1-abf8cc7a1ab0/debian/xnbd-common.init 2013-05-20 14:47:09.000000000 +0000 +++ xnbd-0.2.0~rc2-hg1-abf8cc7a1ab0/debian/xnbd-common.init 2013-09-18 09:38:19.000000000 +0000 @@ -16,7 +16,7 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin DESC="xNBD network devices" NAME="xnbd-register" -DAEMON=/usr/bin/$NAME +DAEMON=/usr/sbin/$NAME SCRIPTNAME=/etc/init.d/$NAME # This variable will be overwritten