aboutsummaryrefslogtreecommitdiff
path: root/busybox/include/applets.h
diff options
context:
space:
mode:
Diffstat (limited to 'busybox/include/applets.h')
-rw-r--r--busybox/include/applets.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/busybox/include/applets.h b/busybox/include/applets.h
index 90d4195cc..21f82f57d 100644
--- a/busybox/include/applets.h
+++ b/busybox/include/applets.h
@@ -440,7 +440,7 @@
440 APPLET_NOUSAGE("pipe_progress", pipe_progress_main, _BB_DIR_BIN, _BB_SUID_NEVER) 440 APPLET_NOUSAGE("pipe_progress", pipe_progress_main, _BB_DIR_BIN, _BB_SUID_NEVER)
441#endif 441#endif
442#ifdef CONFIG_PIVOT_ROOT 442#ifdef CONFIG_PIVOT_ROOT
443 APPLET(pivot_root, pivot_root_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 443 APPLET(pivot_root, pivot_root_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
444#endif 444#endif
445#ifdef CONFIG_POWEROFF 445#ifdef CONFIG_POWEROFF
446 APPLET(poweroff, poweroff_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 446 APPLET(poweroff, poweroff_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
@@ -482,7 +482,7 @@
482 APPLET(rmmod, rmmod_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 482 APPLET(rmmod, rmmod_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
483#endif 483#endif
484#ifdef CONFIG_ROUTE 484#ifdef CONFIG_ROUTE
485 APPLET(route, route_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 485 APPLET(route, route_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
486#endif 486#endif
487#ifdef CONFIG_RPM 487#ifdef CONFIG_RPM
488 APPLET(rpm, rpm_main, _BB_DIR_BIN, _BB_SUID_NEVER) 488 APPLET(rpm, rpm_main, _BB_DIR_BIN, _BB_SUID_NEVER)