diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-04-13 13:37:05 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-04-13 13:37:05 +0200 |
commit | 933dcf1c8a801b31d6e2415e7681f37ad3f03eaf (patch) | |
tree | 0d34c5f7da11d4b8deb872d5ce5a66182e49552d | |
parent | 021d50405b5819df9e86a3f1354e45018885517e (diff) | |
download | busybox-w32-933dcf1c8a801b31d6e2415e7681f37ad3f03eaf.tar.gz busybox-w32-933dcf1c8a801b31d6e2415e7681f37ad3f03eaf.tar.bz2 busybox-w32-933dcf1c8a801b31d6e2415e7681f37ad3f03eaf.zip |
fix "loginutils/Config.in:319 error: Overlong line"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | loginutils/su.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/su.c b/loginutils/su.c index ef74aa77d..4cce82405 100644 --- a/loginutils/su.c +++ b/loginutils/su.c | |||
@@ -25,7 +25,7 @@ | |||
25 | //config: depends on SU | 25 | //config: depends on SU |
26 | //config: | 26 | //config: |
27 | //config:config FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY | 27 | //config:config FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY |
28 | //config: bool "Disallow blank passwords from TTYs other than specified in /etc/securetty" | 28 | //config: bool "Allow blank passwords only on TTYs in /etc/securetty" |
29 | //config: default n | 29 | //config: default n |
30 | //config: depends on SU | 30 | //config: depends on SU |
31 | 31 | ||