mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
4d88e8c0fa
2: install rc file. 3: install some sample config files. 4: sort pkg-plist. Approved by: maintainer
21 lines
867 B
INI
21 lines
867 B
INI
--- radius.cfg.orig 2015-09-22 08:35:02 UTC
|
|
+++ radius.cfg
|
|
@@ -92,7 +92,7 @@ LogStdout
|
|
# The name of the file where the radiusd PID will be
|
|
# written after startup. Can contain special filename chars.
|
|
# Defaults to %L/radiusd.pid
|
|
-PidFile /tmp/radiusd.pid
|
|
+#PidFile /tmp/radiusd.pid
|
|
|
|
# AuthPort specifies the port to list on for authentication requests
|
|
# Can be a numeric port number or a service name from /etc/services
|
|
@@ -144,7 +144,7 @@ DbDir .
|
|
# need the old ascend attributes, name both dictionaries in the DictionaryFile
|
|
# Caution: changing the dictionary can stop the test suite test.pl
|
|
# from working
|
|
-#DictionaryFile %D/dictionary,%D/dictionary.ascend
|
|
+DictionaryFile %%LOCALBASE%%/etc/radiator/dictionary
|
|
|
|
# You can adjust the length of the Radius socket queues with
|
|
# SocketQueueLength. You should only need to do this if you are handling
|