[systemd-commits] 2 commits - README man/sd-daemon.xml man/sd-readahead.xml man/sd_booted.xml man/sd_is_fifo.xml man/sd_listen_fds.xml man/sd_notify.xml man/sd_readahead.xml src/systemd

Lennart Poettering lennart at kemper.freedesktop.org
Thu Jan 5 09:25:46 PST 2012


 README                     |    3 ++-
 man/sd-daemon.xml          |    4 ++--
 man/sd-readahead.xml       |    4 ++--
 man/sd_booted.xml          |    4 ++--
 man/sd_is_fifo.xml         |    4 ++--
 man/sd_listen_fds.xml      |    4 ++--
 man/sd_notify.xml          |    4 ++--
 man/sd_readahead.xml       |    4 ++--
 src/systemd/sd-daemon.h    |    2 +-
 src/systemd/sd-readahead.h |    4 ++--
 10 files changed, 19 insertions(+), 18 deletions(-)

New commits:
commit 0df4f9d669bec2d34777735f8cdd40797b1fd753
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu Jan 5 18:24:18 2012 +0100

    README: correct license claims

diff --git a/README b/README
index a4cbeae..f1d75f7 100644
--- a/README
+++ b/README
@@ -27,7 +27,8 @@ AUTHOR:
         Lennart Poettering with major support from Kay Sievers
 
 LICENSE:
-        GPLv2+ for all code, except sd-daemon.[ch] which is MIT
+        GPLv2+ for all code, except sd-daemon.[ch] and
+        sd-readahead.[ch] which are MIT
 
 REQUIREMENTS:
         Linux kernel >= 2.6.39

commit 8ab49c12dcab02d9d83e63a93676d4fc8f709516
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu Jan 5 18:21:26 2012 +0100

    headers: fix git URLs for source files

diff --git a/man/sd-daemon.xml b/man/sd-daemon.xml
index 383d77f..3f3a723 100644
--- a/man/sd-daemon.xml
+++ b/man/sd-daemon.xml
@@ -130,8 +130,8 @@
                 <para>In addition, for details about the algorithms
                 check the liberally licensed reference implementation
                 sources:
-                <ulink url="http://cgit.freedesktop.org/systemd/tree/src/sd-daemon.c"/>
-                resp. <ulink url="http://cgit.freedesktop.org/systemd/tree/src/sd-daemon.h"/></para>
+                <ulink url="http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c"/>
+                resp. <ulink url="http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-daemon.h"/></para>
 
                 <para>These APIs are implemented in the reference
                 implementation's <filename>sd-daemon.c</filename> and
diff --git a/man/sd-readahead.xml b/man/sd-readahead.xml
index 819691e..7c21656 100644
--- a/man/sd-readahead.xml
+++ b/man/sd-readahead.xml
@@ -86,8 +86,8 @@
                 <para>In addition, for details about the algorithms
                 check the liberally licensed reference implementation
                 sources:
-                <ulink url="http://cgit.freedesktop.org/systemd/tree/src/sd-readahead.c"/>
-                resp. <ulink url="http://cgit.freedesktop.org/systemd/tree/src/sd-readahead.h"/></para>
+                <ulink url="http://cgit.freedesktop.org/systemd/plain/src/readahead/sd-readahead.c"/>
+                resp. <ulink url="http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-readahead.h"/></para>
 
                 <para>These APIs are implemented in the reference
                 implementation's drop-in
diff --git a/man/sd_booted.xml b/man/sd_booted.xml
index c9f538a..c876874 100644
--- a/man/sd_booted.xml
+++ b/man/sd_booted.xml
@@ -93,9 +93,9 @@
 
                 <para>For details about the algorithm check the
                 liberally licensed reference implementation sources:
-                <ulink url="http://cgit.freedesktop.org/systemd/tree/src/sd-daemon.c"/>
+                <ulink url="http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c"/>
                 resp. <ulink
-                url="http://cgit.freedesktop.org/systemd/tree/src/sd-daemon.h"/></para>
+                url="http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-daemon.h"/></para>
 
                 <para><function>sd_booted()</function> is implemented
                 in the reference implementation's
diff --git a/man/sd_is_fifo.xml b/man/sd_is_fifo.xml
index 82b89bb..6055893 100644
--- a/man/sd_is_fifo.xml
+++ b/man/sd_is_fifo.xml
@@ -180,9 +180,9 @@
 
                 <para>For details about the algorithms check the
                 liberally licensed reference implementation sources:
-                <ulink url="http://cgit.freedesktop.org/systemd/tree/src/sd-daemon.c"/>
+                <ulink url="http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c"/>
                 resp. <ulink
-                url="http://cgit.freedesktop.org/systemd/tree/src/sd-daemon.h"/></para>
+                url="http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-daemon.h"/></para>
 
                 <para><function>sd_is_fifo()</function> and the
                 related functions are implemented in the reference
diff --git a/man/sd_listen_fds.xml b/man/sd_listen_fds.xml
index 68a45cd..09d0503 100644
--- a/man/sd_listen_fds.xml
+++ b/man/sd_listen_fds.xml
@@ -140,9 +140,9 @@
 
                 <para>For details about the algorithm check the
                 liberally licensed reference implementation sources:
-                <ulink url="http://cgit.freedesktop.org/systemd/tree/src/sd-daemon.c"/>
+                <ulink url="http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c"/>
                 resp. <ulink
-                url="http://cgit.freedesktop.org/systemd/tree/src/sd-daemon.h"/></para>
+                url="http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-daemon.h"/></para>
 
                 <para><function>sd_listen_fds()</function> is
                 implemented in the reference implementation's
diff --git a/man/sd_notify.xml b/man/sd_notify.xml
index c3791ce..0209146 100644
--- a/man/sd_notify.xml
+++ b/man/sd_notify.xml
@@ -208,9 +208,9 @@
 
                 <para>For details about the algorithms check the
                 liberally licensed reference implementation sources:
-                <ulink url="http://cgit.freedesktop.org/systemd/tree/src/sd-daemon.c"/>
+                <ulink url="http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c"/>
                 resp. <ulink
-                url="http://cgit.freedesktop.org/systemd/tree/src/sd-daemon.h"/></para>
+                url="http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-daemon.h"/></para>
 
                 <para><function>sd_notify()</function> and
                 <function>sd_notifyf()</function> are implemented in
diff --git a/man/sd_readahead.xml b/man/sd_readahead.xml
index 25fe5b2..4b8c957 100644
--- a/man/sd_readahead.xml
+++ b/man/sd_readahead.xml
@@ -129,9 +129,9 @@
 
                 <para>For details about the algorithm check the
                 liberally licensed reference implementation sources:
-                <ulink url="http://cgit.freedesktop.org/systemd/tree/src/sd-readahead.c"/>
+                <ulink url="http://cgit.freedesktop.org/systemd/plain/src/readahead/sd-readahead.c"/>
                 resp. <ulink
-                url="http://cgit.freedesktop.org/systemd/tree/src/sd-readahead.h"/></para>
+                url="http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-readahead.h"/></para>
 
                 <para><function>sd_readahead()</function> is
                 implemented in the reference implementation's drop-in
diff --git a/src/systemd/sd-daemon.h b/src/systemd/sd-daemon.h
index 46dc7fd..eb2a606 100644
--- a/src/systemd/sd-daemon.h
+++ b/src/systemd/sd-daemon.h
@@ -58,7 +58,7 @@ extern "C" {
 
   You may find an up-to-date version of these source files online:
 
-  http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.h
+  http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-daemon.h
   http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c
 
   This should compile on non-Linux systems, too, but with the
diff --git a/src/systemd/sd-readahead.h b/src/systemd/sd-readahead.h
index ee7e306..afe6768 100644
--- a/src/systemd/sd-readahead.h
+++ b/src/systemd/sd-readahead.h
@@ -47,8 +47,8 @@ extern "C" {
 
   You may find an up-to-date version of these source files online:
 
-  http://cgit.freedesktop.org/systemd/plain/src/sd-readahead.h
-  http://cgit.freedesktop.org/systemd/plain/src/sd-readahead.c
+  http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-readahead.h
+  http://cgit.freedesktop.org/systemd/plain/src/readahead/sd-readahead.c
 
   This should compile on non-Linux systems, too, but all functions
   will become NOPs.



More information about the systemd-commits mailing list