Bug#411482: new patch

2007-02-20 Thread Robert Millan [ackstorm]
Or maybe this one instead, which adds 'x' to the fopen call to prevent webalizer from overwriting existing .htaccess files. -- Robert Millan ACK STORM, S.L. - http://www.ackstorm.es/ diff -ur webalizer-2.01.10.old/output.c webalizer-2.01.10/output.c --- webalizer-2.01.10.old/output.c 2007-02-

Bug#411482: new patch

2007-02-20 Thread Robert Millan [ackstorm]
On Tue, Feb 20, 2007 at 10:50:51AM +0100, Robert Millan [ackstorm] wrote: > > Or maybe this one instead, which adds 'x' to the fopen call to prevent > webalizer from overwriting existing .htaccess files. And actualy this means we don't want to abort when errno==EEXIST. New patch attached, with p