On Mon, 24 Dec 2007, Petter Reinholdtsen wrote:

> Today, init.d/usplash calls /etc/init.d/console-screen.sh without an
> argument.  If I understand the code correctly, it is trying to run the
> start part of the script.  This make me believe it should add the
> 'start' argument when executing $CONSOLE_SCREEN.

 tail /etc/init.d/console-screen.sh 
    start|reload|restart|force-reload)
        log_action_msg "Setting console screen modes and fonts"
        setup
        ;;
    stop)
        ;;
    *)
        setup
        ;;
esac

so no argument at all is mostly equiv.

-- 
maks




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to