git: 5ab906195b35 - main - include/paths.h: add _PATH_NOSHUTDOWN

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Mon, 05 May 2025 16:05:24 UTC
The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=5ab906195b35609c60e05080f7b82cf64437306e

commit 5ab906195b35609c60e05080f7b82cf64437306e
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2025-05-04 13:38:53 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2025-05-05 16:04:22 +0000

    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
---
 include/paths.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/paths.h b/include/paths.h
index f8861ea4e5a8..26924bcdba91 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -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"