[Initscripts-ng-commits] r776 - /branches/insserv-1.11.9/debian/patches/80_do_not_mangle_argv_pointer.patch

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Mon Jul 14 11:09:19 UTC 2008


Author: kelmo-guest
Date: Mon Jul 14 11:09:19 2008
New Revision: 776

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=776
Log:
Improve patch description.

Modified:
    branches/insserv-1.11.9/debian/patches/80_do_not_mangle_argv_pointer.patch

Modified: branches/insserv-1.11.9/debian/patches/80_do_not_mangle_argv_pointer.patch
URL: http://svn.debian.org/wsvn/initscripts-ng/branches/insserv-1.11.9/debian/patches/80_do_not_mangle_argv_pointer.patch?rev=776&op=diff
==============================================================================
--- branches/insserv-1.11.9/debian/patches/80_do_not_mangle_argv_pointer.patch (original)
+++ branches/insserv-1.11.9/debian/patches/80_do_not_mangle_argv_pointer.patch Mon Jul 14 11:09:19 2008
@@ -1,4 +1,8 @@
-Do not modify argv via pointers, it breaks chkfor().
+Do not truncate argv to calculate init.d path. Removing the script name from
+argv causes chkfor() to always return false.
+
+Revert back to the code used in insserv 1.11.0, which doesn't modify argv
+directly to determine init.d path.
 ---
 --- a/insserv.c
 +++ b/insserv.c




More information about the Initscripts-ng-commits mailing list