[systemd-commits] 2 commits - catalog/systemd.catalog man/systemd-getty-generator.xml units/getty.target units/getty at .service.m4 units/serial-getty at .service.m4

Lennart Poettering lennart at kemper.freedesktop.org
Tue Nov 20 11:10:44 PST 2012


 catalog/systemd.catalog         |    2 ++
 man/systemd-getty-generator.xml |    6 ++++++
 units/getty.target              |    3 ++-
 units/getty at .service.m4         |    3 ++-
 units/serial-getty at .service.m4  |    1 +
 5 files changed, 13 insertions(+), 2 deletions(-)

New commits:
commit 00addadd86aff6187f1b7abe23bf1c42241b42d9
Author: Lennart Poettering <lennart at poettering.net>
Date:   Tue Nov 20 20:09:38 2012 +0100

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

diff --git a/man/systemd-getty-generator.xml b/man/systemd-getty-generator.xml
index 1c9c934..da88e72 100644
--- a/man/systemd-getty-generator.xml
+++ b/man/systemd-getty-generator.xml
@@ -77,6 +77,12 @@
                 implements the <ulink
                 url="http://www.freedesktop.org/wiki/Software/systemd/Generators">generator
                 specification</ulink>.</para>
+
+                <para>Further information about configuration of
+                gettys you may find in <ulink
+                url="http://0pointer.de/blog/projects/serial-console.html">systemd
+                for Administrators, Part XVI: Gettys on Serial
+                Consoles (and Elsewhere)</ulink>.</para>
         </refsect1>
 
         <refsect1>
diff --git a/units/getty.target b/units/getty.target
index d53da35..c33d446 100644
--- a/units/getty.target
+++ b/units/getty.target
@@ -7,4 +7,5 @@
 
 [Unit]
 Description=Login Prompts
-Documentation=man:systemd.special(7)
+Documentation=man:systemd.special(7) man:systemd-getty-generator(8)
+Documentation=http://0pointer.de/blog/projects/serial-console.html
diff --git a/units/getty at .service.m4 b/units/getty at .service.m4
index 810c23f..cc9a2ac 100644
--- a/units/getty at .service.m4
+++ b/units/getty at .service.m4
@@ -7,7 +7,8 @@
 
 [Unit]
 Description=Getty on %I
-Documentation=man:agetty(8)
+Documentation=man:agetty(8) man:systemd-getty-generator(8)
+Documentation=http://0pointer.de/blog/projects/serial-console.html
 After=systemd-user-sessions.service plymouth-quit-wait.service
 m4_ifdef(`TARGET_FEDORA',
 After=rc-local.service
diff --git a/units/serial-getty at .service.m4 b/units/serial-getty at .service.m4
index c411dc1..11f5e2c 100644
--- a/units/serial-getty at .service.m4
+++ b/units/serial-getty at .service.m4
@@ -8,6 +8,7 @@
 [Unit]
 Description=Serial Getty on %I
 Documentation=man:agetty(8) man:systemd-getty-generator(8)
+Documentation=http://0pointer.de/blog/projects/serial-console.html
 BindsTo=dev-%i.device
 After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service
 m4_ifdef(`TARGET_FEDORA',

commit ef7963b561adec267dbc7dbdfc0d29105f2ca872
Author: Lennart Poettering <lennart at poettering.net>
Date:   Tue Nov 20 02:18:47 2012 +0100

    catalog: add mission statement

diff --git a/catalog/systemd.catalog b/catalog/systemd.catalog
index e2ef0e0..bc8790f 100644
--- a/catalog/systemd.catalog
+++ b/catalog/systemd.catalog
@@ -20,6 +20,8 @@
 # The catalog format is documented on
 # http://www.freedesktop.org/wiki/Software/systemd/catalog
 
+# For an explanation why we do all this, see https://xkcd.com/1024/
+
 -- f77379a8490b408bbe5f6940505a777b
 Subject: The Journal has been started
 Defined-By: systemd



More information about the systemd-commits mailing list