diff options
| author | John Audia | 2024-09-29 10:37:43 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-10-03 15:29:02 +0000 |
| commit | 664b8ffb0a0eb81ba998d28c09dd0b5e476e2adc (patch) | |
| tree | 417dd04c5b751a809665430cdcde04536c5432d9 | |
| parent | b22ba12390742989b0b2f5b501b73fa4d42e65e9 (diff) | |
| download | openwrt-664b8ffb0a0eb81ba998d28c09dd0b5e476e2adc.tar.gz | |
base-files: /etc/sysctl.conf: clarity in comment
Make it clear to users that they should not place a custom file
in /etc/sysctl.d/ for their values and expect it to survive a
reimage.
This change is needed since these directories (/etc/foo.d/) are
generally where such files are placed on other distros.
Signed-off-by: John Audia <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/16543
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/base-files/files/etc/sysctl.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/base-files/files/etc/sysctl.conf b/package/base-files/files/etc/sysctl.conf index ae04212f42..9ce5061657 100644 --- a/package/base-files/files/etc/sysctl.conf +++ b/package/base-files/files/etc/sysctl.conf @@ -1 +1,2 @@ -# Defaults are configured in /etc/sysctl.d/* and can be customized in this file +# User defined entries should be added to this file not to /etc/sysctl.d/* as +# that directory is not backed-up by default and will not survive a reimage |