fix name of option: RuntimeDirectoryInodes
(cherry picked from commit 90abbbdbce04a1a510ea509376536df58b2f5a46)
This commit is contained in:
parent
476c5b9220
commit
015f10ecc6
@ -0,0 +1,26 @@
|
|||||||
|
From a42a93830fcc18da073a5ac06f93c386efc9109d Mon Sep 17 00:00:00 2001
|
||||||
|
From: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
|
||||||
|
Date: Thu, 27 Jan 2022 00:00:00 +0000
|
||||||
|
Subject: [PATCH] logind.conf: Fix name of option: RuntimeDirectoryInodes ->
|
||||||
|
RuntimeDirectoryInodesMax
|
||||||
|
|
||||||
|
---
|
||||||
|
src/login/logind.conf.in | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/src/login/logind.conf.in b/src/login/logind.conf.in
|
||||||
|
index 2d084e134d..926bd6cfe9 100644
|
||||||
|
--- a/src/login/logind.conf.in
|
||||||
|
+++ b/src/login/logind.conf.in
|
||||||
|
@@ -39,7 +39,7 @@
|
||||||
|
#IdleAction=ignore
|
||||||
|
#IdleActionSec=30min
|
||||||
|
#RuntimeDirectorySize=10%
|
||||||
|
-#RuntimeDirectoryInodes=400k
|
||||||
|
+#RuntimeDirectoryInodesMax=400k
|
||||||
|
#RemoveIPC=no
|
||||||
|
#InhibitorsMax=8192
|
||||||
|
#SessionsMax=8192
|
||||||
|
--
|
||||||
|
2.27.0
|
||||||
|
|
||||||
@ -20,7 +20,7 @@
|
|||||||
Name: systemd
|
Name: systemd
|
||||||
Url: https://www.freedesktop.org/wiki/Software/systemd
|
Url: https://www.freedesktop.org/wiki/Software/systemd
|
||||||
Version: 249
|
Version: 249
|
||||||
Release: 19
|
Release: 20
|
||||||
License: MIT and LGPLv2+ and GPLv2+
|
License: MIT and LGPLv2+ and GPLv2+
|
||||||
Summary: System and Service Manager
|
Summary: System and Service Manager
|
||||||
|
|
||||||
@ -97,6 +97,7 @@ Patch6022: backport-journalctl-never-fail-at-flushing-when-the-flushed-f.pa
|
|||||||
Patch6023: backport-core-fix-SIGABRT-on-empty-exec-command-argv.patch
|
Patch6023: backport-core-fix-SIGABRT-on-empty-exec-command-argv.patch
|
||||||
Patch6024: backport-core-service-also-check-path-in-exec-commands.patch
|
Patch6024: backport-core-service-also-check-path-in-exec-commands.patch
|
||||||
Patch6025: backport-Add-meson-option-to-disable-urlify.patch
|
Patch6025: backport-Add-meson-option-to-disable-urlify.patch
|
||||||
|
Patch6026: backport-logind.conf-Fix-name-of-option-RuntimeDirectoryInode.patch
|
||||||
|
|
||||||
BuildRequires: gcc, gcc-c++
|
BuildRequires: gcc, gcc-c++
|
||||||
BuildRequires: libcap-devel, libmount-devel, pam-devel, libselinux-devel
|
BuildRequires: libcap-devel, libmount-devel, pam-devel, libselinux-devel
|
||||||
@ -1499,6 +1500,9 @@ fi
|
|||||||
%{_libdir}/security/pam_systemd.so
|
%{_libdir}/security/pam_systemd.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 8 2022 xujing <xujing99@huawei.com> - 249-20
|
||||||
|
- fix name of option: RuntimeDirectoryInodes
|
||||||
|
|
||||||
* Fri Apr 8 2022 wangyuhang <wangyuhang27@huawei.com> - 249-19
|
* Fri Apr 8 2022 wangyuhang <wangyuhang27@huawei.com> - 249-19
|
||||||
- set dnssec to be allow-downgrade by default
|
- set dnssec to be allow-downgrade by default
|
||||||
set mdns to be yes by default
|
set mdns to be yes by default
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user