diff options
author | PÁLI Gábor János <pali.gabor@gmail.com> | 2024-03-16 13:33:00 +0100 |
---|---|---|
committer | PÁLI Gábor János <pali.gabor@gmail.com> | 2024-03-16 13:44:13 +0100 |
commit | d7e702dd5529860e3d97a84e387bad95573f5894 (patch) | |
tree | e4c8bff35d942fadd35d2cd76a93ca4994fb55cb /aports/openrc/sysctl-readme.patch | |
parent | f9967eae7a169b920daedecbc176c792d516f471 (diff) | |
download | freebsd-wifibox-alpine-d7e702dd5529860e3d97a84e387bad95573f5894.zip |
Update to Linux 6.6 & 6.8, and Alpine 3.19
- Update dhcpcd to 10.0.5
- Update iptables to 1.8.10
- Update linux-lts to 6.6.22
- Update linux-edge to 6.8.1
- Update openrc 0.52.1
- Update mDNSResponder to 2200.80.16
- Update rtl8821ce to snapshot of 20240120
- Update rtw88 to snapshot of 20231024
- Resolve driver conflict between rtw88 and rtl8821ce
- Update rtw89 to snapshot of 20240310
- Update socat to 1.8.0.0
- Import security fixes for wpa_supplicant
Diffstat (limited to 'aports/openrc/sysctl-readme.patch')
-rw-r--r-- | aports/openrc/sysctl-readme.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/aports/openrc/sysctl-readme.patch b/aports/openrc/sysctl-readme.patch new file mode 100644 index 0000000..df61aa1 --- /dev/null +++ b/aports/openrc/sysctl-readme.patch @@ -0,0 +1,11 @@ +diff --git a/sysctl.d/README b/sysctl.d/README +index ca3e030..1b056a7 100644 +--- a/sysctl.d/README ++++ b/sysctl.d/README +@@ -10,4 +10,5 @@ with .conf, or it will not be read. + + The recommended location for local system settings is /etc/sysctl.d/local.conf + but as long as you follow the rules for the name of the file, anything will +-work. see the sysctl.conf(5) man page for details of the format. ++work. see the sysctl.conf(5) man page for details of the format. This manpage ++can be found in the `procps-doc` package. |