diff options
author | Thomas Bächler <thomas@archlinux.org> | 2008-09-18 22:21:39 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2008-09-18 22:21:39 +0200 |
commit | af5516dc690a3b2fab88188cfcde898ca0efbf4b (patch) | |
tree | ec52c253ad2991327a424d9c52058acee3078d65 | |
parent | 8f1628613cc5746b7c85c6f84776b365833f1dad (diff) |
Fix bug #112292008.09-2
-rw-r--r-- | functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |