diff options
author | David McCullough <davidm@snapgear.com> | 2002-02-25 00:35:17 +0000 |
---|---|---|
committer | David McCullough <davidm@snapgear.com> | 2002-02-25 00:35:17 +0000 |
commit | 6e6be1e59fadbc9c78622844ba2f864699472f6b (patch) | |
tree | 02b2de031045c80e909eeb68c9b4ce5cdbbdcc0c | |
parent | e306be411d1b43b701ebff14af03f98d4ab27556 (diff) |
Added locale and lastlog
-rw-r--r-- | include/paths.h | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/include/paths.h b/include/paths.h index 3cdd39cc2..3cc9276a3 100644 --- a/include/paths.h +++ b/include/paths.h @@ -56,16 +56,13 @@ #define _PATH_PRESERVE "/var/lib" #define _PATH_RWHODIR "/var/spool/rwho" #define _PATH_SENDMAIL "/usr/sbin/sendmail" -#define _PATH_SHADOW "/etc/shadow" #define _PATH_SHELLS "/etc/shells" #define _PATH_TTY "/dev/tty" #define _PATH_UNIX "/boot/vmlinux" -#define _PATH_UTMP "/var/run/utmp" +#define _PATH_UTMP "/var/run/utmp" #define _PATH_VI "/usr/bin/vi" -#define _PATH_WTMP "/var/log/wtmp" -#define _PATH_LOCALE "/usr/lib/locale" -#define _PATH_PASSWD "/etc/passwd" -#define _PATH_GROUP "/etc/group" +#define _PATH_WTMP "/var/log/wtmp" +#define _PATH_LOCALE "/usr/lib/locale" /* Provide trailing slash, since mostly used for building pathnames. */ #define _PATH_DEV "/dev/" @@ -73,5 +70,10 @@ #define _PATH_VARDB "/var/lib/misc/" #define _PATH_VARRUN "/var/run/" #define _PATH_VARTMP "/var/tmp/" +#define _PATH_LASTLOG "/var/log/lastlog" +#define _PATH_LOCALE "/usr/lib/locale" +#define _PATH_SHADOW "/etc/shadow" +#define _PATH_PASSWD "/etc/passwd" +#define _PATH_GROUP "/etc/group" #endif /* !_PATHS_H_ */ |