diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-07-21 05:26:19 -0400 |
---|---|---|
committer | Dee'Kej <deekej@linuxmail.org> | 2017-07-27 15:45:50 +0200 |
commit | a019e06a883665ebab24539247ce63bf558fe699 (patch) | |
tree | 8f7fac2930bd3bfcbe953ac115027a8d18a282b2 | |
parent | 13d638c0a7df4a998429163b9a0189dcffa2393a (diff) | |
download | initscripts-a019e06a883665ebab24539247ce63bf558fe699.tar initscripts-a019e06a883665ebab24539247ce63bf558fe699.tar.gz initscripts-a019e06a883665ebab24539247ce63bf558fe699.tar.bz2 initscripts-a019e06a883665ebab24539247ce63bf558fe699.tar.xz initscripts-a019e06a883665ebab24539247ce63bf558fe699.zip |
Update references to sysctl.conf
This file hasn't been called that for a while, so update various
references to the new sysctl.d names.
-rw-r--r-- | sysconfig.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index 7adc3813..df3aaa78 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -127,13 +127,13 @@ Generic options: Setting this to 'no' used to disable the magic sysrq key and Stop-A (break on serial console) on SPARC. This setting has been moved into kernel.sysrq and kernel.stop-a settings respectively in - /etc/sysctl.conf. Setting either of them there to 0 disables it, - setting it to 1 enables it. + sysctl.d/00-system.conf. Setting either of them there to 0 disables + it, setting it to 1 enables it. STOP_A=yes|no Setting this to 'no' used to disable the Stop-A (break on serial console) key on SPARC. This setting has been moved into kernel.stop-a setting in - /etc/sysctl.conf. Setting it there to 0 disables it, + sysctl.d/00-system.conf. Setting it there to 0 disables it, setting it to 1 enables it. The setting should be present on SPARC only. @@ -245,8 +245,8 @@ Generic options: obsoleted values from earlier releases: FORWARD_IPV4=yes|no - This setting has been moved into net.ipv4.ip_forward setting - in /etc/sysctl.conf. Setting it to 1 there enables IP forwarding, + Create a new file in /etc/sysctl.d/ with the net.ipv4.ip_forward + setting instead. Setting it to 1 there enables IP forwarding, setting it to 0 disables it (which is the default for RFC compliance). NETWORKWAIT=yes|no |