>
> >>>>> "BLH" == Brian L Heess <dmbong@commline.com> writes:
>
> BLH> Has anybody hacked either of these yet to have the archives created at
> BLH> listname.19970615 instead of listname.970615 ?
>
> Well, here's 30 seconds' work. Completely untested...
>
> --- archive2.pl.orig Mon Jun 16 19:43:22 1997
^^^^
> +++ archive2.pl Thu Dec 12 09:01:39 1996
^^^^
> [snip]
> - $suffix = sprintf(".%04d%02d%02d", $year, $mon, $mday);
> + $suffix = sprintf(".%02d%02d%02d", $year % 100, $mon, $mday);
^^^^^^^^^^^
Err.. it looks like you got the patch reversed
--
-Neil Moore http://www.sfhs.floyd.k12.ky.us/~amethyst/
(finger amethyst@valjean.sfhs.floyd.k12.ky.us for my Geek Code)
Follow-Ups:
References:
|
|