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.
This commit is contained in:
Ramkumar Ramachandra 2012-11-30 00:36:56 +05:30 committed by Kay Sievers
parent 6126a412db
commit 7830fcd836
1 changed files with 3 additions and 3 deletions

View File

@ -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