aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2008-09-18 22:21:39 +0200
committerThomas Bächler <thomas@archlinux.org>2008-09-18 22:21:39 +0200
commitaf5516dc690a3b2fab88188cfcde898ca0efbf4b (patch)
treeec52c253ad2991327a424d9c52058acee3078d65 /functions
parent8f1628613cc5746b7c85c6f84776b365833f1dad (diff)
downloadinitscripts-af5516dc690a3b2fab88188cfcde898ca0efbf4b.tar.xz
Fix bug #112292008.09-2
Diffstat (limited to 'functions')
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
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