From 1f427822e3c34bf24fa4b4a511c30c0f6d72774e Mon Sep 17 00:00:00 2001 From: Scott Garman Date: Sun, 28 Nov 2010 20:46:27 -0800 Subject: insserv: upgrade to version 1.14.0 * Removed obsolete patches * Disabled make check tests which cannot be run when cross-compiled * Added SUMMARY, DESCRIPTION, and PRIORITY fields * Added source checksums Signed-off-by: Scott Garman --- .../insserv/files/42_loopnochangemsg.dpatch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 meta/recipes-devtools/insserv/files/42_loopnochangemsg.dpatch (limited to 'meta/recipes-devtools/insserv/files/42_loopnochangemsg.dpatch') diff --git a/meta/recipes-devtools/insserv/files/42_loopnochangemsg.dpatch b/meta/recipes-devtools/insserv/files/42_loopnochangemsg.dpatch deleted file mode 100644 index 4a15f58312..0000000000 --- a/meta/recipes-devtools/insserv/files/42_loopnochangemsg.dpatch +++ /dev/null @@ -1,20 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 40_loopnochangemsg.dpatch by Petter Reinholdtsen - -Make it more obvious that introducing a loop will not change the -existing boot sequence. Thanks to Frans Pop for the rationale for -this change. - -@DPATCH@ - ---- insserv-1.11.0.orig/insserv.c -+++ insserv-1.11.0/insserv.c -@@ -2647,7 +2647,7 @@ - follow_all(); - - if (is_loop_detected() && !ignore) -- error("exiting now!\n"); -+ error("exiting without changing boot order!\n"); - - /* - * Re-order some well known scripts to get -- cgit v1.2.3-54-g00ecf