summaryrefslogtreecommitdiffstats
path: root/usr.bin/login/pathnames.h
diff options
context:
space:
mode:
authorguido <guido@FreeBSD.org>1994-08-22 19:56:14 +0000
committerguido <guido@FreeBSD.org>1994-08-22 19:56:14 +0000
commitff70b5ad22b128db0fd21231ca1ee193c96d2f1c (patch)
tree0f957505743e481e4ca81b602940b3232258d09c /usr.bin/login/pathnames.h
parent26e50b1c3e99000c351230dbc9bc45d66424c44c (diff)
downloadFreeBSD-src-ff70b5ad22b128db0fd21231ca1ee193c96d2f1c.zip
FreeBSD-src-ff70b5ad22b128db0fd21231ca1ee193c96d2f1c.tar.gz
Implemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c)
Reviewed by: Submitted by: guido
Diffstat (limited to 'usr.bin/login/pathnames.h')
-rw-r--r--usr.bin/login/pathnames.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/login/pathnames.h b/usr.bin/login/pathnames.h
index a9f5c1a..ca85739 100644
--- a/usr.bin/login/pathnames.h
+++ b/usr.bin/login/pathnames.h
@@ -35,6 +35,8 @@
#include <paths.h>
-#define _PATH_HUSHLOGIN ".hushlogin"
-#define _PATH_MOTDFILE "/etc/motd"
-#define _PATH_LOGACCESS "/etc/login.access"
+#define _PATH_HUSHLOGIN ".hushlogin"
+#define _PATH_MOTDFILE "/etc/motd"
+#define _PATH_LOGACCESS "/etc/login.access"
+#define _PATH_FBTAB "/etc/fbtab"
+#define _PATH_LOGINDEVPERM "/etc/logindevperm"
OpenPOWER on IntegriCloud