[Initscripts-ng-commits] r275 - /trunk/src/insserv/debian/patches/42_redundantlvl.dpatch
pere at users.alioth.debian.org
pere at users.alioth.debian.org
Sat Nov 17 18:08:14 UTC 2007
Author: pere
Date: Sat Nov 17 18:08:14 2007
New Revision: 275
URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=275
Log:
Typo.
Modified:
trunk/src/insserv/debian/patches/42_redundantlvl.dpatch
Modified: trunk/src/insserv/debian/patches/42_redundantlvl.dpatch
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/42_redundantlvl.dpatch?rev=275&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/42_redundantlvl.dpatch (original)
+++ trunk/src/insserv/debian/patches/42_redundantlvl.dpatch Sat Nov 17 18:08:14 2007
@@ -112,7 +112,7 @@
+ int runlevel;
+ const char uckey = toupper(key);
+ for (runlevel = 0; runlevel < RUNLEVLES; runlevel++) {
-+ if (uckey = runlevel_locations[runlevel].key)
++ if (uckey == runlevel_locations[runlevel].key)
+ return runlevel_locations[runlevel].lvl;
+ }
+ warn("Wrong runlevel key '%c'\n", uckey);
More information about the Initscripts-ng-commits
mailing list