History log of /systemd/units/getty@.service.m4
Revision Date Author Comments Expand
d54c4993699f4fa5feece43715aac3564c4dada6 17-Jun-2014 Lennart Poettering <lennart@poettering.net>

install: introduce new DefaultInstance= field for [Install] sections The DefaultInstance= name is used when enabling template units when only specifying the template name, but no instance. Add DefaultInstance=tty1 to getty@.service, so that when the template itself is enabled an instance for tty1 is created. This is useful so that we "systemctl preset-all" can work properly, because we can operate on getty@.service after finding it, and the right instance is created.

ccf22d4a104e6ed2666d6c5b4031981a84787790 18-Dec-2013 Lennart Poettering <lennart@poettering.net>

units: when spawning a getty configure TERM explicitly This way we can make use of our logic to automatically determine an appropriate TERM for a specific tty.

82659fd7571bda0f3dce9755b89a23c411d53dda 30-Jul-2013 Lennart Poettering <lennart@poettering.net>

core: optionally send SIGHUP in addition to the configured kill signal This is useful to fake session ends for processes like shells.

7aa4fa34f76b0d9b031f0a5ea941c7fa10cebbee 13-Jul-2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

units: do not special-case getty@tty1.service installation Since a long while we can use "systemctl enable getty@tty1.service" which does the right thing, so there's no need to abuse Alias= for installation.

7c1b8f043ed3d23663549dd6084c5a4de51b8e28 04-Jun-2013 Karel Zak <kzak@redhat.com>

units: cleanup agetty command line * baud rate is optional and unnecessary for virtual terminals * term type is optional (default is 'linux' for virtual terminals and 'vt102' for serial lines) * long options are more user-friendly ... all this is supported since util-linux v2.20 (Aug 2011).

83514a2fa0c9377e76dcc323ab7e7756b7f86cc4 04-Jan-2013 Lennart Poettering <lennart@poettering.net>

units: drop distro specific stuff from units Since rc-local is now enabled via the SysV compatibility we should only refer to it based on that too.

00addadd86aff6187f1b7abe23bf1c42241b42d9 20-Nov-2012 Lennart Poettering <lennart@poettering.net>

unit: link up getty configuration from man page and unit files

2161de72c517d34d1ceb9b4c1a300f0b54ce5a9c 29-Oct-2012 Michal Schmidt <mschmidt@redhat.com>

units: agetty overrides TERM Environment=TERM=... has no effect on agetty who sets it by itself. To really set TERM to a specified value, it has to be given on the command line. https://bugzilla.redhat.com/show_bug.cgi?id=870622

9c2cd81e0ef9cf45adc6108eaea172d722f39321 28-Oct-2012 Ramkumar Ramachandra <artagnon@gmail.com>

units: teach m4 scripts in units/ about Debian's rc.local This makes the behaviour wrt. to rc[-.]local consistent between various distributions supporting it.

3305d6806d428010b1cd2abd716aa1bb7f81311f 06-Jun-2012 Michal Schmidt <mschmidt@redhat.com>

units: avoid redundant VT clearing by agetty TTYVTDisallocate=yes already clears the VT. agetty does not need to do it again. Run it with --noclear. Felix Miata found the double clearing confusing in this bugreport: https://bugzilla.redhat.com/show_bug.cgi?id=828007 Add a comment explaining what clears the VT.

49dbfa7b2b0bf3906704dac1eaeb4eba91056a19 21-May-2012 Lennart Poettering <lennart@poettering.net>

units: introduce new Documentation= field and make use of it everywhere This should help making the boot process a bit easier to explore and understand for the administrator. The simple idea is that "systemctl status" now shows a link to documentation alongside the other status and decriptionary information of a service. This patch adds the necessary fields to all our shipped units if we have proper documentation for them.

/systemd/man/systemd.special.xml /systemd/man/systemd.unit.xml /systemd/src/core/dbus-unit.c /systemd/src/core/dbus-unit.h /systemd/src/core/load-fragment-gperf.gperf.m4 /systemd/src/core/load-fragment.c /systemd/src/core/load-fragment.h /systemd/src/core/unit.c /systemd/src/core/unit.h /systemd/src/shared/util.c /systemd/src/shared/util.h /systemd/src/systemctl/systemctl.c basic.target bluetooth.target cryptsetup.target dev-hugepages.mount dev-mqueue.mount emergency.service.in emergency.target final.target getty.target getty@.service.m4 graphical.target halt.target hibernate.target http-daemon.target kexec.target local-fs-pre.target local-fs.target mail-transfer-agent.target multi-user.target network.target nss-lookup.target nss-user-lookup.target poweroff.target printer.target proc-sys-fs-binfmt_misc.mount reboot.target remote-fs-pre.target remote-fs.target rescue.service.m4.in rescue.target rpcbind.target serial-getty@.service.m4 shutdown.target sigpwr.target sleep.target smartcard.target sockets.target sound.target suspend.target swap.target sysinit.target syslog.socket syslog.target systemd-ask-password-console.path systemd-ask-password-console.service.in systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service.in systemd-ask-password-wall.path systemd-ask-password-wall.service.in systemd-binfmt.service.in systemd-hostnamed.service.in systemd-initctl.service.in systemd-initctl.socket systemd-journald.service.in systemd-journald.socket systemd-localed.service.in systemd-logind.service.in systemd-modules-load.service.in systemd-shutdownd.service.in systemd-shutdownd.socket systemd-sysctl.service.in systemd-timedated-ntp.target systemd-timedated.service.in systemd-tmpfiles-clean.service.in systemd-tmpfiles-clean.timer systemd-tmpfiles-setup.service.in systemd-udev-control.socket systemd-udev-kernel.socket systemd-udev-settle.service.in systemd-udev-trigger.service.in systemd-udev.service.in systemd-update-utmp-runlevel.service.in systemd-update-utmp-shutdown.service.in systemd-vconsole-setup.service.in time-sync.target umount.target user/default.target user/exit.service.in user/exit.target
f2b6878955b1f77ea1fa87b502b13d5dbefc57f6 24-Apr-2012 Lennart Poettering <lennart@poettering.net>

service: introduce Type=idle and use it for gettys Type=idle is much like Type=simple, however between the fork() and the exec() in the child we wait until PID 1 informs us that no jobs are left. This is mostly a cosmetic fix to make gettys appear only after all boot output is finished and complete. Note that this does not impact the normal job logic as we do not delay the completion of any jobs. We just delay the invocation of the actual binary, and only for services that otherwise would be of Type=simple.

8ef58b3efcbafe062e0c2c2531839c1e583b81fd 12-Apr-2012 Lennart Poettering <lennart@poettering.net>

getty: skip VC gettys if the VC subsystem is not available

88e995fd720a93460e7c3f38ac24512e6d96b3e8 12-Apr-2012 Lennart Poettering <lennart@poettering.net>

getty: VC devices are always available, we don't need to wait until they show up

5430f7f2bc7330f3088b894166bf3524a067e3d8 12-Apr-2012 Lennart Poettering <lennart@poettering.net>

relicense to LGPLv2.1 (with exceptions) We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.

/systemd/LICENSE.GPL2 /systemd/LICENSE.LGPL2.1 /systemd/LICENSE.MIT /systemd/Makefile.am /systemd/README /systemd/autogen.sh /systemd/configure.ac /systemd/man/binfmt.d.xml /systemd/man/custom-html.xsl /systemd/man/daemon.xml /systemd/man/halt.xml /systemd/man/hostname.xml /systemd/man/journalctl.xml /systemd/man/journald.conf.xml /systemd/man/locale.conf.xml /systemd/man/loginctl.xml /systemd/man/logind.conf.xml /systemd/man/machine-id.xml /systemd/man/machine-info.xml /systemd/man/modules-load.d.xml /systemd/man/os-release.xml /systemd/man/pam_systemd.xml /systemd/man/runlevel.xml /systemd/man/sd-daemon.xml /systemd/man/sd-login.xml /systemd/man/sd-readahead.xml /systemd/man/sd_booted.xml /systemd/man/sd_get_seats.xml /systemd/man/sd_is_fifo.xml /systemd/man/sd_listen_fds.xml /systemd/man/sd_login_monitor_new.xml /systemd/man/sd_notify.xml /systemd/man/sd_pid_get_session.xml /systemd/man/sd_readahead.xml /systemd/man/sd_seat_get_active.xml /systemd/man/sd_session_is_active.xml /systemd/man/sd_uid_get_state.xml /systemd/man/shutdown.xml /systemd/man/sysctl.d.xml /systemd/man/systemctl.xml /systemd/man/systemd-ask-password.xml /systemd/man/systemd-cat.xml /systemd/man/systemd-cgls.xml /systemd/man/systemd-cgtop.xml /systemd/man/systemd-machine-id-setup.xml /systemd/man/systemd-notify.xml /systemd/man/systemd-nspawn.xml /systemd/man/systemd-tmpfiles.xml /systemd/man/systemd.automount.xml /systemd/man/systemd.conf.xml /systemd/man/systemd.device.xml /systemd/man/systemd.exec.xml /systemd/man/systemd.journal-fields.xml /systemd/man/systemd.mount.xml /systemd/man/systemd.path.xml /systemd/man/systemd.service.xml /systemd/man/systemd.snapshot.xml /systemd/man/systemd.socket.xml /systemd/man/systemd.special.xml /systemd/man/systemd.swap.xml /systemd/man/systemd.target.xml /systemd/man/systemd.timer.xml /systemd/man/systemd.unit.xml /systemd/man/systemd.xml /systemd/man/telinit.xml /systemd/man/timezone.xml /systemd/man/tmpfiles.d.xml /systemd/man/vconsole.conf.xml /systemd/rules/99-systemd.rules.in /systemd/src/Makefile /systemd/src/ac-power.c /systemd/src/ask-password-api.c /systemd/src/ask-password.c /systemd/src/binfmt/binfmt.c /systemd/src/bridge.c /systemd/src/cgls.c /systemd/src/cgroup-show.c /systemd/src/cgroup-show.h /systemd/src/cgroups-agent.c /systemd/src/cgtop.c /systemd/src/core/ask-password-api.h /systemd/src/core/automount.c /systemd/src/core/automount.h /systemd/src/core/build.h /systemd/src/core/bus-errors.h /systemd/src/core/cgroup-attr.c /systemd/src/core/cgroup-attr.h /systemd/src/core/cgroup.c /systemd/src/core/cgroup.h /systemd/src/core/condition.c /systemd/src/core/condition.h /systemd/src/core/dbus-automount.c /systemd/src/core/dbus-automount.h /systemd/src/core/dbus-device.c /systemd/src/core/dbus-device.h /systemd/src/core/dbus-execute.c /systemd/src/core/dbus-execute.h /systemd/src/core/dbus-job.c /systemd/src/core/dbus-job.h /systemd/src/core/dbus-loop.h /systemd/src/core/dbus-manager.c /systemd/src/core/dbus-manager.h /systemd/src/core/dbus-mount.c /systemd/src/core/dbus-mount.h /systemd/src/core/dbus-path.c /systemd/src/core/dbus-path.h /systemd/src/core/dbus-service.c /systemd/src/core/dbus-service.h /systemd/src/core/dbus-snapshot.c /systemd/src/core/dbus-snapshot.h /systemd/src/core/dbus-socket.c /systemd/src/core/dbus-socket.h /systemd/src/core/dbus-swap.c /systemd/src/core/dbus-swap.h /systemd/src/core/dbus-target.c /systemd/src/core/dbus-target.h /systemd/src/core/dbus-timer.c /systemd/src/core/dbus-timer.h /systemd/src/core/dbus-unit.c /systemd/src/core/dbus-unit.h /systemd/src/core/dbus.c /systemd/src/core/dbus.h /systemd/src/core/device.c /systemd/src/core/device.h /systemd/src/core/execute.c /systemd/src/core/execute.h /systemd/src/core/fdset.c /systemd/src/core/fdset.h /systemd/src/core/ima-setup.c /systemd/src/core/ima-setup.h /systemd/src/core/job.c /systemd/src/core/job.h /systemd/src/core/kmod-setup.c /systemd/src/core/kmod-setup.h /systemd/src/core/load-dropin.c /systemd/src/core/load-dropin.h /systemd/src/core/load-fragment.c /systemd/src/core/load-fragment.h /systemd/src/core/locale-setup.c /systemd/src/core/locale-setup.h /systemd/src/core/manager.c /systemd/src/core/manager.h /systemd/src/core/mount.c /systemd/src/core/mount.h /systemd/src/core/namespace.c /systemd/src/core/namespace.h /systemd/src/core/path.c /systemd/src/core/path.h /systemd/src/core/polkit.h /systemd/src/core/selinux-setup.c /systemd/src/core/selinux-setup.h /systemd/src/core/service.c /systemd/src/core/service.h /systemd/src/core/snapshot.c /systemd/src/core/snapshot.h /systemd/src/core/socket.c /systemd/src/core/socket.h /systemd/src/core/special.h /systemd/src/core/swap.c /systemd/src/core/swap.h /systemd/src/core/sysfs-show.h /systemd/src/core/target.c /systemd/src/core/target.h /systemd/src/core/tcpwrap.c /systemd/src/core/tcpwrap.h /systemd/src/core/timer.c /systemd/src/core/timer.h /systemd/src/core/unit.c /systemd/src/core/unit.h /systemd/src/cryptsetup/cryptsetup-generator.c /systemd/src/cryptsetup/cryptsetup.c /systemd/src/dbus-common.c /systemd/src/dbus-common.h /systemd/src/dbus-loop.c /systemd/src/def.h /systemd/src/detect-virt.c /systemd/src/fsck.c /systemd/src/getty-generator.c /systemd/src/hostname-setup.c /systemd/src/hostname-setup.h /systemd/src/hostname/hostnamed.c /systemd/src/hostname/org.freedesktop.hostname1.conf /systemd/src/hostname/org.freedesktop.hostname1.policy.in /systemd/src/hostname/org.freedesktop.hostname1.service /systemd/src/initctl.c /systemd/src/install.c /systemd/src/install.h /systemd/src/journal/cat.c /systemd/src/journal/compress.c /systemd/src/journal/compress.h /systemd/src/journal/coredump.c /systemd/src/journal/journal-def.h /systemd/src/journal/journal-file.c /systemd/src/journal/journal-file.h /systemd/src/journal/journal-internal.h /systemd/src/journal/journal-rate-limit.c /systemd/src/journal/journal-rate-limit.h /systemd/src/journal/journal-send.c /systemd/src/journal/journalctl.c /systemd/src/journal/journald.c /systemd/src/journal/journald.conf /systemd/src/journal/journald.h /systemd/src/journal/libsystemd-journal.pc.in /systemd/src/journal/libsystemd-journal.sym /systemd/src/journal/sd-journal.c /systemd/src/journal/test-journal-send.c /systemd/src/journal/test-journal.c /systemd/src/libsystemd-id128.pc.in /systemd/src/libsystemd-id128.sym /systemd/src/locale/localed.c /systemd/src/locale/org.freedesktop.locale1.conf /systemd/src/locale/org.freedesktop.locale1.policy.in /systemd/src/locale/org.freedesktop.locale1.service /systemd/src/login/70-uaccess.rules /systemd/src/login/71-seat.rules /systemd/src/login/73-seat-late.rules.in /systemd/src/login/libsystemd-login.pc.in /systemd/src/login/libsystemd-login.sym /systemd/src/login/loginctl.c /systemd/src/login/logind-acl.c /systemd/src/login/logind-acl.h /systemd/src/login/logind-dbus.c /systemd/src/login/logind-device.c /systemd/src/login/logind-device.h /systemd/src/login/logind-seat-dbus.c /systemd/src/login/logind-seat.c /systemd/src/login/logind-seat.h /systemd/src/login/logind-session-dbus.c /systemd/src/login/logind-session.c /systemd/src/login/logind-session.h /systemd/src/login/logind-user-dbus.c /systemd/src/login/logind-user.c /systemd/src/login/logind-user.h /systemd/src/login/logind.c /systemd/src/login/logind.conf /systemd/src/login/logind.h /systemd/src/login/multi-seat-x.c /systemd/src/login/org.freedesktop.login1.conf /systemd/src/login/org.freedesktop.login1.policy.in /systemd/src/login/org.freedesktop.login1.service /systemd/src/login/pam-module.c /systemd/src/login/sd-login.c /systemd/src/login/sysfs-show.c /systemd/src/login/test-login.c /systemd/src/login/uaccess.c /systemd/src/login/user-sessions.c /systemd/src/logs-show.c /systemd/src/logs-show.h /systemd/src/loopback-setup.c /systemd/src/loopback-setup.h /systemd/src/machine-id-main.c /systemd/src/machine-id-setup.c /systemd/src/machine-id-setup.h /systemd/src/main.c /systemd/src/missing.h /systemd/src/modules-load.c /systemd/src/mount-setup.c /systemd/src/mount-setup.h /systemd/src/notify.c /systemd/src/nspawn.c /systemd/src/org.freedesktop.systemd1.conf /systemd/src/org.freedesktop.systemd1.policy.in.in /systemd/src/org.freedesktop.systemd1.service /systemd/src/path-lookup.c /systemd/src/path-lookup.h /systemd/src/polkit.c /systemd/src/quotacheck.c /systemd/src/random-seed.c /systemd/src/rc-local-generator.c /systemd/src/readahead/readahead-collect.c /systemd/src/readahead/readahead-common.c /systemd/src/readahead/readahead-common.h /systemd/src/readahead/readahead-replay.c /systemd/src/remount-api-vfs.c /systemd/src/reply-password.c /systemd/src/sd-id128.c /systemd/src/shared/acl-util.c /systemd/src/shared/acl-util.h /systemd/src/shared/audit.c /systemd/src/shared/audit.h /systemd/src/shared/capability.c /systemd/src/shared/capability.h /systemd/src/shared/cgroup-label.c /systemd/src/shared/cgroup-util.c /systemd/src/shared/cgroup-util.h /systemd/src/shared/conf-parser.c /systemd/src/shared/conf-parser.h /systemd/src/shared/exit-status.c /systemd/src/shared/exit-status.h /systemd/src/shared/hashmap.c /systemd/src/shared/hashmap.h /systemd/src/shared/label.c /systemd/src/shared/label.h /systemd/src/shared/list.h /systemd/src/shared/log.c /systemd/src/shared/log.h /systemd/src/shared/macro.h /systemd/src/shared/mkdir.c /systemd/src/shared/mkdir.h /systemd/src/shared/pager.c /systemd/src/shared/pager.h /systemd/src/shared/ratelimit.c /systemd/src/shared/ratelimit.h /systemd/src/shared/set.c /systemd/src/shared/set.h /systemd/src/shared/socket-label.c /systemd/src/shared/socket-util.c /systemd/src/shared/socket-util.h /systemd/src/shared/strv.c /systemd/src/shared/strv.h /systemd/src/shared/utf8.c /systemd/src/shared/utf8.h /systemd/src/shared/util.c /systemd/src/shared/util.h /systemd/src/shared/virt.c /systemd/src/shared/virt.h /systemd/src/shutdown.c /systemd/src/shutdownd.c /systemd/src/spawn-ask-password-agent.c /systemd/src/spawn-ask-password-agent.h /systemd/src/spawn-polkit-agent.c /systemd/src/spawn-polkit-agent.h /systemd/src/specifier.c /systemd/src/specifier.h /systemd/src/sysctl.c /systemd/src/system.conf /systemd/src/systemctl.c /systemd/src/systemd-bash-completion.sh /systemd/src/systemd.pc.in /systemd/src/systemd/sd-id128.h /systemd/src/systemd/sd-journal.h /systemd/src/systemd/sd-login.h /systemd/src/systemd/sd-messages.h /systemd/src/systemd/sd-shutdown.h /systemd/src/test-cgroup.c /systemd/src/test-daemon.c /systemd/src/test-engine.c /systemd/src/test-env-replace.c /systemd/src/test-hostname.c /systemd/src/test-id128.c /systemd/src/test-install.c /systemd/src/test-job-type.c /systemd/src/test-loopback.c /systemd/src/test-ns.c /systemd/src/test-strv.c /systemd/src/test-watchdog.c /systemd/src/timedate/org.freedesktop.timedate1.conf /systemd/src/timedate/org.freedesktop.timedate1.policy.in /systemd/src/timedate/org.freedesktop.timedate1.service /systemd/src/timedate/timedated.c /systemd/src/timestamp.c /systemd/src/tmpfiles.c /systemd/src/tty-ask-password-agent.c /systemd/src/umount.c /systemd/src/umount.h /systemd/src/unit-name.c /systemd/src/unit-name.h /systemd/src/update-utmp.c /systemd/src/user.conf /systemd/src/utmp-wtmp.c /systemd/src/utmp-wtmp.h /systemd/src/vconsole/vconsole-setup.c /systemd/src/watchdog.c /systemd/src/watchdog.h /systemd/sysctl.d/coredump.conf.in /systemd/tmpfiles.d/legacy.conf /systemd/tmpfiles.d/systemd.conf /systemd/tmpfiles.d/tmp.conf /systemd/tmpfiles.d/x11.conf basic.target bluetooth.target console-shell.service.m4.in cryptsetup.target dev-hugepages.mount dev-mqueue.mount emergency.service.in emergency.target fedora/halt-local.service fedora/prefdm.service fedora/rc-local.service final.target frugalware/display-manager.service fsck-root.service.in fsck@.service.in getty.target getty@.service.m4 graphical.target halt.service.in halt.target http-daemon.target kexec.service.in kexec.target local-fs-pre.target local-fs.target mageia/prefdm.service mail-transfer-agent.target mandriva/prefdm.service multi-user.target network.target nss-lookup.target nss-user-lookup.target plymouth-halt.service plymouth-kexec.service plymouth-poweroff.service plymouth-quit-wait.service plymouth-quit.service plymouth-read-write.service plymouth-reboot.service plymouth-start.service poweroff.service.in poweroff.target printer.target proc-sys-fs-binfmt_misc.automount proc-sys-fs-binfmt_misc.mount quotacheck.service.in quotaon.service reboot.service.in reboot.target remote-fs-pre.target remote-fs.target remount-rootfs.service rescue.service.m4.in rescue.target rpcbind.target serial-getty@.service.m4 shutdown.target sigpwr.target smartcard.target sockets.target sound.target suse/halt-local.service suse/rc-local.service swap.target sys-fs-fuse-connections.mount sys-kernel-config.mount sys-kernel-debug.mount sysinit.target syslog.socket syslog.target systemd-ask-password-console.path systemd-ask-password-console.service.in systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service.in systemd-ask-password-wall.path systemd-ask-password-wall.service.in systemd-binfmt.service.in systemd-hostnamed.service.in systemd-initctl.service.in systemd-initctl.socket systemd-journald.service.in systemd-journald.socket systemd-localed.service.in systemd-logind.service.in systemd-modules-load.service.in systemd-random-seed-load.service.in systemd-random-seed-save.service.in systemd-readahead-collect.service.in systemd-readahead-done.service.in systemd-readahead-done.timer systemd-readahead-replay.service.in systemd-remount-api-vfs.service.in systemd-shutdownd.service.in systemd-shutdownd.socket systemd-sysctl.service.in systemd-timedated.service.in systemd-tmpfiles-clean.service.in systemd-tmpfiles-clean.timer systemd-tmpfiles-setup.service.in systemd-update-utmp-runlevel.service.in systemd-update-utmp-shutdown.service.in systemd-user-sessions.service.in systemd-vconsole-setup.service.in time-sync.target tmp.mount umount.target user/default.target user/exit.service.in user/exit.target user@.service.in
4771148bb92ace55eaa6759a53d04a0f2de9b0d2 11-Apr-2012 Lennart Poettering <lennart@poettering.net>

units: exclude gettys from isolate requests gettys are nowadays mostly autospawned and hence usually subject to being shut down on isolate requests, since they are no dependency of any other unit. This is a bad idea if the user isolates between multi-user.graphical and graphical.target, hence exclude them from the isolation. This has the effect that gettys no longer cleaned up when emergency.target is isolated, which might actualy be considered a feature, even though it is a change from previous behaviour... Note that the one getty that really matters (the one on tty1) is still removed when isolating to emergency.target since it conflicts with emergency.service.

353e12c2f4a9e96a47eb80b80d2ffb7bc1d44a1b 09-Feb-2012 Lennart Poettering <lennart@poettering.net>

service: ignore SIGPIPE by default

6fdae8a6a40d6a3b5f77516abaee23b3eab002f6 02-Nov-2011 Dexter Morgan <dmorgan@mageia.org>

Add Mageia support 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.

07bceef2a9c520e24da427c7ce500ad36ad37571 31-Aug-2011 Lennart Poettering <lennart@poettering.net>

locale: support $LANGUAGE too $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

d0a522eb312a0f6014e756d3fc066efc37fceaf7 28-Jun-2011 Lennart Poettering <lennart@poettering.net>

logind: autospawn gettys when necessary

6ea832a20700f5282c08c70f38422c6ab290a0b5 18-May-2011 Lennart Poettering <lennart@poettering.net>

exec: hangup/reset/deallocate VTs in gettys 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.

cd25cce98f5cc930202212c3c9c13605c09698b4 29-Mar-2011 Lennart Poettering <lennart@poettering.net>

exec: drop process group kill mode since it has little use and confuses the user

1ead1cad4b63a5dc586ae5a630d3f2857d3a86a2 29-Mar-2011 Lennart Poettering <lennart@poettering.net>

man: really fix all LC_MESSAGE to LC_MESSAGES https://bugs.freedesktop.org/show_bug.cgi?id=35534

1de4d79bf554946f486adf56ed765c5335816f15 08-Mar-2011 Andrey Borzenkov <arvidjaar@gmail.com>

build-sys: add Mandriva distribution support 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

53bdb7c186cc83fdbd2eb71677c18c26954fbec9 28-Feb-2011 Alexey Shabalin <a.shabalin@gmail.com>

build-sys: update ALTLinux support Please apply patch for update ALTLinux support.

aa2e2115873e102b8f6701f4211ddf7bec4c5e10 24-Feb-2011 Lennart Poettering <lennart@poettering.net>

units: synchronize gettys to plymouth even if plymouth is killed by gdm

b7ff1e47da4653d2ff1ec7b489e6067fed29d8c5 21-Feb-2011 Lennart Poettering <lennart@poettering.net>

plymouth: ensure we start not a single getty before plymouth is gone because we never know which ttys plymouth still controls

1640944a847249d3f5f0fb0d5a5f820a82efaed0 06-Jan-2011 Lennart Poettering <lennart@poettering.net>

getty: unset locale before execution 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

6279e1f01442fe01fe036036081d1935e3287d52 16-Dec-2010 Miklos Vajna <vmiklos@frugalware.org>

Frugalware: start gettys after local.service

180f90cb13ffbf8e6269ec3afb24243fec936e0c 16-Nov-2010 Lennart Poettering <lennart@poettering.net>

units: set TERM for gettys again, since they acquire a TTY on their own

1e7ba843daad637eb118b9098452d53ca13ca70b 16-Nov-2010 Lennart Poettering <lennart@poettering.net>

units: delay getty until logins are allowed

e3aa71c38cbecb24e6333411ee19814796a5b1d0 15-Nov-2010 Lennart Poettering <lennart@poettering.net>

exec: automatically determine right TERM= setting based on tty name

92ab323c824300683efb11fd43c9d834cea9b9e6 14-Nov-2010 Lennart Poettering <lennart@poettering.net>

units: make use of agetty mandatory

f54409d8b8a8dd3e43a450be5bbd78afdcb78c25 11-Nov-2010 Lennart Poettering <lennart@poettering.net>

units: deal properly with the fact that agetty is called getty on Debian

9ed81015f0a426d98c2ad8f14d6f27a5058a726d 29-Oct-2010 Kay Sievers <kay.sievers@vrfy.org>

getty@.service: switch to agetty as the default

b81884e7466b8e8bc1261b1b1a722d11694b8c54 29-Oct-2010 Lennart Poettering <lennart@poettering.net>

unit: replace StopRetroactively= by BindTo= dependencies 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.

858dae181bb5461201ac1c04732d3ef4c67a0256 25-Oct-2010 Andrew Edmunds <Andrew.Edmunds@yahoo.com.au>

ubuntu: Treat Ubuntu as a distinct distro in configure.ac etc 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.

c84ed68f304b22606f874118e6eb32f7089b1699 08-Oct-2010 Lennart Poettering <lennart@poettering.net>

units: enable utmp for serial gettys too

169c1bda807d183a362b47efe0b5b56e9320e430 08-Oct-2010 Lennart Poettering <lennart@poettering.net>

service: optionally, create INIT_PROCESS/DEAD_PROCESS entries for a service This should fix accounting for pam_limits and suchlike. https://bugzilla.redhat.com/show_bug.cgi?id=636036

525ee6f4a1639bcb28198bf9e32b93ca2bfd268b 05-Oct-2010 Lennart Poettering <lennart@poettering.net>

service: rename settings for Restart= from 'restart-always' to 'always' and similar

93a45c562a1989dfbb2dd08c65f8a21b02959934 25-Aug-2010 Lennart Poettering <lennart@poettering.net>

serial: use seperate getty template for serial ttys

9f24a81068b69e1670d685c4917a5f9f3074d845 18-Aug-2010 Lennart Poettering <lennart@poettering.net>

units: make sure getty@xxx.service is always run before gettys.target

61bec80cf3a86d574d73bdeba32e3c0f30198a4b 10-Aug-2010 Lennart Poettering <lennart@poettering.net>

getty: properly synchronize of tty devices being plugged in

30609d9c187331640125d6b7e3c650330304b383 05-Aug-2010 Lennart Poettering <lennart@poettering.net>

units: always send HUP when dealing with shells/gettys/logins

7d49c54770b16c54fcad41860535b592cce3570a 04-Aug-2010 Kay Sievers <kay.sievers@vrfy.org>

units: getty - suse: login wants SIGHUP

ccbe77e993317eef933bd4f4d383c3f2b2db74bc 04-Aug-2010 Lennart Poettering <lennart@poettering.net>

units: remove redundant ordering dependency

36adffeab07c74470bc96417b17a72b53055ee42 20-Jul-2010 Lennart Poettering <lennart@poettering.net>

fedora: make sure the gettys are run before X starts up

07405e90968c39f04bc00e1af5b1671940482b19 07-Jul-2010 Lennart Poettering <lennart@poettering.net>

units: in order to make the default services parseable by GKeyFile, merge repeated lines

af65a09126e216d468592f069aee50dfe0382d3a 03-Jul-2010 Lennart Poettering <lennart@poettering.net>

units: update shipped unit files for DefaultDependencies=

3d88bf660dae270c051c8319bba62c58a50c9d2b 18-Jun-2010 Lennart Poettering <lennart@poettering.net>

unit: add [Install] section to various service files

1ebdf2d8793181f31b766b8342391aa1978f9917 16-Jun-2010 Tom Gundersen <teg@jklm.no>

units: make Arch boot 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.

1f48cf56cb2693b84fdc76dc8df0b048ed50ef43 02-Jun-2010 Lennart Poettering <lennart@poettering.net>

service: change default service type to 'simple' since that is the future

cd6e402e76654075536250f16a8e90c83a10d56c 01-Jun-2010 Lennart Poettering <lennart@poettering.net>

getty: set TERM=linux for the local gettys we configure

cfe243e3720062c2e0eecd8bb0bdd7b4059e156d 20-May-2010 Kay Sievers <kay.sievers@vrfy.org>

units: SUSE support

dfca381db341205b7a68f40ef2b7550ac6972cab 19-May-2010 Lennart Poettering <lennart@poettering.net>

shorten copyright header of configuration files

/systemd/src/99-systemd.rules /systemd/src/org.freedesktop.systemd1.conf basic.target.m4 dev-hugepages.automount dev-hugepages.mount dev-mqueue.automount dev-mqueue.mount emergency.service fedora/halt.service fedora/killall.service fedora/poweroff.service fedora/prefdm.service fedora/rc-local.service fedora/reboot.service fedora/sysinit.service getty.target getty@.service.m4 graphical.target.m4 halt.target local-fs.target multi-user.target.m4 network.target nss-lookup.target poweroff.target proc-sys-fs-binfmt_misc.automount proc-sys-fs-binfmt_misc.mount reboot.target remote-fs.target.m4 rescue.target rpcbind.target rtc-set.target shutdown.target sigpwr.target sockets.target swap.target sys-kernel-debug.automount sys-kernel-debug.mount syslog.target.in systemd-initctl.service.in systemd-initctl.socket systemd-logger.service.in systemd-logger.socket var-run.mount
835d81db939bf7a75fcf057462d71777ec475c21 18-May-2010 Lennart Poettering <lennart@poettering.net>

units: synchronize with shutdown.target

1e3fc6541f92cc1c42ba1b3a7bbe4c8c7b918156 18-May-2010 Lennart Poettering <lennart@poettering.net>

units: fix execution environment for a few services

419f3284371ea7568f22c89e7eea21ed0f897f0e 17-May-2010 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>

units: add getty@.service define for Gentoo

e6aad08ba82e44e88f9186eab30c68ceaf6370a3 17-May-2010 Lennart Poettering <lennart@poettering.net>

units: fix commenting

5e6afdd3d359fc42de7ac432243e98673577e81f 17-May-2010 Lennart Poettering <lennart@poettering.net>

units: add distribution-specific units