mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
include/paths.h: add _PATH_NOSHUTDOWN
Reviewed by: bapt, kevans, olce Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D50166
This commit is contained in:
parent
73ba568b1c
commit
5ab906195b
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@
|
|||
#define _PATH_MOUNT "/sbin/mount"
|
||||
#define _PATH_NEWFS "/sbin/newfs"
|
||||
#define _PATH_NOLOGIN "/var/run/nologin"
|
||||
#define _PATH_NOSHUTDOWN "/var/run/noshutdown"
|
||||
#define _PATH_RCP "/bin/rcp"
|
||||
#define _PATH_REBOOT "/sbin/reboot"
|
||||
#define _PATH_RLOGIN "/usr/bin/rlogin"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue