Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/syslogd fold long lines.



details:   https://anonhg.NetBSD.org/src/rev/c5011ede0e33
branches:  trunk
changeset: 750467:c5011ede0e33
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Fri Jan 01 21:26:18 2010 +0000

description:
fold long lines.

diffstat:

 usr.sbin/syslogd/syslog.conf.5 |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r 64b684b34bd7 -r c5011ede0e33 usr.sbin/syslogd/syslog.conf.5
--- a/usr.sbin/syslogd/syslog.conf.5    Fri Jan 01 19:59:21 2010 +0000
+++ b/usr.sbin/syslogd/syslog.conf.5    Fri Jan 01 21:26:18 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: syslog.conf.5,v 1.16 2009/04/09 02:41:44 joerg Exp $
+.\"    $NetBSD: syslog.conf.5,v 1.17 2010/01/01 21:26:18 mbalmer Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     from: @(#)syslog.conf.5        8.1 (Berkeley) 6/9/93
 .\"
-.Dd August 8, 2008
+.Dd January 1st, 2010
 .Dt SYSLOG.CONF 5
 .Os
 .Sh NAME
@@ -404,7 +404,8 @@
 Service name or port number to bind to.
 Default is
 .Sq syslog .
-.Em As long as no official port is assigned this option is required for TLS servers.
+.Em As long as no official port is assigned this option is required for TLS
+servers.
 .It Em tls_bindhost
 Hostname or IP to bind to.
 .It Em tls_gen_cert
@@ -586,7 +587,7 @@
 # Log all messages of level info or higher to another
 # machine using TLS with an alternative portname and a
 # fingerprint for athentication
-*.info                                 @[logserver]:1234(fingerprint="SHA1:01:02:...")
+*.info                 @[logserver]:1234(fingerprint="SHA1:01:02:...")
 
 # Root and Eric get alert and higher messages.
 *.alert                                        root,eric



Home | Main Index | Thread Index | Old Index