diff options
Diffstat (limited to 'net/radiator/files/patch-radius.cfg')
-rw-r--r-- | net/radiator/files/patch-radius.cfg | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/radiator/files/patch-radius.cfg b/net/radiator/files/patch-radius.cfg new file mode 100644 index 000000000000..b6e68a1b4d76 --- /dev/null +++ b/net/radiator/files/patch-radius.cfg @@ -0,0 +1,20 @@ +--- 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 |