--- functions 2008-08-14 05:59:23.000000000 -0400 +++ functions-b 2008-10-11 15:32:14.000000000 -0400 @@ -166,7 +166,7 @@ stop_daemon() { #Source additional functions at the end to allow overrides for f in /etc/rc.d/functions.d/*; do - [ -e $f ] && . /etc/rc.d/functions.d/$f + [ -e $f ] && . $f done # End of file