~ubuntu-branches/ubuntu/precise/eglibc/precise-201308281639

« back to all changes in this revision

Viewing changes to debian/patches/any/local-fhs-nscd.diff

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-02-08 01:58:09 UTC
  • mfrom: (1.5.3) (288.1.12 precise)
  • Revision ID: package-import@ubuntu.com-20120208015809-ulscst7uteq3e22z
Tags: 2.15~pre6-0ubuntu10
Merge from Debian (r5151, 2.13-26).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
--- a/nscd/nscd.h
6
6
+++ b/nscd/nscd.h
7
 
@@ -103,10 +103,10 @@
 
7
@@ -113,11 +113,11 @@
8
8
 
9
9
 
10
10
 /* Paths of the file for the persistent storage.  */
12
12
-#define _PATH_NSCD_GROUP_DB    "/var/db/nscd/group"
13
13
-#define _PATH_NSCD_HOSTS_DB    "/var/db/nscd/hosts"
14
14
-#define _PATH_NSCD_SERVICES_DB "/var/db/nscd/services"
 
15
-#define _PATH_NSCD_NETGROUP_DB "/var/db/nscd/netgroup"
15
16
+#define _PATH_NSCD_PASSWD_DB   "/var/cache/nscd/passwd"
16
17
+#define _PATH_NSCD_GROUP_DB    "/var/cache/nscd/group"
17
18
+#define _PATH_NSCD_HOSTS_DB    "/var/cache/nscd/hosts"
18
19
+#define _PATH_NSCD_SERVICES_DB "/var/cache/nscd/services"
 
20
+#define _PATH_NSCD_NETGROUP_DB "/var/cache/nscd/netgroup"
19
21
 
20
22
 /* Path used when not using persistent storage.  */
21
23
 #define _PATH_NSCD_XYZ_DB_TMP  "/var/run/nscd/dbXXXXXX"
 
24