Date: Mon, 5 May 2025 16:05:24 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 5ab906195b35 - main - include/paths.h: add _PATH_NOSHUTDOWN Message-ID: <202505051605.545G5OXB053087@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505051605.545G5OXB053087>