Files
ports/net/nsscache/files/patch-nsscache.conf
T
Kevin Bowling df01c97835 net/nsscache: Update to 0.39
The big change here is a move to Python 3 upstream and in the port.

Approved by:	krion (mentor)
Sponsored by:	BBOX.io
Differential Revision:	https://reviews.freebsd.org/D23269
2020-01-19 20:45:42 +00:00

30 lines
936 B
Plaintext

--- nsscache.conf.orig 2019-11-11 16:27:27 UTC
+++ nsscache.conf
@@ -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 @@ cache = files
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
@@ -139,7 +139,7 @@ ldap_filter = (objectclass=posixAccount)
# 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