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

(-)apache2.0.50/apache2splitlogfile (-1 / +1 lines)
Lines 108-114 Link Here
108
	die "File $filename is a symlink, writing too dangerous, dying!\n";
108
	die "File $filename is a symlink, writing too dangerous, dying!\n";
109
    }
109
    }
110
    open LOGFILE, ">>$filename"
110
    open LOGFILE, ">>$filename"
111
            or die ("Can't open $logs/$filename");
111
            or die ("Can't open $filename");
112
    #
112
    #
113
    # Strip off the first token (which may be null in the
113
    # Strip off the first token (which may be null in the
114
    # case of the default server), and write the edited
114
    # case of the default server), and write the edited

Return to bug 48499