fix "loginutils/Config.in:319 error: Overlong line"

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2017-04-13 13:37:05 +02:00
parent 021d50405b
commit 933dcf1c8a
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
//config: depends on SU
//config:
//config:config FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY
//config: bool "Disallow blank passwords from TTYs other than specified in /etc/securetty"
//config: bool "Allow blank passwords only on TTYs in /etc/securetty"
//config: default n
//config: depends on SU