udhcpc is supposed to be in /sbin, not /usr/sbin/
[oweals/busybox.git] / libbb / run_parts.c
2003-01-20 Glenn L McGrathNew test mode that allows run_parts to fail silently...
2003-01-20 Glenn L McGrathMake test mode output same as official version
2002-11-21 Glenn L McGrathFix a vfork bug, by Nick Fedchik and Vladimir N. Oleynik
2002-11-15 Glenn L McGrathUse vfork, by vodz
2002-11-11 Glenn L McGrathMove awk from textutils to editors. Cleanup run-parts...