commit: a2d4bbb4f23d9a91b41fad4f89f2c4cb7278cd30 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Sat Sep 25 22:29:44 2021 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Sat Sep 25 22:31:23 2021 +0000 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=a2d4bbb4
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 <AT> gentoo.org> etc.Linux/sysctl.d/README | 15 --------------- 1 file changed, 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
