1 --- logrotate-3.7/config.c.orig 2005-04-26 22:57:53.000000000 -0400
2 +++ logrotate-3.7/config.c 2005-04-26 22:59:36.000000000 -0400
4 (!fname[1] || (fname[1] == '.' && !fname[2])))
7 + /* Don't include 'hidden' files either; this breaks Gentoo
8 + portage config file management http://bugs.gentoo.org/87683 */
12 /* Check if fname is ending in a taboo-extension; if so, return
14 for (i = 0; i < tabooCount; i++) {