diff options
Diffstat (limited to 'libbb')
-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 9f62b9b0d..27d2cc157 100644 --- a/libbb/messages.c +++ b/libbb/messages.c | |||
@@ -34,8 +34,6 @@ const char bb_path_passwd_file[] = "/etc/passwd"; | |||
34 | const char bb_path_shadow_file[] = "/etc/shadow"; | 34 | const char bb_path_shadow_file[] = "/etc/shadow"; |
35 | const char bb_path_group_file[] = "/etc/group"; | 35 | const char bb_path_group_file[] = "/etc/group"; |
36 | const char bb_path_gshadow_file[] = "/etc/gshadow"; | 36 | const char bb_path_gshadow_file[] = "/etc/gshadow"; |
37 | const char bb_path_nologin_file[] = "/etc/nologin"; | ||
38 | const char bb_path_securetty_file[] = "/etc/securetty"; | ||
39 | const char bb_path_motd_file[] = "/etc/motd"; | 37 | const char bb_path_motd_file[] = "/etc/motd"; |
40 | const char bb_dev_null[] = "/dev/null"; | 38 | const char bb_dev_null[] = "/dev/null"; |
41 | const char bb_busybox_exec_path[] = CONFIG_BUSYBOX_EXEC_PATH; | 39 | const char bb_busybox_exec_path[] = CONFIG_BUSYBOX_EXEC_PATH; |