Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: shb-logging.xml
Date: Fri, 25 Nov 2005 13:54:13
Message-Id: 200511251354.jAPDs434028077@robin.gentoo.org
1 neysx 05/11/25 13:54:03
2
3 Modified: xml/htdocs/doc/en/security shb-logging.xml
4 Log:
5 #112861 s/long_hostnames/chain_hostnames/ in syslog-ng.conf
6
7 Revision Changes Path
8 1.3 +4 -4 xml/htdocs/doc/en/security/shb-logging.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/security/shb-logging.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/security/shb-logging.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/security/shb-logging.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
13
14 Index: shb-logging.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-logging.xml,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- shb-logging.xml 8 Jun 2005 14:00:26 -0000 1.2
21 +++ shb-logging.xml 25 Nov 2005 13:54:03 -0000 1.3
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-logging.xml,v 1.2 2005/06/08 14:00:26 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-logging.xml,v 1.3 2005/11/25 13:54:03 neysx Exp $ -->
26 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
27
28 <!-- The content of this document is licensed under the CC-BY-SA license -->
29 @@ -7,8 +7,8 @@
30
31 <sections>
32
33 -<version>1.1</version>
34 -<date>2005-06-08</date>
35 +<version>1.2</version>
36 +<date>2005-11-25</date>
37
38 <section>
39 <title>Introduction</title>
40 @@ -208,7 +208,7 @@
41 </p>
42
43 <pre caption="/etc/syslog-ng/syslog-ng.conf">
44 -options { long_hostnames(off); sync(0); };
45 +options { chain_hostnames(off); sync(0); };
46
47 #source where to read log
48 source src { unix-stream("/dev/log"); internal(); };
49
50
51
52 --
53 gentoo-doc-cvs@g.o mailing list