[systemd-devel] [PATCH 2/3] DISTRO_PORTING: correct location of hostname-setup.c

Ramkumar Ramachandra artagnon at gmail.com
Thu Nov 29 11:06:56 PST 2012


f33d3ec1 (move more common files to shared/ and add them to shared.la,
2012-04-12) moved src/hostname-setup.c to src/shared/hostname-setup.c,
but did not update DISTRO_PORTING accordingly.  Fix this.

Signed-off-by: Ramkumar Ramachandra <artagnon at gmail.com>
---
 DISTRO_PORTING |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/DISTRO_PORTING b/DISTRO_PORTING
index 2b08bf8..a6ae043 100644
--- a/DISTRO_PORTING
+++ b/DISTRO_PORTING
@@ -9,9 +9,9 @@ HOWTO:
         insensitively) and you should be able to find the places where
         you need to add/change things.
 
-        1) Patch src/hostname-setup.c so that systemd knows where to
-        read your host name from. You might also want to update
-        status_welcome() in util.c.
+        1) Patch src/shared/hostname-setup.c so that systemd knows
+        where to read your host name from. You might also want to
+        update status_welcome() in util.c.
 
         2) Check the unit files in units/ if they match your
         distribution. Most likely you will have to make additions to
-- 
1.7.8.1.362.g5d6df.dirty



More information about the systemd-devel mailing list