Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-06-13 02:04:57 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2007-06-13 02:04:57 +0400
commitf312e32662f6d98f86c68d8f781b3255547f8200 (patch)
tree96587f0cba9fc32f66f4e031771e55e21ff13994 /include
parent637c975098acc6e8387df5a645471780f3c721f9 (diff)
login: make /etc/nologin support configurable. -240 bytes if not selected.
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libbb.h b/include/libbb.h
index c4743cf0f..4f418e7c1 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -943,12 +943,10 @@ extern const char bb_str_default[];
extern const char bb_hexdigits_upcase[];
extern const char bb_path_mtab_file[];
-extern const char bb_path_nologin_file[];
extern const char bb_path_passwd_file[];
extern const char bb_path_shadow_file[];
extern const char bb_path_gshadow_file[];
extern const char bb_path_group_file[];
-extern const char bb_path_securetty_file[];
extern const char bb_path_motd_file[];
extern const char bb_path_wtmp_file[];
extern const char bb_dev_null[];