aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-01-30 08:31:37 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-01-30 08:31:37 +0000
commit2a15429d2b98f520c67bbd593a173786dcafab4d (patch)
tree1e57cdfe9be4ec15c27276389a760f3ad6b5ab34 /include/applets.h
parentb5138e1bb1d647e9718e2dc4929c30a6d7a62eaa (diff)
downloadbusybox-w32-2a15429d2b98f520c67bbd593a173786dcafab4d.tar.gz
busybox-w32-2a15429d2b98f520c67bbd593a173786dcafab4d.tar.bz2
busybox-w32-2a15429d2b98f520c67bbd593a173786dcafab4d.zip
Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options.
git-svn-id: svn://busybox.net/trunk/busybox@13701 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/applets.h b/include/applets.h
index 1fb279ffa..6eb5cfd5f 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -517,8 +517,8 @@
517#ifdef CONFIG_PIVOT_ROOT 517#ifdef CONFIG_PIVOT_ROOT
518 APPLET(pivot_root, pivot_root_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 518 APPLET(pivot_root, pivot_root_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
519#endif 519#endif
520#ifdef CONFIG_POWEROFF 520#ifdef CONFIG_HALT
521 APPLET(poweroff, poweroff_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 521 APPLET(poweroff, halt_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
522#endif 522#endif
523#ifdef CONFIG_PRINTENV 523#ifdef CONFIG_PRINTENV
524 APPLET(printenv, printenv_main, _BB_DIR_BIN, _BB_SUID_NEVER) 524 APPLET(printenv, printenv_main, _BB_DIR_BIN, _BB_SUID_NEVER)
@@ -544,8 +544,8 @@
544#ifdef CONFIG_REALPATH 544#ifdef CONFIG_REALPATH
545 APPLET(realpath, realpath_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 545 APPLET(realpath, realpath_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
546#endif 546#endif
547#ifdef CONFIG_REBOOT 547#ifdef CONFIG_HALT
548 APPLET(reboot, reboot_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 548 APPLET(reboot, halt_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
549#endif 549#endif
550#ifdef CONFIG_RENICE 550#ifdef CONFIG_RENICE
551 APPLET(renice, renice_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 551 APPLET(renice, renice_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)