diff options
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 | ||
