Route is supposed to be in /sbin
authorEric Andersen <andersen@codepoet.org>
Wed, 3 Oct 2001 21:44:28 +0000 (21:44 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 3 Oct 2001 21:44:28 +0000 (21:44 -0000)
busybox/applets.h
busybox/include/applets.h

index bf7d7b4317782289d62808551179d4e305aae18d..7d751738511dfbddb12d15fd2af851f170f5778d 100644 (file)
        APPLET(rmmod, rmmod_main, _BB_DIR_SBIN)
 #endif
 #ifdef BB_ROUTE
-       APPLET(route, route_main, _BB_DIR_USR_BIN)
+       APPLET(route, route_main, _BB_DIR_SBIN)
 #endif
 #ifdef BB_RPM2CPIO
        APPLET(rpm2cpio, rpm2cpio_main, _BB_DIR_USR_BIN)
index bf7d7b4317782289d62808551179d4e305aae18d..7d751738511dfbddb12d15fd2af851f170f5778d 100644 (file)
        APPLET(rmmod, rmmod_main, _BB_DIR_SBIN)
 #endif
 #ifdef BB_ROUTE
-       APPLET(route, route_main, _BB_DIR_USR_BIN)
+       APPLET(route, route_main, _BB_DIR_SBIN)
 #endif
 #ifdef BB_RPM2CPIO
        APPLET(rpm2cpio, rpm2cpio_main, _BB_DIR_USR_BIN)