Tweak the update-rc.d replacement to avoid using a backslash. (Closes: #530076)
git-svn-id: http://emdebian.org/svn/current@6329 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
f2e5054497
commit
3cc4691ec8
2 changed files with 5 additions and 2 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,8 +1,10 @@
|
|||
emdebian-rootfs (2.0.1) unstable; urgency=low
|
||||
|
||||
* Expand long description for multistrap (Closes: #527364)
|
||||
* Tweak the update-rc.d replacement to avoid using a backslash.
|
||||
(Closes: #530076)
|
||||
|
||||
-- Neil Williams <codehelp@debian.org> Thu, 07 May 2009 19:49:30 +0100
|
||||
-- Neil Williams <codehelp@debian.org> Mon, 25 May 2009 17:39:21 +0100
|
||||
|
||||
emdebian-rootfs (2.0.0) unstable; urgency=low
|
||||
|
||||
|
|
|
@ -32,7 +32,8 @@ if [ -z "$bn" -o -z "$1" ]; then
|
|||
exit 1
|
||||
fi
|
||||
if [ ! -f "$initd/$bn" ]; then
|
||||
echo "update-rc.d: $initd/$bn: file does not exist\n"
|
||||
echo "update-rc.d: $initd/$bn: file does not exist"
|
||||
echo
|
||||
exit 1
|
||||
fi
|
||||
if [ "$1" = 'remove' ]; then
|
||||
|
|
Loading…
Reference in a new issue