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/modules-load.d.xml | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) (limited to 'man/modules-load.d.xml') diff --git a/man/modules-load.d.xml b/man/modules-load.d.xml index 33c466f926..4b578d714c 100644 --- a/man/modules-load.d.xml +++ b/man/modules-load.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 . --> - + modules-load.d @@ -74,29 +75,10 @@ list of kernel module names to load, separated by newlines. Empty lines and lines whose first non-whitespace character is # or ; are ignored. - - Each configuration file shall be named in the - style of program.conf. - Files in /etc/ override files - with the same name in /usr/lib/ - and /run/. Files in - /run/ override files with the - same name in /usr/lib/. Packages - should install their configuration files in - /usr/lib/, files in - /etc/ are reserved for the local - administrator, who may use this logic to override the - configuration files installed from vendor - packages. - - 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/modules-load.d/ bearing the - same filename. + + Example -- cgit v1.2.1