From 57e27ec0ada6775d85a5201cd25e989d92d0a1af Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Sat, 25 Jul 2015 13:03:44 -0400 Subject: man: describe masking of .network files better This should clear up some confusion in https://github.com/systemd/systemd/issues/717. This basically copies the description from systemd.unit to this man page. Masking can happen also in /run, so strike the part about /etc, and also add the magic work "mask". --- man/systemd.network.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'man/systemd.network.xml') diff --git a/man/systemd.network.xml b/man/systemd.network.xml index fbb0bef5c2..5be1102894 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -76,11 +76,9 @@ /run take precedence over files with the same name in /usr/lib. This can be used to override a system-supplied configuration file with a local file if - needed; a symlink in /etc with the same name - as a configuration file in /usr/lib, pointing - to /dev/null, disables the configuration file - entirely. - + needed. As a special case, an empty file (file size 0) or symlink + with the same name pointing to /dev/null, + disable the configuration file entirely (it is "masked"). -- cgit v1.2.3-54-g00ecf