Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 87683
Collapse All | Expand All

(-)logrotate-3.7/config.c.orig (+5 lines)
Lines 142-147 Link Here
142
	(!fname[1] || (fname[1] == '.' && !fname[2])))
142
	(!fname[1] || (fname[1] == '.' && !fname[2])))
143
	return 0;
143
	return 0;
144
144
145
    /* Don't include 'hidden' files either; this breaks Gentoo 
146
       portage config file management http://bugs.gentoo.org/87683 */
147
    if (fname[0] == '.')
148
	return 0;
149
145
    /* Check if fname is ending in a taboo-extension; if so, return
150
    /* Check if fname is ending in a taboo-extension; if so, return
146
       false */
151
       false */
147
    for (i = 0; i < tabooCount; i++) {
152
    for (i = 0; i < tabooCount; i++) {

Return to bug 87683