diff options
author | Ramkumar Ramachandra <artagnon@gmail.com> | 2012-11-30 00:36:56 +0530 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-11-30 14:01:44 +0100 |
commit | 7830fcd836fb1e8901a534da9ae733109eeba9c4 (patch) | |
tree | 21543440aeadea38bbb7586114a390a2dfbcbb6b /DISTRO_PORTING | |
parent | 6126a412dbc7628cbc94660e57bd6915e842c2d4 (diff) |
DISTRO_PORTING: correct location of hostname-setup.c
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.
Diffstat (limited to 'DISTRO_PORTING')
-rw-r--r-- | DISTRO_PORTING | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/DISTRO_PORTING b/DISTRO_PORTING index 2b08bf8116..a6ae0439ad 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 |