From: Eric Andersen Date: Mon, 10 Feb 2003 09:22:36 +0000 (-0000) Subject: udhcpc is supposed to be in /sbin, not /usr/sbin/ X-Git-Tag: 1_00_pre1~194 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=18d8a3b7e314036b915ba9e537832d4a52db75bc;p=oweals%2Fbusybox.git udhcpc is supposed to be in /sbin, not /usr/sbin/ --- diff --git a/include/applets.h b/include/applets.h index 5474de581..6c274825c 100644 --- a/include/applets.h +++ b/include/applets.h @@ -563,7 +563,7 @@ APPLET(tty, tty_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) #endif #ifdef CONFIG_UDHCPC - APPLET(udhcpc, udhcpc_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER) + APPLET(udhcpc, udhcpc_main, _BB_DIR_SBIN, _BB_SUID_NEVER) #endif #ifdef CONFIG_UDHCPD APPLET(udhcpd, udhcpd_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)