summaryrefslogtreecommitdiff
path: root/glibc-1070416.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-10-26 07:13:04 +0000
committerCoprDistGit <infra@openeuler.org>2023-10-26 07:13:04 +0000
commit0b7f50a76cdf3febc95fd5d24c220f9f2b4063e7 (patch)
tree2e316dcb876cd56a696fefade557cb35b68abff3 /glibc-1070416.patch
parent4d703ac84a58f22c5f93c1f5be4ea0cc21927101 (diff)
automatic import of glibcopeneuler23.09
Diffstat (limited to 'glibc-1070416.patch')
-rw-r--r--glibc-1070416.patch38
1 files changed, 38 insertions, 0 deletions
diff --git a/glibc-1070416.patch b/glibc-1070416.patch
new file mode 100644
index 0000000..0975e0f
--- /dev/null
+++ b/glibc-1070416.patch
@@ -0,0 +1,38 @@
+Short description: Add syslog.target dependency.
+Author(s): Fedora glibc team <glibc@lists.fedoraproject.org>
+Origin: PATCH
+Bug-Fedora: #1070416
+Upstream status: not-needed
+
+Fedora-specific changes to the nscd.service file.
+See also: glibc-nscd-sysconfig.patch.
+
+--- a/nscd/nscd.service
++++ b/nscd/nscd.service
+@@ -2,6 +2,7 @@
+
+ [Unit]
+ Description=Name Service Cache Daemon
++After=syslog.target
+
+ [Service]
+ Type=forking
+@@ -17,3 +18,4 @@
+
+ [Install]
+ WantedBy=multi-user.target
++Also=nscd.socket
+diff --git a/nscd/nscd.socket b/nscd/nscd.socket
+new file mode 100644
+index 0000000..7e512d5
+--- /dev/null
++++ b/nscd/nscd.socket
+@@ -0,0 +1,8 @@
++[Unit]
++Description=Name Service Cache Daemon Socket
++
++[Socket]
++ListenDatagram=/var/run/nscd/socket
++
++[Install]
++WantedBy=sockets.target