mirror of
https://github.com/sheumann/hush.git
synced 2025-02-05 05:33:31 +00:00
trivial fixes to config system
This commit is contained in:
parent
c12d51e94e
commit
e7b43cf59f
@ -250,6 +250,7 @@ config FEATURE_TAR_LONG_OPTIONS
|
|||||||
config FEATURE_TAR_UNAME_GNAME
|
config FEATURE_TAR_UNAME_GNAME
|
||||||
bool "Enable use of user and group names"
|
bool "Enable use of user and group names"
|
||||||
default n
|
default n
|
||||||
|
depends on TAR
|
||||||
help
|
help
|
||||||
Enables use of user and group names in tar. This affects contents
|
Enables use of user and group names in tar. This affects contents
|
||||||
listings (-t) and preserving permissions when unpacking (-p).
|
listings (-t) and preserving permissions when unpacking (-p).
|
||||||
|
@ -50,7 +50,7 @@ config FEATURE_RUN_PARTS_FANCY
|
|||||||
|
|
||||||
config START_STOP_DAEMON
|
config START_STOP_DAEMON
|
||||||
bool "start-stop-daemon"
|
bool "start-stop-daemon"
|
||||||
default y
|
default n
|
||||||
help
|
help
|
||||||
start-stop-daemon is used to control the creation and
|
start-stop-daemon is used to control the creation and
|
||||||
termination of system-level processes, usually the ones
|
termination of system-level processes, usually the ones
|
||||||
@ -58,7 +58,7 @@ config START_STOP_DAEMON
|
|||||||
|
|
||||||
config FEATURE_START_STOP_DAEMON_FANCY
|
config FEATURE_START_STOP_DAEMON_FANCY
|
||||||
bool "Support additional arguments"
|
bool "Support additional arguments"
|
||||||
default y
|
default n
|
||||||
depends on START_STOP_DAEMON
|
depends on START_STOP_DAEMON
|
||||||
help
|
help
|
||||||
Support additional arguments.
|
Support additional arguments.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user