<div dir="ltr"><div class="gmail_quote"><div dir="ltr">The NEWS.Debian file says that users should move to console-setup instead of kbd, which would be fine if console-setup provided the same functionality.  For certain things, it doesn't. Look at this snippet from the old init script:<div><br></div><div><div>    # screensaver stuff</div><div>    setterm_args=""</div><div>    if [ "$BLANK_TIME" ]; then</div><div>        setterm_args="$setterm_args -blank $BLANK_TIME"</div><div>    fi</div><div>    if [ "$BLANK_DPMS" ]; then</div><div>        setterm_args="$setterm_args -powersave $BLANK_DPMS"</div><div>    fi</div><div>    if [ "$POWERDOWN_TIME" ]; then</div><div>        setterm_args="$setterm_args -powerdown $POWERDOWN_TIME"</div><div>    fi</div><div>    if [ "$setterm_args" ]; then</div><div>        setterm $setterm_args </div><div>    fi</div></div><div><br></div><div>As far as I can see, there's nothing in console-setup that provides this functionality.  At all.</div><div><br></div><div>Is each and every user of kbd expected to now write their own init script that calls setterm with the right arguments?</div><div><br></div><div>Why was this dropped without providing an alternative?</div></div></div></div><div dir="ltr">-- <br></div><div dir="ltr">Cheers,<div>Marga</div></div>