summaryrefslogtreecommitdiff
path: root/files/init.d/Debian/git-daemon
diff options
context:
space:
mode:
Diffstat (limited to 'files/init.d/Debian/git-daemon')
-rw-r--r--files/init.d/Debian/git-daemon6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/init.d/Debian/git-daemon b/files/init.d/Debian/git-daemon
index 4edfe4c..7fc6c8b 100644
--- a/files/init.d/Debian/git-daemon
+++ b/files/init.d/Debian/git-daemon
@@ -21,7 +21,7 @@
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/lib/git-core
DESC="git-daemon service"
NAME=git-daemon
-DAEMON=/usr/lib/git-core/$NAME
+DAEMON=/usr/bin/$NAME
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME
@@ -50,11 +50,11 @@ DAEMON_ARGS="--syslog --reuseaddr \
# Load the VERBOSE setting and other rcS variables
-.. /lib/init/vars.sh
+. /lib/init/vars.sh
# Define LSB log_* functions.
# Depend on lsb-base (>= 3.0-6) to ensure that this file is present.
-.. /lib/lsb/init-functions
+. /lib/lsb/init-functions
#
# Function that starts the daemon/service