From db1413d7380acacc4e50faf801ca0d401da89764 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 25 Apr 2011 20:41:47 +0200 Subject: sysctl.d, binfmt.d, modules-load.d: switch to stacked config dirs in /lib, /etc, /run --- man/sysctl.d.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'man/sysctl.d.xml') diff --git a/man/sysctl.d.xml b/man/sysctl.d.xml index 8f336dc0dd..51afbfa77a 100644 --- a/man/sysctl.d.xml +++ b/man/sysctl.d.xml @@ -46,7 +46,9 @@ + /usr/lib/sysctl.d/*.conf /etc/sysctl.d/*.conf + /run/sysctl.d/*.conf @@ -71,6 +73,19 @@ Note that both / and . are accepted as separators in sysctl variable names. + Files in /etc/ overwrite + files with the same name in /usr/lib/. + Files in /run overwrite files with + the same name in /etc/ and + /usr/lib/. Packages should install their + configuration files in /usr/lib/, files + in /etc/ are reserved for the local + administration, which possibly decides to overwrite the + configurations installed from packages. All files are sorted + by filename in alphabetical order, regardless in which of the + directories they reside, to ensure that a specific + configuration file takes precedence over another file with + an alphabetically later name. -- cgit v1.2.3-54-g00ecf