diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:11 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:57 +0100 |
commit | d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612 (patch) | |
tree | f36fe3008f36ff75cbdd31b630f8f13f1f205ebb /meta/recipes-devtools/insserv/files/42_loopnochangemsg.dpatch | |
parent | caab7fc509bf27706ff3248689f6afd04225cfda (diff) | |
download | poky-d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612.tar.gz |
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/insserv/files/42_loopnochangemsg.dpatch')
-rw-r--r-- | meta/recipes-devtools/insserv/files/42_loopnochangemsg.dpatch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-devtools/insserv/files/42_loopnochangemsg.dpatch b/meta/recipes-devtools/insserv/files/42_loopnochangemsg.dpatch new file mode 100644 index 0000000000..4a15f58312 --- /dev/null +++ b/meta/recipes-devtools/insserv/files/42_loopnochangemsg.dpatch | |||
@@ -0,0 +1,20 @@ | |||
1 | #! /bin/sh /usr/share/dpatch/dpatch-run | ||
2 | ## 40_loopnochangemsg.dpatch by Petter Reinholdtsen | ||
3 | |||
4 | Make it more obvious that introducing a loop will not change the | ||
5 | existing boot sequence. Thanks to Frans Pop for the rationale for | ||
6 | this change. | ||
7 | |||
8 | @DPATCH@ | ||
9 | |||
10 | --- insserv-1.11.0.orig/insserv.c | ||
11 | +++ insserv-1.11.0/insserv.c | ||
12 | @@ -2647,7 +2647,7 @@ | ||
13 | follow_all(); | ||
14 | |||
15 | if (is_loop_detected() && !ignore) | ||
16 | - error("exiting now!\n"); | ||
17 | + error("exiting without changing boot order!\n"); | ||
18 | |||
19 | /* | ||
20 | * Re-order some well known scripts to get | ||