git: 29b28e380c14 - stable/14 - include/paths.h: add _PATH_NOSHUTDOWN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 May 2025 19:33:15 UTC
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=29b28e380c14d4a21ce9457e445f5d98dce5cf74 commit 29b28e380c14d4a21ce9457e445f5d98dce5cf74 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2025-05-04 13:38:53 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2025-05-10 18:57:46 +0000 include/paths.h: add _PATH_NOSHUTDOWN (cherry picked from commit 5ab906195b35609c60e05080f7b82cf64437306e) --- include/paths.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/paths.h b/include/paths.h index 0f930ed5c03d..8fada5489646 100644 --- a/include/paths.h +++ b/include/paths.h @@ -84,6 +84,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"