]> git.pld-linux.org Git - packages/wesnoth.git/commitdiff
- wesnothd works now
authorJarosław Kruk <jareq@pld-linux.org>
Thu, 4 Jan 2007 08:25:58 +0000 (08:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wesnothd.init -> 1.4

wesnothd.init

index dc926b5ec94eff973763d364c584cc31de7e0058..2b00e8d77297534d663f16415b2b5af775443769 100644 (file)
@@ -16,7 +16,7 @@ case "$1" in
   start)
        if [ ! -f /var/lock/subsys/wesnothd ]; then
                msg_starting wesnothd
-               daemon "su - wesnothd -s /bin/sh -c '/usr/bin/wesnothd -p 14999 &'"
+               daemon "su - wesnothd -s /bin/sh -c '/usr/bin/wesnothd -p 14999 > /dev/null 2>&1 &'"
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/wesnothd
        else
This page took 0.103866 seconds and 4 git commands to generate.