[Initscripts-ng-commits] r752 - in /trunk/src/insserv/debian/patches: 61_default_stop_changed_from_empty.dpatch 64_missing_default_fields_fallback.dpatch

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Mon May 19 15:37:15 UTC 2008


Author: kelmo-guest
Date: Mon May 19 15:37:15 2008
New Revision: 752

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=752
Log:
Fix whitepsace in debian/patches/61_default_stop_changed_from_empty.dpatch and debian/patches/64_missing_default_fields_fallback.dpatch

Modified:
    trunk/src/insserv/debian/patches/61_default_stop_changed_from_empty.dpatch
    trunk/src/insserv/debian/patches/64_missing_default_fields_fallback.dpatch

Modified: trunk/src/insserv/debian/patches/61_default_stop_changed_from_empty.dpatch
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/61_default_stop_changed_from_empty.dpatch?rev=752&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/61_default_stop_changed_from_empty.dpatch (original)
+++ trunk/src/insserv/debian/patches/61_default_stop_changed_from_empty.dpatch Mon May 19 15:37:15 2008
@@ -16,8 +16,8 @@
 
 @DPATCH@
 diff -urNad insserv~/insserv.c insserv/insserv.c
---- insserv~/insserv.c	2008-05-18 11:26:14.000000000 +1000
-+++ insserv/insserv.c	2008-05-18 11:26:59.000000000 +1000
+--- insserv~/insserv.c	2008-05-20 01:35:47.216136486 +1000
++++ insserv/insserv.c	2008-05-20 01:36:24.478138641 +1000
 @@ -2458,83 +2458,90 @@
  			    error("exiting now!\n");
  		    }
@@ -52,7 +52,7 @@
 +					 lvl2str(deflvlk));
 +			    } else if (!defaults && !service->lvlk) {
 +			        if (!del && chkfor(d->d_name, argv, argc) && !(argr[curr_argc])) {
-+			    	    warn("Warning, current empty stop runlevel(s) of script `%s' overwrites defaults (%s).\n",
++				    warn("Warning, current empty stop runlevel(s) of script `%s' overwrites defaults (%s).\n",
 +				         d->d_name, lvl2str(deflvlk));
 +				    script_inf.default_stop = empty;
 +			        }

Modified: trunk/src/insserv/debian/patches/64_missing_default_fields_fallback.dpatch
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/64_missing_default_fields_fallback.dpatch?rev=752&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/64_missing_default_fields_fallback.dpatch (original)
+++ trunk/src/insserv/debian/patches/64_missing_default_fields_fallback.dpatch Mon May 19 15:37:15 2008
@@ -14,8 +14,8 @@
 
 @DPATCH@
 diff -urNad insserv~/insserv.c insserv/insserv.c
---- insserv~/insserv.c	2008-05-20 01:25:58.969139522 +1000
-+++ insserv/insserv.c	2008-05-20 01:29:12.302013184 +1000
+--- insserv~/insserv.c	2008-05-20 01:34:54.039015024 +1000
++++ insserv/insserv.c	2008-05-20 01:35:21.229139187 +1000
 @@ -2503,9 +2503,6 @@
  			     * Could be a none LSB script, use info from current link scheme.
  			     */
@@ -44,8 +44,7 @@
 +#ifdef SUSE
  	/* Ahh ... set default multiuser with network */
  	if (!script_inf.default_start || script_inf.default_start == empty)
--	    script_inf.default_start = xstrdup(DEFAULT_START_LVL);
-+		script_inf.default_start = xstrdup(DEFAULT_START_LVL);
+ 	    script_inf.default_start = xstrdup(DEFAULT_START_LVL);
 +#else /* SUSE */
 +	if (!script_inf.default_start) {
 +	    warn("Default-Start undefined, assuming empty start runlevel(s) for script `%s'\n",




More information about the Initscripts-ng-commits mailing list