diff options
author | Denis Vlasenko | 2007-06-12 22:04:57 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-06-12 22:04:57 +0000 |
commit | f312e32662f6d98f86c68d8f781b3255547f8200 (patch) | |
tree | 96587f0cba9fc32f66f4e031771e55e21ff13994 /libbb/messages.c | |
parent | 637c975098acc6e8387df5a645471780f3c721f9 (diff) | |
download | busybox-f312e32662f6d98f86c68d8f781b3255547f8200.zip busybox-f312e32662f6d98f86c68d8f781b3255547f8200.tar.gz |
login: make /etc/nologin support configurable. -240 bytes if not selected.
Diffstat (limited to 'libbb/messages.c')
-rw-r--r-- | libbb/messages.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libbb/messages.c b/libbb/messages.c index 9f62b9b..27d2cc1 100644 --- a/libbb/messages.c +++ b/libbb/messages.c @@ -34,8 +34,6 @@ const char bb_path_passwd_file[] = "/etc/passwd"; const char bb_path_shadow_file[] = "/etc/shadow"; const char bb_path_group_file[] = "/etc/group"; const char bb_path_gshadow_file[] = "/etc/gshadow"; -const char bb_path_nologin_file[] = "/etc/nologin"; -const char bb_path_securetty_file[] = "/etc/securetty"; const char bb_path_motd_file[] = "/etc/motd"; const char bb_dev_null[] = "/dev/null"; const char bb_busybox_exec_path[] = CONFIG_BUSYBOX_EXEC_PATH; |