You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by David Shane Holden <dp...@yahoo.com> on 2003/01/19 08:02:46 UTC

[patch] rfc1413/mod_ident

Propagate the rfc1413/mod_ident changes to Windows.

Shane


Re: [patch] rfc1413/mod_ident

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
At 03:54 PM 1/20/2003, David Shane Holden wrote:
>William A. Rowe, Jr. wrote:
>>If you cvs add the modules, then cvs diff -N you will get those new (and
>>any removed) sources included in the diff output.
>
>I tried that, but got a 'write access required' error so I just attached the new files.

Ahhh... now I see that.  Sorry I missed it on the first pass.

FWIW... I usually insert the files into the CVS/Entries file of that directory, 
the stubs look like;

/new_filename.c/0/dummy timestamp//

which are simple enough to dummy up :-)

Also Win32 seems to be building mod_ident just fine.  Thank you again.

Bill




Re: [patch] rfc1413/mod_ident

Posted by David Shane Holden <dp...@yahoo.com>.
William A. Rowe, Jr. wrote:
> If you cvs add the modules, then cvs diff -N you will get those new (and
> any removed) sources included in the diff output.

I tried that, but got a 'write access required' error so I just attached 
the new files.

Shane


Re: [patch] rfc1413/mod_ident

Posted by "William A. Rowe, Jr." <wr...@apache.org>.
At 01:02 AM 1/19/2003, you wrote:

>Propagate the rfc1413/mod_ident changes to Windows.

Committed, thanks.

I reinvented mod_ident.dsp.  I also reinvented mod_ident.exp.  Hopefully
my guesses are correct.  These files came across as;

? modules/metadata/mod_ident.dsp
? modules/metadata/mod_ident.exp

If you cvs add the modules, then cvs diff -N you will get those new (and
any removed) sources included in the diff output.

Thanks again,

Bill