diff options
author | Nachtfalkeaw <nachtfalkeaw@web.de> | 2011-09-16 20:43:36 +0300 |
---|---|---|
committer | Nachtfalkeaw <nachtfalkeaw@web.de> | 2011-09-16 20:43:36 +0300 |
commit | f8ff16ba338a740a3285b1c4405aff7ad8494f5b (patch) | |
tree | ecf676ae65bdd77e968b38094d32b08cb355cc20 | |
parent | c523bb6b21261dd457a4176dded52d33d8437898 (diff) | |
download | pfsense-packages-f8ff16ba338a740a3285b1c4405aff7ad8494f5b.tar.gz pfsense-packages-f8ff16ba338a740a3285b1c4405aff7ad8494f5b.tar.bz2 pfsense-packages-f8ff16ba338a740a3285b1c4405aff7ad8494f5b.zip |
try to add logging capability like posted in this thread: http://forum.pfsense.org/index.php/topic,40815.msg210805.html#msg210805
-rw-r--r-- | pkg_config.8.xml.amd64 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index 5cc53755..31adb044 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -741,6 +741,12 @@ <configurationfile>freeradius.xml</configurationfile> <build_port_path>/usr/ports/net/freeradius</build_port_path> <build_port_path>/usr/ports/devel/libltdl</build_port_path> + <logging> + <facilityname>freeradius</facilityname> + <logfilename>radius.log</logfilename> + <logtab>freeRADIUS</logtab> + </logging> + <after_install_info>Please visit Services: freeRADIUS</after_install_info> </package> <package> <name>bandwidthd</name> |