forked from pool/systemd
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=668
This commit is contained in:
parent
175e4a4fba
commit
e01ca7cf15
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 11 14:09:30 UTC 2014 - werner@suse.de
|
||||
|
||||
- Add patch tmpfiles-do-not-clean-for-mandb-index-files.patch
|
||||
there is no need to clean out all 30 days the index data base
|
||||
files nor the cachedir tags of mandb. Those files are used
|
||||
for whatis(1) as well as for apropos(1).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 11 13:31:53 UTC 2014 - werner@suse.de
|
||||
|
||||
|
@ -391,8 +391,8 @@ Patch193: portmap-wants-rpcbind-socket.patch
|
||||
Patch194: 0007-dbus-suppress-duplicate-and-misleading-messages.patch
|
||||
# PATCH-FIX-USTREAM added at 2014/03/14
|
||||
Patch195: 0001-reduce-the-amount-of-messages-logged-to-dev-kmsg-whe.patch
|
||||
## # PATCH-FIX-SUSE Detect XEN dom0 as well as domU
|
||||
## Patch196: systemd-detect-xendom.patch
|
||||
# PATCH-FIX-SUSE Do not clean the data base files of the manual pages
|
||||
Patch196: tmpfiles-do-not-clean-for-mandb-index-files.patch
|
||||
# PATCH-FIX-SUSE Avoid that emergency and rescue sulogin are fighting on console
|
||||
Patch197: rescue-emergency-target-conflicts.patch
|
||||
# PATCH-FIX-SUSE Avoid a divide by zero sigtrap
|
||||
@ -981,6 +981,7 @@ cp %{SOURCE7} m4/
|
||||
%patch192 -p1
|
||||
%patch193 -p1
|
||||
%patch194 -p0
|
||||
%patch196 -p0
|
||||
%patch195 -p0
|
||||
%patch197 -p1
|
||||
%patch198 -p1
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 11 14:09:30 UTC 2014 - werner@suse.de
|
||||
|
||||
- Add patch tmpfiles-do-not-clean-for-mandb-index-files.patch
|
||||
there is no need to clean out all 30 days the index data base
|
||||
files nor the cachedir tags of mandb. Those files are used
|
||||
for whatis(1) as well as for apropos(1).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 11 13:31:53 UTC 2014 - werner@suse.de
|
||||
|
||||
|
@ -386,8 +386,8 @@ Patch193: portmap-wants-rpcbind-socket.patch
|
||||
Patch194: 0007-dbus-suppress-duplicate-and-misleading-messages.patch
|
||||
# PATCH-FIX-USTREAM added at 2014/03/14
|
||||
Patch195: 0001-reduce-the-amount-of-messages-logged-to-dev-kmsg-whe.patch
|
||||
## # PATCH-FIX-SUSE Detect XEN dom0 as well as domU
|
||||
## Patch196: systemd-detect-xendom.patch
|
||||
# PATCH-FIX-SUSE Do not clean the data base files of the manual pages
|
||||
Patch196: tmpfiles-do-not-clean-for-mandb-index-files.patch
|
||||
# PATCH-FIX-SUSE Avoid that emergency and rescue sulogin are fighting on console
|
||||
Patch197: rescue-emergency-target-conflicts.patch
|
||||
# PATCH-FIX-SUSE Avoid a divide by zero sigtrap
|
||||
@ -976,6 +976,7 @@ cp %{SOURCE7} m4/
|
||||
%patch192 -p1
|
||||
%patch193 -p1
|
||||
%patch194 -p0
|
||||
%patch196 -p0
|
||||
%patch195 -p0
|
||||
%patch197 -p1
|
||||
%patch198 -p1
|
||||
|
22
tmpfiles-do-not-clean-for-mandb-index-files.patch
Normal file
22
tmpfiles-do-not-clean-for-mandb-index-files.patch
Normal file
@ -0,0 +1,22 @@
|
||||
There is no need to clean out all 30 days the index data base
|
||||
files nor the cachedir tags of mandb. Those files are used
|
||||
for whatis(1) as well as for apropos(1).
|
||||
|
||||
---
|
||||
systemd-210/tmpfiles.d/systemd.conf | 5 +++++
|
||||
1 file changed, 5 insertions(+)
|
||||
|
||||
--- systemd-210/tmpfiles.d/systemd.conf
|
||||
+++ systemd-210/tmpfiles.d/systemd.conf 2014-06-11 13:47:59.470236564 +0000
|
||||
@@ -14,6 +14,11 @@ f /var/log/wtmp 0664 root utmp -
|
||||
f /var/log/btmp 0600 root root -
|
||||
|
||||
d /var/cache/man - - - 30d
|
||||
+# mandb uses data base file which should not be cleared
|
||||
+x /var/cache/man/index.*
|
||||
+x /var/cache/man/CACHEDIR.TAG
|
||||
+x /var/cache/man/*/index.*
|
||||
+x /var/cache/man/*/CACHEDIR.TAG
|
||||
|
||||
d /run/systemd/ask-password 0755 root root -
|
||||
d /run/systemd/seats 0755 root root -
|
Loading…
Reference in New Issue
Block a user