diff options
author | CoprDistGit <infra@openeuler.org> | 2025-09-01 03:37:41 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-09-01 03:37:41 +0000 |
commit | 9277230d563667e3f0dcf643f8d8b6340b283959 (patch) | |
tree | 364b839c96fa63c0d28878b2b54cdd7796c61412 /atop-sysconfig.patch | |
parent | ebea0bc511d8dea186a6a197da59354787b4ea1f (diff) |
automatic import of atopopeneuler24.03_LTS_SP2openeuler24.03_LTS_SP1openeuler24.03_LTSopeneuler22.03_LTS_SP4openeuler22.03_LTS_SP3openeuler22.03_LTS_SP2openeuler22.03_LTSopeneuler20.03
Diffstat (limited to 'atop-sysconfig.patch')
-rw-r--r-- | atop-sysconfig.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/atop-sysconfig.patch b/atop-sysconfig.patch new file mode 100644 index 0000000..6253b04 --- /dev/null +++ b/atop-sysconfig.patch @@ -0,0 +1,11 @@ +--- atop.daily~ 2019-01-12 16:37:19.000000000 -0600 ++++ atop.daily 2019-02-25 15:33:13.243363452 -0600 +@@ -7,7 +7,7 @@ + # allow administrator to overrule the variables + # defined above + # +-DEFAULTSFILE=/etc/default/atop # possibility to overrule vars ++DEFAULTSFILE=/etc/sysconfig/atop # possibility to overrule vars + + if [ -e "$DEFAULTSFILE" ] + then |