mirror of
https://abf.rosa.ru/djam/glibc.git
synced 2025-02-23 15:02:47 +00:00
Fix tmpfile creation in nscd pre-script
This commit is contained in:
parent
30b69935ab
commit
6a8659b64b
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ Summary: The GNU libc libraries
|
|||
Name: glibc
|
||||
Epoch: 6
|
||||
Version: 2.19
|
||||
Release: 20
|
||||
Release: 21
|
||||
License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+
|
||||
Group: System/Libraries
|
||||
Url: http://www.eglibc.org/
|
||||
|
@ -503,7 +503,7 @@ performance with NIS+, and may help with DNS as well.
|
|||
|
||||
%pre -n nscd
|
||||
%_pre_useradd nscd / /sbin/nologin
|
||||
systemd-tmpfiles --create %{name}.conf
|
||||
systemd-tmpfiles --create nscd.conf
|
||||
|
||||
%post -n nscd
|
||||
%_post_service nscd
|
||||
|
|
Loading…
Add table
Reference in a new issue