]> git.pld-linux.org Git - packages/crossfire.git/blobdiff - crossfire.init
- cleanup
[packages/crossfire.git] / crossfire.init
index da5545c9c80403f437b9a9b08020f60054818108..89dca1ffd4f7bdc8e71270e34ed8ee50c6b9dc4c 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 # chkconfig:   345 98 03
-# description: Starts and stops the Crossfire server 
+# description: Starts and stops the Crossfire server
 #
 
 export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin
@@ -42,7 +42,7 @@ case "$1" in
                        FLAGS="$FLAGS +d"
                fi
                msg_starting crossfire
-               daemon su games -c "\"exec crossfire -detach $FLAGS >>/var/log/crossfire 2>&1\"" 
+               daemon su games -c "\"exec crossfire -detach $FLAGS >>/var/log/crossfire 2>&1\""
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/crossfire
        else
This page took 0.096081 seconds and 4 git commands to generate.