Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/baselayout:master commit in: etc.Linux/sysctl.d/
Date: Sat, 25 Sep 2021 22:31:35
Message-Id: 1632609083.a2d4bbb4f23d9a91b41fad4f89f2c4cb7278cd30.williamh@gentoo
1 commit: a2d4bbb4f23d9a91b41fad4f89f2c4cb7278cd30
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 22:29:44 2021 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 25 22:31:23 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=a2d4bbb4
7
8 remove sysctl.d/README
9
10 This is not needed since we install our files now in /usr/lib/sysctl.d
11
12 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
13
14 etc.Linux/sysctl.d/README | 15 ---------------
15 1 file changed, 15 deletions(-)
16
17 diff --git a/etc.Linux/sysctl.d/README b/etc.Linux/sysctl.d/README
18 deleted file mode 100644
19 index dc609ac9..00000000
20 --- a/etc.Linux/sysctl.d/README
21 +++ /dev/null
22 @@ -1,15 +0,0 @@
23 -For more information on how kernel parameter configuration works, please see
24 -the manpages sysctl(8) and sysctl.conf(5).
25 -
26 -In order for this to work properly, you must first
27 -enable 'Sysctl support' in the kernel.
28 -
29 -Look in /proc/sys/ for all the things you can setup.
30 -sysctl processes files that end in *.conf in directories in the
31 -following order before processing /etc/sysctl.conf.
32 -
33 -- /run/sysctl.d
34 -- /etc/sysctl.d
35 -- /usr/local/lib/sysctl.d
36 -- /usr/lib/sysctl.d
37 -- /lib/sysctl.d