chiark / gitweb /
core: remove sysv_console option
authorLennart Poettering <lennart@poettering.net>
Fri, 22 Jun 2012 11:16:28 +0000 (13:16 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 22 Jun 2012 11:16:28 +0000 (13:16 +0200)
commitd081dffbd3e57dc9da494a3384e333bf565d4175
treea09f838a8c73078470eb6e17d798abc9cb81bf95
parentb0193f1c1f1540bfccbdca02df82669b9308e4e2
core: remove sysv_console option

This option never made much sense. It was originally intended to make
sure that the usual startup output of sysv scripts goes to the terminal.
However, since SysV scripts started from a terminal would not output to
that terminal, but rather /dev/console this effect was more often than
not actually taking place. Nowadays systemd has much nicer boot time
status output than SysV which makes the sysv output redundant. Finally,
all output of services goes to the journal anyway, and is not lost.

Hence, let's drop this option, and simplify things a bit.
man/kernel-command-line.xml
man/systemd.conf.xml
man/systemd.xml
src/core/dbus-manager.c
src/core/main.c
src/core/manager.h
src/core/service.c
src/core/system.conf