svn commit: [25952] trunk/busybox/networking

vda at busybox.net vda at busybox.net
Sat Apr 4 20:34:22 UTC 2009


Author: vda
Date: 2009-04-04 20:34:22 +0000 (Sat, 04 Apr 2009)
New Revision: 25952

Log:
ftpd: s/CONFIG_BUSYBOX_EXEC_PATH/bb_busybox_exec_path/



Modified:
   trunk/busybox/networking/ftpd.c


Changeset:
Modified: trunk/busybox/networking/ftpd.c
===================================================================
--- trunk/busybox/networking/ftpd.c	2009-04-04 20:24:37 UTC (rev 25951)
+++ trunk/busybox/networking/ftpd.c	2009-04-04 20:34:22 UTC (rev 25952)
@@ -659,7 +659,7 @@
 		/* + 1: we must use relative path here if in chroot.
 		 * For example, execv("/proc/self/exe") will fail, since
 		 * it looks for "/proc/self/exe" _relative to chroot!_ */
-		execv(CONFIG_BUSYBOX_EXEC_PATH + 1, (char**) argv);
+		execv(bb_busybox_exec_path + 1, (char**) argv);
 		_exit(127);
 #else
 		memset(&G, 0, sizeof(G));



More information about the busybox-cvs mailing list