diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-02-13 20:04:30 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-02-13 20:04:30 +0000 |
commit | 6fd8c664c1bcb44429b81444be640ff08cac3702 (patch) | |
tree | a8faf540fe49e308e52e1694e00f280ac51b9192 /include | |
parent | 3af1f88725348b15a0aa467b5734d55210bedf7c (diff) | |
download | busybox-6fd8c664c1bcb44429b81444be640ff08cac3702.tar.gz |
Apply a patch from Evin Robertson -- new pivot_root applet.
-Erik
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index 582b2fa38..4bd8b79e4 100644 --- a/include/applets.h +++ b/include/applets.h @@ -245,6 +245,9 @@ const struct BB_applet applets[] = { #ifdef BB_PING APPLET("ping", ping_main, _BB_DIR_BIN, ping_usage) #endif +#ifdef BB_PIVOT_ROOT + APPLET("pivot_root", pivot_root_main, _BB_DIR_SBIN, pivot_root_usage) +#endif #ifdef BB_POWEROFF APPLET("poweroff", poweroff_main, _BB_DIR_SBIN, poweroff_usage) #endif |