Skip to content

Commit 90546af

Browse files
committed
configure: include --enable-capabilities in help output
Include --enable-capabilities and --disable-capabilities in help output.
1 parent b209b30 commit 90546af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

configure

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,10 @@ Optional options:
197197
--shutdown-prefix=PREFIX Name prefix for shutdown, poweroff, reboot, soft-reboot, halt programs []
198198
--enable-shutdown Build shutdown, poweroff, reboot, soft-reboot, halt programs [Enabled only on Linux systems]
199199
--disable-shutdown Don't build shutdown, poweroff, reboot, soft-reboot, halt programs
200-
--enable-cgroups Enable Cgroups support [Enabled only on Linux based systems]
200+
--enable-cgroups Enable Cgroups support [Enabled only on Linux systems]
201201
--disable-cgroups Disable Cgroups support
202+
--enable-capabilities Enable capabilities support [Enabled on Linux if libcap available]
203+
--disable-capabilities Disable capabilities support
202204
--enable-utmpx Enable manipulating the utmp/utmpx database via the related POSIX functions [guessed]
203205
--disable-utmpx Disable manipulating the utmp/utmpx database via the related POSIX functions
204206
--enable-initgroups Enable initialization of supplementary groups for run-as [Enabled]

0 commit comments

Comments
 (0)