From 545da42b057ce323d592cf556f5d448b1fd6625a Mon Sep 17 00:00:00 2001 From: venaas Date: Wed, 13 Jun 2007 11:01:50 +0000 Subject: fixed syslog url syntax, updated example config and manpage git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@130 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- radsecproxy.conf.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'radsecproxy.conf.5') diff --git a/radsecproxy.conf.5 b/radsecproxy.conf.5 index 7145830..b19ebb3 100644 --- a/radsecproxy.conf.5 +++ b/radsecproxy.conf.5 @@ -1,4 +1,4 @@ -.TH radsecproxy.conf 5 "7 June 2007" +.TH radsecproxy.conf 5 "13 June 2007" .SH "NAME" radsecproxy.conf - Radsec proxy configuration file @@ -80,7 +80,7 @@ syslog with facility \fBLOG_DAEMON\fR. Using this option you can specify another syslog facility, or you may specify that logging should be to a particular file, not using syslog. The value must be either a \fIfile\fR or \fIsyslog\fR URL. The file URL is the standard one, specifying a local file that should be used. For -syslog, you must do use the following URL syntax: \fBx-syslog://FACILITY\fR where +syslog, you must use the syntax: \fBx-syslog:///FACILITY\fR where \fBFACILITY\fR must be one of \fBLOG_DAEMON\fR, \fBLOG_MAIL\fR, \fBLOG_USER\fR, \fBLOG_LOCAL0\fR, \fBLOG_LOCAL1\fR, \fBLOG_LOCAL2\fR, \fBLOG_LOCAL3\fR, \fBLOG_LOCAL4\fR, \fBLOG_LOCAL5\fR, \fBLOG_LOCAL6\fR or \fBLOG_LOCAL7\fR. You may -- cgit v1.1