diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-12-08 12:24:48 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-12-08 12:24:48 +0100 |
commit | 548620c18b1f0988dbeab1009788daf9f002e927 (patch) | |
tree | 3bfb327ed325f7aa869f51fe639e15811f3c556c /runit | |
parent | 4051a99f5fe4b1e1914e26924d166a629bf3c71e (diff) | |
download | busybox-w32-548620c18b1f0988dbeab1009788daf9f002e927.tar.gz busybox-w32-548620c18b1f0988dbeab1009788daf9f002e927.tar.bz2 busybox-w32-548620c18b1f0988dbeab1009788daf9f002e927.zip |
randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'runit')
-rw-r--r-- | runit/sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runit/sv.c b/runit/sv.c index 71865bd4f..9e2132259 100644 --- a/runit/sv.c +++ b/runit/sv.c | |||
@@ -175,7 +175,7 @@ Exit Codes | |||
175 | //config: It is comaptible with daemontools command with the same name. | 175 | //config: It is comaptible with daemontools command with the same name. |
176 | 176 | ||
177 | //applet:IF_SV(APPLET(sv, BB_DIR_USR_BIN, BB_SUID_DROP)) | 177 | //applet:IF_SV(APPLET(sv, BB_DIR_USR_BIN, BB_SUID_DROP)) |
178 | //applet:IF_SV(APPLET(svc, BB_DIR_USR_BIN, BB_SUID_DROP)) | 178 | //applet:IF_SVC(APPLET(svc, BB_DIR_USR_BIN, BB_SUID_DROP)) |
179 | 179 | ||
180 | //kbuild:lib-$(CONFIG_SV) += sv.o | 180 | //kbuild:lib-$(CONFIG_SV) += sv.o |
181 | //kbuild:lib-$(CONFIG_SVC) += sv.o | 181 | //kbuild:lib-$(CONFIG_SVC) += sv.o |