From: Karel Zak Date: Tue, 6 Aug 2013 13:39:11 +0000 (+0200) Subject: agetty: -L accepts optional argument X-Git-Tag: v2.24-rc1~396 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f964206661e2937b9d5fc93ee56e5379b9556d9;p=thirdparty%2Futil-linux.git agetty: -L accepts optional argument Signed-off-by: Karel Zak --- diff --git a/term-utils/agetty.c b/term-utils/agetty.c index b7de618f1c..4cd8675cb7 100644 --- a/term-utils/agetty.c +++ b/term-utils/agetty.c @@ -576,7 +576,7 @@ static void parse_args(int argc, char **argv, struct options *op) }; while ((c = getopt_long(argc, argv, - "8a:cC:d:Ef:hH:iI:Jl:LmnNo:pP:r:Rst:Uw", longopts, + "8a:cC:d:Ef:hH:iI:Jl:L::mnNo:pP:r:Rst:Uw", longopts, NULL)) != -1) { switch (c) { case '8':