diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-06 07:34:52 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-06 07:34:52 +0000 |
commit | 9933215adfbb1f708cbff242425a51e132db8e91 (patch) | |
tree | 149ae522d97228dd1ad14c9c3c217fd9d2146f2a | |
parent | e03c1d25ca3251adbddd6f6741644d3228f40f85 (diff) | |
download | poky-9933215adfbb1f708cbff242425a51e132db8e91.tar.gz |
update-rc.d.bbclass: Tweak change
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2370 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/classes/update-rc.d.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/update-rc.d.bbclass b/meta/classes/update-rc.d.bbclass index cb217681e3..3051b7933f 100644 --- a/meta/classes/update-rc.d.bbclass +++ b/meta/classes/update-rc.d.bbclass | |||
@@ -15,7 +15,7 @@ update-rc.d $OPT ${INITSCRIPT_NAME} ${INITSCRIPT_PARAMS} | |||
15 | } | 15 | } |
16 | 16 | ||
17 | updatercd_prerm() { | 17 | updatercd_prerm() { |
18 | if test "x$D" == "x"; then | 18 | if test "x$D" = "x"; then |
19 | ${INIT_D_DIR}/${INITSCRIPT_NAME} stop | 19 | ${INIT_D_DIR}/${INITSCRIPT_NAME} stop |
20 | fi | 20 | fi |
21 | } | 21 | } |