--- functions.orig 2008-08-16 08:07:16.000000000 +0200 +++ functions 2008-08-16 08:07:34.000000000 +0200 @@ -166,7 +166,7 @@ #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