From af5516dc690a3b2fab88188cfcde898ca0efbf4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20B=C3=A4chler?= Date: Thu, 18 Sep 2008 22:21:39 +0200 Subject: Fix bug #11229 --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') diff --git a/functions b/functions index 3355cff..70c75b1 100644 --- a/functions +++ b/functions @@ -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 -- cgit v1.2.3