<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in getty@.service.m4</title>
    <link>http://src.iws.cs.ovgu.de/source/rss/systemd/units/getty@.service.m4</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    <item>
        <title>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.</title>
        <description>/systemd/units/getty@.service.m4 - d54c4993699f4fa5feece43715aac3564c4dada6</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>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.</title>
        <description>/systemd/units/getty@.service.m4 - ccf22d4a104e6ed2666d6c5b4031981a84787790</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>core: optionally send SIGHUP in addition to the configured kill signal
    
    This is useful to fake session ends for processes like shells.</title>
        <description>/systemd/units/getty@.service.m4 - 82659fd7571bda0f3dce9755b89a23c411d53dda</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>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.</title>
        <description>/systemd/units/getty@.service.m4 - 7aa4fa34f76b0d9b031f0a5ea941c7fa10cebbee</description>
        <pubDate></pubDate>
        <dc:creator>Zbigniew Jędrzejewski-Szmek  &lt;zbyszek@in.waw.pl&gt;</dc:creator>
    </item>

    <item>
        <title>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).</title>
        <description>/systemd/units/getty@.service.m4 - 7c1b8f043ed3d23663549dd6084c5a4de51b8e28</description>
        <pubDate></pubDate>
        <dc:creator>Karel Zak &lt;kzak@redhat.com&gt;</dc:creator>
    </item>

    <item>
        <title>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.</title>
        <description>/systemd/units/getty@.service.m4 - 83514a2fa0c9377e76dcc323ab7e7756b7f86cc4</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>unit: link up getty configuration from man page and unit files</title>
        <description>/systemd/units/getty@.service.m4 - 00addadd86aff6187f1b7abe23bf1c42241b42d9</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>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</title>
        <description>/systemd/units/getty@.service.m4 - 2161de72c517d34d1ceb9b4c1a300f0b54ce5a9c</description>
        <pubDate></pubDate>
        <dc:creator>Michal Schmidt &lt;mschmidt@redhat.com&gt;</dc:creator>
    </item>

    <item>
        <title>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.</title>
        <description>/systemd/units/getty@.service.m4 - 9c2cd81e0ef9cf45adc6108eaea172d722f39321</description>
        <pubDate></pubDate>
        <dc:creator>Ramkumar Ramachandra &lt;artagnon@gmail.com&gt;</dc:creator>
    </item>

    <item>
        <title>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.</title>
        <description>/systemd/units/getty@.service.m4 - 3305d6806d428010b1cd2abd716aa1bb7f81311f</description>
        <pubDate></pubDate>
        <dc:creator>Michal Schmidt &lt;mschmidt@redhat.com&gt;</dc:creator>
    </item>

    <item>
        <title>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.</title>
        <description>/systemd/units/getty@.service.m4 - 49dbfa7b2b0bf3906704dac1eaeb4eba91056a19</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>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.</title>
        <description>/systemd/units/getty@.service.m4 - f2b6878955b1f77ea1fa87b502b13d5dbefc57f6</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>getty: skip VC gettys if the VC subsystem is not available</title>
        <description>/systemd/units/getty@.service.m4 - 8ef58b3efcbafe062e0c2c2531839c1e583b81fd</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>getty: VC devices are always available, we don't need to wait until they show up</title>
        <description>/systemd/units/getty@.service.m4 - 88e995fd720a93460e7c3f38ac24512e6d96b3e8</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>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.</title>
        <description>/systemd/units/getty@.service.m4 - 5430f7f2bc7330f3088b894166bf3524a067e3d8</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>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.</title>
        <description>/systemd/units/getty@.service.m4 - 4771148bb92ace55eaa6759a53d04a0f2de9b0d2</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>service: ignore SIGPIPE by default</title>
        <description>/systemd/units/getty@.service.m4 - 353e12c2f4a9e96a47eb80b80d2ffb7bc1d44a1b</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>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.</title>
        <description>/systemd/units/getty@.service.m4 - 6fdae8a6a40d6a3b5f77516abaee23b3eab002f6</description>
        <pubDate></pubDate>
        <dc:creator>Dexter Morgan &lt;dmorgan@mageia.org&gt;</dc:creator>
    </item>

    <item>
        <title>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</title>
        <description>/systemd/units/getty@.service.m4 - 07bceef2a9c520e24da427c7ce500ad36ad37571</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

    <item>
        <title>logind: autospawn gettys when necessary</title>
        <description>/systemd/units/getty@.service.m4 - d0a522eb312a0f6014e756d3fc066efc37fceaf7</description>
        <pubDate></pubDate>
        <dc:creator>Lennart Poettering &lt;lennart@poettering.net&gt;</dc:creator>
    </item>

</channel>
</rss>

