]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Changed miau initscript
authorStefan Schantl <Stevee@ipfire.org>
Tue, 24 Mar 2009 21:49:03 +0000 (22:49 +0100)
committerStefan Schantl <Stevee@ipfire.org>
Tue, 24 Mar 2009 21:49:03 +0000 (22:49 +0100)
src/initscripts/init.d/miau

index 6de7ebdb8f73f5994bbe4446495ae3c5c29864e8..2eabd23d57c1df28838e7e47f534249f81295786 100755 (executable)
@@ -19,7 +19,7 @@ case "${1}" in
        start)
                boot_mesg "Starting miau - another IRC-bouncer/proxy..."
                chown -R nobody.nobody /opt/miau
        start)
                boot_mesg "Starting miau - another IRC-bouncer/proxy..."
                chown -R nobody.nobody /opt/miau
-               loadproc sudo -u nobody /opt/miau/bin/miau -d /opt/miau/config | head -n 0
+               loadproc sudo -u nobody /opt/miau/bin/miau -d /opt/miau/config > /dev/null
                evaluate_retval
                ;;
                
                evaluate_retval
                ;;