0e17ea22c1
The following commit removes the requirement for patches to be placed in 1000, 2000, or 3000 ID blocks depending on their upstream status. Instead upstream status is documented in the header of the patch with some semi-standard notation as described in template.patch. The patches are re-numbered and defined and applied in the same order. Verified that before and after the patch that the source tree does not change. The patch definition is resorted to match the patch application order.
39 lines
788 B
Diff
39 lines
788 B
Diff
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
|