Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2008-05-09 04:34:47 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2008-05-09 04:34:47 +0400
commit3980fd7cbdf4b63ad46410d73a711058fc91ef5b (patch)
treea08c55d5fabcbb99113e64f3328b3e6d2e673d3a /scripts/murmur.init
parenta6b4d92589b0ea80150daecca7eddb1e91c74688 (diff)
Debian packaging fixes
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1142 05730e5d-ab1b-0410-a4ac-84af385074fa
Diffstat (limited to 'scripts/murmur.init')
-rwxr-xr-xscripts/murmur.init6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/murmur.init b/scripts/murmur.init
index b52d217ee..bc6e5c160 100755
--- a/scripts/murmur.init
+++ b/scripts/murmur.init
@@ -58,10 +58,10 @@ case "$1" in
--retry=TERM/30/KILL/5 \
--pidfile $PIDFILE \
--user $USER \
- --exec $DAEMON
+ --exec $DAEMON
case "$?" in
0|1) rm -f $PIDFILE
- [ "$VERBOSE" != no ] && log_end_msg 0
+ [ "$VERBOSE" != no ] && log_end_msg 0
;;
2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
esac
@@ -79,7 +79,7 @@ case "$1" in
--retry=TERM/30/KILL/5 \
--pidfile $PIDFILE \
--user $USER \
- --exec $DAEMON
+ --exec $DAEMON
case "$?" in
0|1)
[ -d $PIDDIR ] || install -o $USER -d $PIDDIR