aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-01-18 05:15:31 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-01-18 05:15:31 +0000
commit6042c85e7ed2c03be582857d1dd40135dadb0723 (patch)
tree428eb4babc78f8eff231c52f82f742b358fc0158 /src
parentc2740b983f6bb4baf0d5a1772fa3682cc66aa5f9 (diff)
downloads6-frontend-6042c85e7ed2c03be582857d1dd40135dadb0723.tar.gz
live_install fix, doc fix
Diffstat (limited to 'src')
-rw-r--r--src/s6-frontend/live_install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s6-frontend/live_install.c b/src/s6-frontend/live_install.c
index 7da1759..fb13e1b 100644
--- a/src/s6-frontend/live_install.c
+++ b/src/s6-frontend/live_install.c
@@ -27,7 +27,7 @@ void live_install (char const *const *argv)
{
{ .so = 'b', .lo = "block", .clear = 0, .set = GOLB_BLOCK },
{ .so = 'K', .lo = "keep-old", .clear = 0, .set = GOLB_KEEPOLD },
- { .so = 0, .lo = "init", .clear = 0, .set = GOLA_INIT },
+ { .so = 0, .lo = "init", .clear = 0, .set = GOLB_INIT },
} ;
static gol_arg const rgola[] =
{