diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-31 12:21:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-31 12:21:45 +0000 |
commit | 80eb0799635767f31b46a224c305ee4e709a24ce (patch) | |
tree | c62e01218daaae6946d13fa5e5aa7164d773b8e7 /usr.bin/login/pathnames.h | |
parent | 4260a852e052d505e4f248cc768e7866ab27dfa1 (diff) |
fbtab support from wietse
Diffstat (limited to 'usr.bin/login/pathnames.h')
-rw-r--r-- | usr.bin/login/pathnames.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/login/pathnames.h b/usr.bin/login/pathnames.h index 1efc8ba67e7..6aa3028d7b2 100644 --- a/usr.bin/login/pathnames.h +++ b/usr.bin/login/pathnames.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.2 1996/06/26 05:36:02 deraadt Exp $ */ +/* $OpenBSD: pathnames.h,v 1.3 1996/07/31 12:21:44 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.4 1994/12/23 06:53:03 jtc Exp $ */ /*- @@ -40,3 +40,4 @@ #define _PATH_HUSHLOGIN ".hushlogin" #define _PATH_MOTDFILE "/etc/motd" +#define _PATH_FBTAB "/etc/fbtab" |