aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-01-30 08:31:37 +0000
committerRob Landley <rob@landley.net>2006-01-30 08:31:37 +0000
commit646129163a26171d48a335f7e22828848cf28cc5 (patch)
tree1e57cdfe9be4ec15c27276389a760f3ad6b5ab34 /include/applets.h
parent49576c0018358beda0e79e0ebb247b90e347e6e0 (diff)
downloadbusybox-w32-646129163a26171d48a335f7e22828848cf28cc5.tar.gz
busybox-w32-646129163a26171d48a335f7e22828848cf28cc5.tar.bz2
busybox-w32-646129163a26171d48a335f7e22828848cf28cc5.zip
Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options.
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)