diff options
Diffstat (limited to 'libexec/getty/pathnames.h')
-rw-r--r-- | libexec/getty/pathnames.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libexec/getty/pathnames.h b/libexec/getty/pathnames.h index 714a9cc..7b26ed7 100644 --- a/libexec/getty/pathnames.h +++ b/libexec/getty/pathnames.h @@ -35,5 +35,7 @@ #include <paths.h> -#define _PATH_GETTYTAB "/etc/gettytab" -#define _PATH_LOGIN "/usr/bin/login" +#define _PATH_GETTYTAB "/etc/gettytab" +#define _PATH_LOGIN "/usr/bin/login" +#define _PATH_FBTAB "/etc/fbtab" +#define _PATH_LOGINDEVPERM "/etc/logindevperm" |