mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
Fix repository initialization. [2] PR: 251732 [1], 251144 [2] Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) [1] Reported by: C <cm@appliedprivacy.net> [2]
21 lines
431 B
Text
21 lines
431 B
Text
--- etc/routinator.conf.example.orig 2020-12-09 20:29:45 UTC
|
|
+++ etc/routinator.conf.example
|
|
@@ -19,7 +19,7 @@
|
|
#
|
|
# This setting is mandatory.
|
|
#
|
|
-repository-dir = "..."
|
|
+repository-dir = "/var/routinator"
|
|
|
|
# Trust Anchor Locator (TAL) directory
|
|
#
|
|
@@ -31,7 +31,8 @@ repository-dir = "..."
|
|
#
|
|
# This setting is mandatory.
|
|
#
|
|
-tal-dir = "..."
|
|
+# tal-dir = "tals"
|
|
+tal-dir = "/var/routinator/tals"
|
|
|
|
# Local exceptions files
|
|
#
|