From f312e32662f6d98f86c68d8f781b3255547f8200 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 12 Jun 2007 22:04:57 +0000 Subject: login: make /etc/nologin support configurable. -240 bytes if not selected. --- libbb/messages.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libbb/messages.c') 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; -- cgit v1.2.3