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. --- include/libbb.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/libbb.h') diff --git a/include/libbb.h b/include/libbb.h index c4743cf..4f418e7 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[]; -- cgit v1.1