ports/net/nsscache/files/patch-nsscache.conf
Raphael Kubo da Costa e9e16273b2 Update to 0.32.
PR:		207582
Submitted by:	kbowling (maintainer)
2016-03-02 22:34:57 +00:00

29 lines
929 B
Text

--- nsscache.conf.orig 2016-01-16 19:03:07.000000000 -0700
+++ nsscache.conf 2016-02-28 23:28:01.441959000 -0700
@@ -2,7 +2,7 @@
#
# nsscache loads a config file from the environment variable NSSCACHE_CONFIG
#
-# By default this is /etc/nsscache.conf
+# By default this is %%PREFIX%%/etc/nsscache.conf
#
# Commented values are overrideable defaults, uncommented values
# require you to set them.
@@ -21,7 +21,7 @@
maps = passwd, group, shadow, netgroup, automount
# Directory to store our update/modify timestamps
-timestamp_dir = /var/lib/nsscache
+timestamp_dir = /var/db/nsscache
# Lockfile to use for update/repair operations
#lockfile = /var/run/nsscache
@@ -113,7 +113,7 @@
# Directory to store nssdb databases. Current libnss_db code requires
# the path below
-nssdb_dir = /var/lib/misc
+nssdb_dir = /var/db/nsscache
# Path to `makedb', supplied by the nss_db module
#nssdb_makedb = /usr/bin/makedb