mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 00:00:33 -04:00
29 lines
929 B
Text
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
|