aboutsummaryrefslogtreecommitdiff
path: root/libbb/messages.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-06-12 22:04:57 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-06-12 22:04:57 +0000
commitf312e32662f6d98f86c68d8f781b3255547f8200 (patch)
tree96587f0cba9fc32f66f4e031771e55e21ff13994 /libbb/messages.c
parent637c975098acc6e8387df5a645471780f3c721f9 (diff)
downloadbusybox-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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libbb/messages.c b/libbb/messages.c
index 9f62b9b0d..27d2cc157 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;