diff options
author | Ron Yorston <rmy@pobox.com> | 2018-11-27 10:45:30 +0000 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-11-27 12:33:28 +0100 |
commit | 31a04d91c24f6ee180de45e1508dc03dea9f9c11 (patch) | |
tree | a4e4d4251fd91c937243d2edfa78fe4ef9a1284f /util-linux | |
parent | 403d2574be8f8c41aa46f73dec5f998b2cbf2790 (diff) | |
download | busybox-w32-31a04d91c24f6ee180de45e1508dc03dea9f9c11.tar.gz busybox-w32-31a04d91c24f6ee180de45e1508dc03dea9f9c11.tar.bz2 busybox-w32-31a04d91c24f6ee180de45e1508dc03dea9f9c11.zip |
docs: add embedded-scripts.txt
Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/nologin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/nologin.c b/util-linux/nologin.c index cc619bf8a..0982fff3d 100644 --- a/util-linux/nologin.c +++ b/util-linux/nologin.c | |||
@@ -6,7 +6,7 @@ | |||
6 | //config: Politely refuse a login | 6 | //config: Politely refuse a login |
7 | //config: | 7 | //config: |
8 | //config:config NOLOGIN_DEPENDENCIES | 8 | //config:config NOLOGIN_DEPENDENCIES |
9 | //config: bool "Dependencies for nologin" | 9 | //config: bool "Enable dependencies for nologin" |
10 | //config: default y | 10 | //config: default y |
11 | //config: depends on NOLOGIN | 11 | //config: depends on NOLOGIN |
12 | //config: select CAT | 12 | //config: select CAT |