diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2011-03-16 03:50:39 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-16 03:53:13 +0100 |
commit | bba6cb45a501916f0e99d5b25c45f40ba6088649 (patch) | |
tree | d5e1d71f978c7d3373b89c8de26a7cc060b3c4a1 | |
parent | d821e6d69a84e0fafde0228f9b8f8837216eafa7 (diff) |
main: revert recognition of "b" argument
Commit 099663ff8c117303af369a4d412dafed0c5614c2 added "b" as a
recognized argument, however, B is not a runlevel like S. (B appears
as a pseudo runlevel in openSUSE's init.d scripts only for the sake of
insserv being able to manage /etc/init.d/boot.d like the other dirs).
-rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 1d6ac42e90..5154b575ff 100644 --- a/src/main.c +++ b/src/main.c @@ -227,7 +227,6 @@ static int parse_proc_cmdline_word(const char *word) { static const char * const rlmap[] = { "emergency", SPECIAL_EMERGENCY_TARGET, "-b", SPECIAL_EMERGENCY_TARGET, - "b", SPECIAL_EMERGENCY_TARGET, "single", SPECIAL_RESCUE_TARGET, "-s", SPECIAL_RESCUE_TARGET, "s", SPECIAL_RESCUE_TARGET, |