login: make /etc/nologin support configurable. -240 bytes if not selected.

This commit is contained in:
Denis Vlasenko
2007-06-12 22:04:57 +00:00
parent 637c975098
commit f312e32662
4 changed files with 23 additions and 15 deletions

View File

@@ -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;