Changeset View
Changeset View
Standalone View
Standalone View
include/paths.h
| Show First 20 Lines • Show All 75 Lines • ▼ Show 20 Lines | |||||
| #define _PATH_MAILDIR "/var/mail" | #define _PATH_MAILDIR "/var/mail" | ||||
| #define _PATH_MAN "/usr/share/man" | #define _PATH_MAN "/usr/share/man" | ||||
| #define _PATH_MDCONFIG "/sbin/mdconfig" | #define _PATH_MDCONFIG "/sbin/mdconfig" | ||||
| #define _PATH_MEM "/dev/mem" | #define _PATH_MEM "/dev/mem" | ||||
| #define _PATH_MKSNAP_FFS "/sbin/mksnap_ffs" | #define _PATH_MKSNAP_FFS "/sbin/mksnap_ffs" | ||||
| #define _PATH_MOUNT "/sbin/mount" | #define _PATH_MOUNT "/sbin/mount" | ||||
| #define _PATH_NEWFS "/sbin/newfs" | #define _PATH_NEWFS "/sbin/newfs" | ||||
| #define _PATH_NOLOGIN "/var/run/nologin" | #define _PATH_NOLOGIN "/var/run/nologin" | ||||
| #define _PATH_NOSHUTDOWN "/var/run/noshutdown" | |||||
| #define _PATH_RCP "/bin/rcp" | #define _PATH_RCP "/bin/rcp" | ||||
| #define _PATH_REBOOT "/sbin/reboot" | #define _PATH_REBOOT "/sbin/reboot" | ||||
| #define _PATH_RLOGIN "/usr/bin/rlogin" | #define _PATH_RLOGIN "/usr/bin/rlogin" | ||||
| #define _PATH_RM "/bin/rm" | #define _PATH_RM "/bin/rm" | ||||
| #define _PATH_RSH "/usr/bin/rsh" | #define _PATH_RSH "/usr/bin/rsh" | ||||
| #define _PATH_SENDMAIL "/usr/sbin/sendmail" | #define _PATH_SENDMAIL "/usr/sbin/sendmail" | ||||
| #define _PATH_SHELLS "/etc/shells" | #define _PATH_SHELLS "/etc/shells" | ||||
| #define _PATH_TTY "/dev/tty" | #define _PATH_TTY "/dev/tty" | ||||
| ▲ Show 20 Lines • Show All 59 Lines • Show Last 20 Lines | |||||