From d3fae78fe86f1dfcdb07fd613ccbb3adf547a617 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sat, 29 Nov 2014 01:05:43 -0800 Subject: man: Factor out a common snippet for .d directories and precedence Several manpages contain duplicate text describing a standard set of .d configuration directories, with the usual sorting, precedence, overrides, and so on. Factor this common text out using XInclude before proliferating it even further. --- man/sysusers.d.xml | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) (limited to 'man/sysusers.d.xml') diff --git a/man/sysusers.d.xml b/man/sysusers.d.xml index 18c71db63e..ac2db98853 100644 --- a/man/sysusers.d.xml +++ b/man/sysusers.d.xml @@ -19,7 +19,8 @@ You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . --> - + sysusers.d @@ -239,8 +240,10 @@ u root 0 "Superuser" /root + + - Overriding vendor configuration + Idempotence Note that systemd-sysusers will do nothing if the specified users or groups @@ -248,31 +251,13 @@ u root 0 "Superuser" /root sysusers.d vendor configuration, except to block certain users or groups from being created. - - Files in /etc/sysusers.d - override files with the same name in - /usr/lib/sysusers.d and - /run/sysusers.d. Files in - /run/sysusers.d override files - with the same name in - /usr/lib/sysusers.d. The scheme is the same as for - tmpfiles.d5, - except for the directory name. - - If the administrator wants to disable a - configuration file supplied by the vendor, the - recommended way is to place a symlink to - /dev/null in - /etc/sysusers.d/ bearing the - same filename. See Also systemd1, - systemd-sysusers8, - tmpfiles.d5 + systemd-sysusers8 -- cgit v1.2.3-54-g00ecf