From 8759006b55c617811a207cc4e99792996c8b97fb Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Mon, 18 Oct 1999 21:22:59 +0000
Subject: More fixes

---
 busybox.c | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

(limited to 'busybox.c')

diff --git a/busybox.c b/busybox.c
index 45365b370..6bc223a1d 100644
--- a/busybox.c
+++ b/busybox.c
@@ -132,11 +132,9 @@ static const struct Applet applets[] = {
 #ifdef BB_TAR			//bin
     {"tar", tar_main},
 #endif
-#ifdef BB_SWAPOFF		//sbin
-    {"swapoff", monadic_main},
-#endif
-#ifdef BB_SWAPON		//sbin
-    {"swapon", monadic_main},
+#ifdef BB_SWAPONOFF		//sbin
+    {"swapon", swap_on_off_main},
+    {"swapoff", swap_on_off_main},
 #endif
 #ifdef BB_SYNC			//bin
     {"sync", sync_main},
@@ -148,7 +146,7 @@ static const struct Applet applets[] = {
     {"true", true_main},
 #endif
 #ifdef BB_UMOUNT		//bin
-    {"umount", umount_main},
+    {"umount",  umount_main},
 #endif
 #ifdef BB_UPDATE		//sbin
     {"update", update_main},
-- 
cgit v1.2.3-55-g6feb