summaryrefslogtreecommitdiff
path: root/units/getty@.service.m4
Commit message (Collapse)AuthorAge
* service: ignore SIGPIPE by defaultLennart Poettering2012-02-09
|
* Add Mageia supportDexter Morgan2011-11-02
| | | | | | | | | | | | | | | This patch adds support for the Mageia Linux distribution: http://www.mageia.org/ Mageia is a fork of Mandriva although some divergence has already occured and thus inclusion of these changes upstream allow us to (hopefully) migrate more rapidly to the new standard approaches systemd offers. Indeed, we already use the preferred mechanism of OS identification via the /etc/os-release file rather than a distro specific variation. This patch mostly mirrors the patch added previously for Mandriva support. In addition to those original authors, this patch was mostly written by Dexter Morgan with help from Colin Guthrie and Eugeni Dodonov.
* locale: support $LANGUAGE tooLennart Poettering2011-08-31
| | | | | | | $LANGUAGE is a GNU extension that is probably worth supporting, since it allows specifiying an order of languages. https://bugs.freedesktop.org/show_bug.cgi?id=40510
* logind: autospawn gettys when necessaryLennart Poettering2011-06-28
|
* exec: hangup/reset/deallocate VTs in gettysLennart Poettering2011-05-18
| | | | | | | | | Explicitly disconnect all clients from a VT when a getty starts/finishes (requires TIOCVHANGUP, available in 2.6.29). Explicitly deallocate getty VTs in order to flush scrollback buffer. Explicitly reset terminals to a defined state before spawning getty.
* exec: drop process group kill mode since it has little use and confuses the userLennart Poettering2011-03-29
|
* man: really fix all LC_MESSAGE to LC_MESSAGESLennart Poettering2011-03-29
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=35534
* build-sys: add Mandriva distribution supportAndrey Borzenkov2011-03-08
| | | | | | | | | | | | | | | | | This merges several separate patches that I carry as part of Mandriva systemd RPM. They touch those parts that are very unlikely to be changed in near future and do not impose any functionality change for systemd core. I also think it is useful for troubleshooting to have real distribution name in system logs, espicially when someone reports problem upstream. The patch looks bigger than sum of replaced patches because - previous patches were applied on top of distro=fedora, now I need to add all those bits for distro=mandriva as well - part of patch was done as spec file magic, but it seems more logical to ship all these bits together
* build-sys: update ALTLinux supportAlexey Shabalin2011-02-28
| | | | Please apply patch for update ALTLinux support.
* units: synchronize gettys to plymouth even if plymouth is killed by gdmLennart Poettering2011-02-24
|
* plymouth: ensure we start not a single getty before plymouth is gone because ↵Lennart Poettering2011-02-21
| | | | we never know which ttys plymouth still controls
* getty: unset locale before executionLennart Poettering2011-01-06
| | | | | | | | | | | | | | | | | | On the console indian characters cannot be displayed, hence it is advisable to disable indian locales on the console, which most distributions traditionally did from a shell fragment executed post login. If getty gets started with locale settings passed it would itself however be translated without the no-indian-on-console fixup applied. Hence, for now don't pass any locale settings to getty/login, and thus rely on the classic post-login script fragment to set and fix the locale. Eventually we probably want to drop this again since the system locale should be read and set at one place, and not at multiple, and that one place should be PID 1. https://bugzilla.redhat.com/show_bug.cgi?id=663900
* Frugalware: start gettys after local.serviceMiklos Vajna2010-12-16
|
* units: set TERM for gettys again, since they acquire a TTY on their ownLennart Poettering2010-11-16
|
* units: delay getty until logins are allowedLennart Poettering2010-11-16
|
* exec: automatically determine right TERM= setting based on tty nameLennart Poettering2010-11-15
|
* units: make use of agetty mandatoryLennart Poettering2010-11-14
|
* units: deal properly with the fact that agetty is called getty on DebianLennart Poettering2010-11-11
|
* getty@.service: switch to agetty as the defaultKay Sievers2010-10-29
|
* unit: replace StopRetroactively= by BindTo= dependenciesLennart Poettering2010-10-29
| | | | | | | | The property StopRetroactively= needs to be per-dependency, not per-unit, in order to properly express dependencies between .mount units and its .device and fsck .service units. If the .device unit is unplugged the mount should go away, but if the fsck process terminates the .mount should stay.
* ubuntu: Treat Ubuntu as a distinct distro in configure.ac etcAndrew Edmunds2010-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | Previously Ubuntu was treated as being equivalent to Debian, but the two distributions require different behaviour in certain places. This commit does not change the behaviour of systemd on either distro but it creates a framework for changes to be introduced by later commits. The following previously meant "Target is Debian or Ubuntu". * configure option "--with-distro=debian" * C preprocessor symbol "TARGET_DEBIAN" * Automake conditional "TARGET_DEBIAN" After this commit, all of the above are redefined to mean "Target is Debian" The following are introduced to mean "Target is Ubuntu". * configure option "--with-distro=ubuntu" * C preprocessor symbol "TARGET_UBUNTU" * Automake conditional "TARGET_UBUNTU" Most code written for Debian will also be applicable to Ubuntu. An extra Automake conditional "TARGET_DEBIAN_OR_UBUNTU" is introduced to avoid duplication of code that would otherwise occur. This commit updates configure.ac, Makefile.am and distro-specific source files in line with the above definitions.
* units: enable utmp for serial gettys tooLennart Poettering2010-10-08
|
* service: optionally, create INIT_PROCESS/DEAD_PROCESS entries for a serviceLennart Poettering2010-10-08
| | | | | | This should fix accounting for pam_limits and suchlike. https://bugzilla.redhat.com/show_bug.cgi?id=636036
* service: rename settings for Restart= from 'restart-always' to 'always' and ↵Lennart Poettering2010-10-05
| | | | similar
* serial: use seperate getty template for serial ttysLennart Poettering2010-08-25
|
* units: make sure getty@xxx.service is always run before gettys.targetLennart Poettering2010-08-18
|
* getty: properly synchronize of tty devices being plugged inLennart Poettering2010-08-10
|
* units: always send HUP when dealing with shells/gettys/loginsLennart Poettering2010-08-05
|
* units: getty - suse: login wants SIGHUPKay Sievers2010-08-04
|
* units: remove redundant ordering dependencyLennart Poettering2010-08-04
|
* fedora: make sure the gettys are run before X starts upLennart Poettering2010-07-20
|
* units: in order to make the default services parseable by GKeyFile, merge ↵Lennart Poettering2010-07-07
| | | | repeated lines
* units: update shipped unit files for DefaultDependencies=Lennart Poettering2010-07-03
|
* unit: add [Install] section to various service filesLennart Poettering2010-06-18
|
* units: make Arch bootTom Gundersen2010-06-16
| | | | | | This patch gives minimal Arch support (enough to boot). We still need to parse the services to start from /etc/rc.conf before systemd can be a drop-in replacement on Arch.
* service: change default service type to 'simple' since that is the futureLennart Poettering2010-06-02
|
* getty: set TERM=linux for the local gettys we configureLennart Poettering2010-06-01
|
* units: SUSE supportKay Sievers2010-05-20
|
* shorten copyright header of configuration filesLennart Poettering2010-05-19
|
* units: synchronize with shutdown.targetLennart Poettering2010-05-18
|
* units: fix execution environment for a few servicesLennart Poettering2010-05-18
|
* units: add getty@.service define for GentooMarc-Antoine Perennou2010-05-17
|
* units: fix commentingLennart Poettering2010-05-17
|
* units: add distribution-specific unitsLennart Poettering2010-05-17