mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 11:36:40 -04:00
20 lines
676 B
Text
20 lines
676 B
Text
--- nsscache.conf.orig 2022-08-26 06:25:28 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.
|
|
@@ -20,7 +20,7 @@ maps = passwd, group, shadow, netgroup, automount
|
|
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
|