Michal Schmidt b568ba
From bfa350c7e425a6d77fdaadffc8a2cc7c24452a5c Mon Sep 17 00:00:00 2001
Michal Schmidt b568ba
From: Michael Biebl <biebl@debian.org>
Michal Schmidt b568ba
Date: Mon, 13 Feb 2012 17:46:46 +0100
Michal Schmidt b568ba
Subject: [PATCH] Fix broken Git repository URLs (cherry picked from commit
Michal Schmidt b568ba
 a26c9cc60477acacf3a147009894bd837353ed6c)
Michal Schmidt b568ba
Michal Schmidt b568ba
---
Michal Schmidt b568ba
 man/sd-daemon.xml     |    4 ++--
Michal Schmidt b568ba
 man/sd-readahead.xml  |    4 ++--
Michal Schmidt b568ba
 man/sd_booted.xml     |    4 ++--
Michal Schmidt b568ba
 man/sd_is_fifo.xml    |    4 ++--
Michal Schmidt b568ba
 man/sd_listen_fds.xml |    4 ++--
Michal Schmidt b568ba
 man/sd_notify.xml     |    4 ++--
Michal Schmidt b568ba
 man/sd_readahead.xml  |    4 ++--
Michal Schmidt b568ba
 src/sd-daemon.h       |    4 ++--
Michal Schmidt b568ba
 src/sd-readahead.h    |    4 ++--
Michal Schmidt b568ba
 9 files changed, 18 insertions(+), 18 deletions(-)
Michal Schmidt b568ba
Michal Schmidt b568ba
diff --git a/man/sd-daemon.xml b/man/sd-daemon.xml
Michal Schmidt b568ba
index 3f3a723..4ea88e4 100644
Michal Schmidt b568ba
--- a/man/sd-daemon.xml
Michal Schmidt b568ba
+++ b/man/sd-daemon.xml
Michal Schmidt b568ba
@@ -130,8 +130,8 @@
Michal Schmidt b568ba
                 <para>In addition, for details about the algorithms
Michal Schmidt b568ba
                 check the liberally licensed reference implementation
Michal Schmidt b568ba
                 sources:
Michal Schmidt b568ba
-                <ulink url="http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c"/>
Michal Schmidt b568ba
-                resp. <ulink url="http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-daemon.h"/></para>
Michal Schmidt b568ba
+                <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/sd-daemon.c"/>
Michal Schmidt b568ba
+                resp. <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h"/></para>
Michal Schmidt b568ba
 
Michal Schmidt b568ba
                 <para>These APIs are implemented in the reference
Michal Schmidt b568ba
                 implementation's <filename>sd-daemon.c</filename> and
Michal Schmidt b568ba
diff --git a/man/sd-readahead.xml b/man/sd-readahead.xml
Michal Schmidt b568ba
index 7c21656..7fb8634 100644
Michal Schmidt b568ba
--- a/man/sd-readahead.xml
Michal Schmidt b568ba
+++ b/man/sd-readahead.xml
Michal Schmidt b568ba
@@ -86,8 +86,8 @@
Michal Schmidt b568ba
                 <para>In addition, for details about the algorithms
Michal Schmidt b568ba
                 check the liberally licensed reference implementation
Michal Schmidt b568ba
                 sources:
Michal Schmidt b568ba
-                <ulink url="http://cgit.freedesktop.org/systemd/plain/src/readahead/sd-readahead.c"/>
Michal Schmidt b568ba
-                resp. <ulink url="http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-readahead.h"/></para>
Michal Schmidt b568ba
+                <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/readahead/sd-readahead.c"/>
Michal Schmidt b568ba
+                resp. <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-readahead.h"/></para>
Michal Schmidt b568ba
 
Michal Schmidt b568ba
                 <para>These APIs are implemented in the reference
Michal Schmidt b568ba
                 implementation's drop-in
Michal Schmidt b568ba
diff --git a/man/sd_booted.xml b/man/sd_booted.xml
Michal Schmidt b568ba
index c876874..141625d 100644
Michal Schmidt b568ba
--- a/man/sd_booted.xml
Michal Schmidt b568ba
+++ b/man/sd_booted.xml
Michal Schmidt b568ba
@@ -93,9 +93,9 @@
Michal Schmidt b568ba
 
Michal Schmidt b568ba
                 <para>For details about the algorithm check the
Michal Schmidt b568ba
                 liberally licensed reference implementation sources:
Michal Schmidt b568ba
-                <ulink url="http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c"/>
Michal Schmidt b568ba
+                <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/sd-daemon.c"/>
Michal Schmidt b568ba
                 resp. 
Michal Schmidt b568ba
-                url="http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-daemon.h"/></para>
Michal Schmidt b568ba
+                url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h"/></para>
Michal Schmidt b568ba
 
Michal Schmidt b568ba
                 <para><function>sd_booted()</function> is implemented
Michal Schmidt b568ba
                 in the reference implementation's
Michal Schmidt b568ba
diff --git a/man/sd_is_fifo.xml b/man/sd_is_fifo.xml
Michal Schmidt b568ba
index 6055893..4db5120 100644
Michal Schmidt b568ba
--- a/man/sd_is_fifo.xml
Michal Schmidt b568ba
+++ b/man/sd_is_fifo.xml
Michal Schmidt b568ba
@@ -180,9 +180,9 @@
Michal Schmidt b568ba
 
Michal Schmidt b568ba
                 <para>For details about the algorithms check the
Michal Schmidt b568ba
                 liberally licensed reference implementation sources:
Michal Schmidt b568ba
-                <ulink url="http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c"/>
Michal Schmidt b568ba
+                <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/sd-daemon.c"/>
Michal Schmidt b568ba
                 resp. 
Michal Schmidt b568ba
-                url="http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-daemon.h"/></para>
Michal Schmidt b568ba
+                url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h"/></para>
Michal Schmidt b568ba
 
Michal Schmidt b568ba
                 <para><function>sd_is_fifo()</function> and the
Michal Schmidt b568ba
                 related functions are implemented in the reference
Michal Schmidt b568ba
diff --git a/man/sd_listen_fds.xml b/man/sd_listen_fds.xml
Michal Schmidt b568ba
index 09d0503..c3c70a0 100644
Michal Schmidt b568ba
--- a/man/sd_listen_fds.xml
Michal Schmidt b568ba
+++ b/man/sd_listen_fds.xml
Michal Schmidt b568ba
@@ -140,9 +140,9 @@
Michal Schmidt b568ba
 
Michal Schmidt b568ba
                 <para>For details about the algorithm check the
Michal Schmidt b568ba
                 liberally licensed reference implementation sources:
Michal Schmidt b568ba
-                <ulink url="http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c"/>
Michal Schmidt b568ba
+                <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/sd-daemon.c"/>
Michal Schmidt b568ba
                 resp. 
Michal Schmidt b568ba
-                url="http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-daemon.h"/></para>
Michal Schmidt b568ba
+                url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h"/></para>
Michal Schmidt b568ba
 
Michal Schmidt b568ba
                 <para><function>sd_listen_fds()</function> is
Michal Schmidt b568ba
                 implemented in the reference implementation's
Michal Schmidt b568ba
diff --git a/man/sd_notify.xml b/man/sd_notify.xml
Michal Schmidt b568ba
index 0209146..d3508b8 100644
Michal Schmidt b568ba
--- a/man/sd_notify.xml
Michal Schmidt b568ba
+++ b/man/sd_notify.xml
Michal Schmidt b568ba
@@ -208,9 +208,9 @@
Michal Schmidt b568ba
 
Michal Schmidt b568ba
                 <para>For details about the algorithms check the
Michal Schmidt b568ba
                 liberally licensed reference implementation sources:
Michal Schmidt b568ba
-                <ulink url="http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c"/>
Michal Schmidt b568ba
+                <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/sd-daemon.c"/>
Michal Schmidt b568ba
                 resp. 
Michal Schmidt b568ba
-                url="http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-daemon.h"/></para>
Michal Schmidt b568ba
+                url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h"/></para>
Michal Schmidt b568ba
 
Michal Schmidt b568ba
                 <para><function>sd_notify()</function> and
Michal Schmidt b568ba
                 <function>sd_notifyf()</function> are implemented in
Michal Schmidt b568ba
diff --git a/man/sd_readahead.xml b/man/sd_readahead.xml
Michal Schmidt b568ba
index 4b8c957..2e7e09c 100644
Michal Schmidt b568ba
--- a/man/sd_readahead.xml
Michal Schmidt b568ba
+++ b/man/sd_readahead.xml
Michal Schmidt b568ba
@@ -129,9 +129,9 @@
Michal Schmidt b568ba
 
Michal Schmidt b568ba
                 <para>For details about the algorithm check the
Michal Schmidt b568ba
                 liberally licensed reference implementation sources:
Michal Schmidt b568ba
-                <ulink url="http://cgit.freedesktop.org/systemd/plain/src/readahead/sd-readahead.c"/>
Michal Schmidt b568ba
+                <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/readahead/sd-readahead.c"/>
Michal Schmidt b568ba
                 resp. 
Michal Schmidt b568ba
-                url="http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-readahead.h"/></para>
Michal Schmidt b568ba
+                url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-readahead.h"/></para>
Michal Schmidt b568ba
 
Michal Schmidt b568ba
                 <para><function>sd_readahead()</function> is
Michal Schmidt b568ba
                 implemented in the reference implementation's drop-in
Michal Schmidt b568ba
diff --git a/src/sd-daemon.h b/src/sd-daemon.h
Michal Schmidt b568ba
index eb2a606..4c9ca4f 100644
Michal Schmidt b568ba
--- a/src/sd-daemon.h
Michal Schmidt b568ba
+++ b/src/sd-daemon.h
Michal Schmidt b568ba
@@ -58,8 +58,8 @@ extern "C" {
Michal Schmidt b568ba
 
Michal Schmidt b568ba
   You may find an up-to-date version of these source files online:
Michal Schmidt b568ba
 
Michal Schmidt b568ba
-  http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-daemon.h
Michal Schmidt b568ba
-  http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c
Michal Schmidt b568ba
+  http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h
Michal Schmidt b568ba
+  http://cgit.freedesktop.org/systemd/systemd/plain/src/sd-daemon.c
Michal Schmidt b568ba
 
Michal Schmidt b568ba
   This should compile on non-Linux systems, too, but with the
Michal Schmidt b568ba
   exception of the sd_is_xxx() calls all functions will become NOPs.
Michal Schmidt b568ba
diff --git a/src/sd-readahead.h b/src/sd-readahead.h
Michal Schmidt b568ba
index afe6768..1f8c5a0 100644
Michal Schmidt b568ba
--- a/src/sd-readahead.h
Michal Schmidt b568ba
+++ b/src/sd-readahead.h
Michal Schmidt b568ba
@@ -47,8 +47,8 @@ extern "C" {
Michal Schmidt b568ba
 
Michal Schmidt b568ba
   You may find an up-to-date version of these source files online:
Michal Schmidt b568ba
 
Michal Schmidt b568ba
-  http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-readahead.h
Michal Schmidt b568ba
-  http://cgit.freedesktop.org/systemd/plain/src/readahead/sd-readahead.c
Michal Schmidt b568ba
+  http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-readahead.h
Michal Schmidt b568ba
+  http://cgit.freedesktop.org/systemd/systemd/plain/src/readahead/sd-readahead.c
Michal Schmidt b568ba
 
Michal Schmidt b568ba
   This should compile on non-Linux systems, too, but all functions
Michal Schmidt b568ba
   will become NOPs.