Re: [systemd-devel] Relative links in tmpfiles.d/etc.conf

2015-01-28 Thread Lennart Poettering
On Sat, 03.01.15 12:07, Umut Tezduyar Lindskog (u...@tezduyar.com) wrote: > Hi, > > Our /etc is a sym link and due to that all the links created by > tmpfiles.d/etc.conf are wrong. Is there a reason why the links are > relative? > > I would like to send a patch to either: > a) Convert the relati

Re: [systemd-devel] Relative links in tmpfiles.d/etc.conf

2015-01-05 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Jan 03, 2015 at 12:07:59PM +0100, Umut Tezduyar Lindskog wrote: > Hi, > > Our /etc is a sym link and due to that all the links created by > tmpfiles.d/etc.conf are wrong. Is there a reason why the links are > relative? They are relative so that if you're looking into a container (or a syst

[systemd-devel] Relative links in tmpfiles.d/etc.conf

2015-01-03 Thread Umut Tezduyar Lindskog
Hi, Our /etc is a sym link and due to that all the links created by tmpfiles.d/etc.conf are wrong. Is there a reason why the links are relative? I would like to send a patch to either: a) Convert the relative links to absolute ones. b) Follow the sym link before creating the relative one. Umut _