swift 05/05/23 19:19:58 Modified: xml/htdocs/doc/en gentoo-security.xml Log: #93270 - sysklogd does seem to have some primitive log rotation facilities
Revision Changes Path 1.80 +8 -7 xml/htdocs/doc/en/gentoo-security.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-security.xml?rev=1.80&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-security.xml?rev=1.80&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-security.xml.diff?r1=1.79&r2=1.80&cvsroot=gentoo Index: gentoo-security.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-security.xml,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- gentoo-security.xml 3 May 2005 15:55:19 -0000 1.79 +++ gentoo-security.xml 23 May 2005 19:19:58 -0000 1.80 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-security.xml,v 1.79 2005/05/03 15:55:19 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-security.xml,v 1.80 2005/05/23 19:19:58 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link = "/doc/en/gentoo-security.xml"> @@ -44,8 +44,8 @@ <license/> -<version>0.4.47</version> -<date>2005-05-03</date> +<version>0.4.48</version> +<date>2005-05-23</date> <chapter> <title>Introduction</title> @@ -531,11 +531,12 @@ <body> <p> -Syslogd is the most common logger for Linux and Unix in general. It does not -come with log rotation. This feature is handled by running +Syslogd is the most common logger for Linux and Unix in general. +It has some log rotation facilities, but using <path>/usr/sbin/logrotate</path> in a cron job (logrotate is configured in -<path>/etc/logrotate.conf</path>). How often log rotation should be done depends -on the system load. +<path>/etc/logrotate.conf</path>) might prove to be more powerfull as +<c>logrotate</c> has many features. How often +log rotation should be done depends on the system load. </p> <p> -- [email protected] mailing list
