aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-01-24 08:30:57 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-01-24 08:30:57 +0000
commitd22d77590c8d7eae813913d868654fad787498f4 (patch)
tree0cd73417cb0aa28d8e4c1062595ff98abfbc669b /configure
parentd0a817b998b32149e13a50e93f94fd1261fc4976 (diff)
downloads6-frontend-d22d77590c8d7eae813913d868654fad787498f4.tar.gz
Add -E | -e options to live install; fix configure
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 1b19145..40ead18 100755
--- a/configure
+++ b/configure
@@ -57,7 +57,6 @@ Optional features:
--disable-s6li do not use s6-linux-init functionality [enabled]
--enable-util-linux use util-linux functionality [disabled]
- --with-conf-file=FILE default configuration file for s6 command [SYSCONFDIR/s6-frontend.conf]
--with-store-list=LIST list of service stores [PREFIX/share/s6-frontend/s6-rc/sources:SYSCONFDIR/s6-frontend/s6-rc/sources]
--with-default-bundle=NAME name of the bundle started at boot [s6-rc default: default]
@@ -234,7 +233,7 @@ for arg ; do
--repodir=*) repodir=${arg#*=} ;;
--bootdb=*) bootdb=${arg#*=} ;;
--stmpdir=*) stmpdir=${arg#*=} ;;
- --with-conf-file=*) conffile=${arg#*=} ;;
+ --conffile=*) conffile=${arg#*=} ;;
--with-store-list=*) storelist=${arg#*=} ;;
--with-default-bundle=*) defbundle=${arg#*=} ;;
--enable-nsss|--enable-nsss=yes) usensss=true ;;