diff options
author | William Hubbs <williamh@gentoo.org> | 2021-09-25 17:29:44 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2021-09-25 17:31:23 -0500 |
commit | a2d4bbb4f23d9a91b41fad4f89f2c4cb7278cd30 (patch) | |
tree | 04fa2f46033b3c9f7d5c0f6e78214fca315c3c10 | |
parent | move 00protected-links.conf to /usr/lib/sysctl.d (diff) | |
download | baselayout-a2d4bbb4f23d9a91b41fad4f89f2c4cb7278cd30.tar.gz baselayout-a2d4bbb4f23d9a91b41fad4f89f2c4cb7278cd30.tar.bz2 baselayout-a2d4bbb4f23d9a91b41fad4f89f2c4cb7278cd30.zip |
remove sysctl.d/README
This is not needed since we install our files now in /usr/lib/sysctl.d
Signed-off-by: William Hubbs <williamh@gentoo.org>
-rw-r--r-- | etc.Linux/sysctl.d/README | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/etc.Linux/sysctl.d/README b/etc.Linux/sysctl.d/README deleted file mode 100644 index dc609ac9..00000000 --- a/etc.Linux/sysctl.d/README +++ /dev/null @@ -1,15 +0,0 @@ -For more information on how kernel parameter configuration works, please see -the manpages sysctl(8) and sysctl.conf(5). - -In order for this to work properly, you must first -enable 'Sysctl support' in the kernel. - -Look in /proc/sys/ for all the things you can setup. -sysctl processes files that end in *.conf in directories in the -following order before processing /etc/sysctl.conf. - -- /run/sysctl.d -- /etc/sysctl.d -- /usr/local/lib/sysctl.d -- /usr/lib/sysctl.d -- /lib/sysctl.d |