Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Feb 2024 03:54:24 GMT
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 3aefe6759669 - main - nextboot: fix typo that merged two args into one
Message-ID:  <202402200354.41K3sO13025584@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by glebius:

URL: https://cgit.FreeBSD.org/src/commit/?id=3aefe6759669bbadeb1a24a8956bf222ce279c68

commit 3aefe6759669bbadeb1a24a8956bf222ce279c68
Author:     Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2024-02-20 03:51:22 +0000
Commit:     Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2024-02-20 03:51:22 +0000

    nextboot: fix typo that merged two args into one
    
    Fixes:  fd6d47375a78fbf0737012b7cc11180291781e8b
---
 sbin/reboot/reboot.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/reboot/reboot.c b/sbin/reboot/reboot.c
index d215255487a7..7ea4d50eaf74 100644
--- a/sbin/reboot/reboot.c
+++ b/sbin/reboot/reboot.c
@@ -79,7 +79,7 @@ zfsbootcfg(const char *pool, bool force)
 		"-n",
 		"freebsd:nvstore",
 		"-k",
-		"nextboot_enable"
+		"nextboot_enable",
 		"-v",
 		"YES",
 		NULL



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402200354.41K3sO13025584>