* include/paths.h (_PATH_MAILDIR): Define.
(_PATH_SHELLS): Define.
This commit is contained in:
@ -17,10 +17,12 @@ details. */
|
||||
#define _PATH_DEV "/dev/"
|
||||
#define _PATH_DEVNULL "/dev/null"
|
||||
#define _PATH_LASTLOG "/var/log/lastlog"
|
||||
#define _PATH_MAILDIR "/var/spool/mail/"
|
||||
#define _PATH_MAN "/usr/share/man"
|
||||
#define _PATH_MEM "/dev/mem"
|
||||
#define _PATH_MNTTAB "/etc/fstab"
|
||||
#define _PATH_MOUNTED "/etc/mtab"
|
||||
#define _PATH_SHELLS "/etc/shells"
|
||||
#define _PATH_STDPATH "/bin:/usr/sbin:/sbin"
|
||||
#define _PATH_TMP "/tmp/"
|
||||
#define _PATH_TTY "/dev/tty"
|
||||
|
Reference in New Issue
Block a user