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.
21 lines
607 B
Diff
21 lines
607 B
Diff
Short description: NSCD must use nscd user.
|
|
Author(s): Fedora glibc team <glibc@lists.fedoraproject.org>
|
|
Origin: PATCH
|
|
Upstream status: not-needed
|
|
|
|
Fedora-specific configuration adjustment to introduce the nscd user.
|
|
(Upstream does not assume this user exists.)
|
|
|
|
diff -Nrup a/nscd/nscd.conf b/nscd/nscd.conf
|
|
--- a/nscd/nscd.conf 2012-06-05 07:42:49.000000000 -0600
|
|
+++ b/nscd/nscd.conf 2012-06-07 12:15:21.818318670 -0600
|
|
@@ -33,7 +33,7 @@
|
|
# logfile /var/log/nscd.log
|
|
# threads 4
|
|
# max-threads 32
|
|
-# server-user nobody
|
|
+ server-user nscd
|
|
# stat-user somebody
|
|
debug-level 0
|
|
# reload-count 5
|