Common subdirectories: busybox-0.60.2.orig/bootfloppy and busybox-dev/bootfloppy Common subdirectories: busybox-0.60.2.orig/debian and busybox-dev/debian Common subdirectories: busybox-0.60.2.orig/docs and busybox-dev/docs diff -u busybox-0.60.2.orig/init.c busybox-dev/init.c --- busybox-0.60.2.orig/init.c Tue Nov 20 16:43:28 2001 +++ busybox-dev/init.c Thu Feb 20 21:01:50 2003 @@ -608,9 +608,9 @@ #if !defined(__UCLIBC__) || defined(__UCLIBC_HAS_MMU__) if (stat("/etc/fstab", &statBuf) == 0) { /* swapon -a requires /proc typically */ - waitfor("mount proc /proc -t proc", console, FALSE); + waitfor("/bin/mount proc /proc -t proc", console, FALSE); /* Try to turn on swap */ - waitfor("swapon -a", console, FALSE); + waitfor("/sbin/swapon -a", console, FALSE); if (check_free_memory() < 1000) goto goodnight; } else Common subdirectories: busybox-0.60.2.orig/kernel-patches and busybox-dev/kernel-patches Common subdirectories: busybox-0.60.2.orig/libbb and busybox-dev/libbb Common subdirectories: busybox-0.60.2.orig/pwd_grp and busybox-dev/pwd_grp Common subdirectories: busybox-0.60.2.orig/scripts and busybox-dev/scripts Common subdirectories: busybox-0.60.2.orig/tests and busybox-dev/tests