From 88407b93212275759e8a54f5d43f4cf7da67fcdf Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 30 Sep 2013 13:36:26 +0200 Subject: nologin: add new command Currently it's maintained as distro specific (or people use impolite /bin/false way). Signed-off-by: Karel Zak --- include/pathnames.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/pathnames.h') diff --git a/include/pathnames.h b/include/pathnames.h index e25234c45..dce98d2a4 100644 --- a/include/pathnames.h +++ b/include/pathnames.h @@ -31,6 +31,8 @@ #define _PATH_HUSHLOGIN ".hushlogin" #define _PATH_HUSHLOGINS "/etc/hushlogins" +#define _PATH_NOLOGIN_TXT "/etc/nologin.txt" + #ifndef _PATH_MAILDIR #define _PATH_MAILDIR "/var/spool/mail" #endif -- cgit v1.2.3-55-g7522