neysx 05/11/25 13:54:03 Modified: xml/htdocs/doc/en/security shb-logging.xml Log: #112861 s/long_hostnames/chain_hostnames/ in syslog-ng.conf
Revision Changes Path 1.3 +4 -4 xml/htdocs/doc/en/security/shb-logging.xml 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 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 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 Index: shb-logging.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-logging.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- shb-logging.xml 8 Jun 2005 14:00:26 -0000 1.2 +++ shb-logging.xml 25 Nov 2005 13:54:03 -0000 1.3 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-logging.xml,v 1.2 2005/06/08 14:00:26 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-logging.xml,v 1.3 2005/11/25 13:54:03 neysx Exp $ --> <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> <!-- The content of this document is licensed under the CC-BY-SA license --> @@ -7,8 +7,8 @@ <sections> -<version>1.1</version> -<date>2005-06-08</date> +<version>1.2</version> +<date>2005-11-25</date> <section> <title>Introduction</title> @@ -208,7 +208,7 @@ </p> <pre caption="/etc/syslog-ng/syslog-ng.conf"> -options { long_hostnames(off); sync(0); }; +options { chain_hostnames(off); sync(0); }; #source where to read log source src { unix-stream("/dev/log"); internal(); }; -- [email protected] mailing list
