You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Brian Behlendorf <br...@hyperreal.com> on 1996/11/20 06:13:00 UTC

cvs commit: apache/src Configure

brian       96/11/19 21:12:59

  Modified:    src       Configure
  Log:
  
  
  Revision  Changes    Path
  1.36      +2 -1      apache/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Configure,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -C3 -r1.35 -r1.36
  *** Configure	1996/11/12 05:22:02	1.35
  --- Configure	1996/11/20 05:12:57	1.36
  ***************
  *** 1,5 ****
    #!/bin/sh
  ! # $Id: Configure,v 1.35 1996/11/12 05:22:02 fielding Exp $
    trap 'rm -f $tmpfile; exit' 0 1 2 3 15
    
    # Apache configuration script, first cut --- rst.
  --- 1,5 ----
    #!/bin/sh
  ! # $Id: Configure,v 1.36 1996/11/20 05:12:57 brian Exp $
    trap 'rm -f $tmpfile; exit' 0 1 2 3 15
    
    # Apache configuration script, first cut --- rst.
  ***************
  *** 241,246 ****
  --- 241,247 ----
    	CFLAGS="$CFLAGS -DSOLARIS2"
    	LIBS="$LIBS -lsocket -lnsl"
            DBM_LIB=""
  + 	DEF_WANTHSREGEX=yes
    	;;
        *-sunos4*)
    	OS='SunOS 4'
  
  
  

Re: cvs commit: apache/src Configure

Posted by Brian Behlendorf <br...@organic.com>.
On 20 Nov 1996, Paul Richards wrote:
> Brian Behlendorf <br...@organic.com> writes:
> 
> > Ack, my mistake - I meant to add the "Submitted" and "Reviewed" lines and the
> > log as appropriate but that didn't happen.  Can this be added after the fact? 
>
> It can but in this case I don't think it's worth the effort. What did
> you want to comment on?

Just that I added DEF_WANTHSREGEX=yes for Solaris.

	Brian

--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
brian@organic.com  www.apache.org  hyperreal.com  http://www.organic.com/JOBS


Re: cvs commit: apache/src Configure

Posted by Paul Richards <p....@elsevier.co.uk>.
Brian Behlendorf <br...@organic.com> writes:

> Ack, my mistake - I meant to add the "Submitted" and "Reviewed" lines and the
> log as appropriate but that didn't happen.  Can this be added after the fact? 
It can but in this case I don't think it's worth the effort. What did
you want to comment on?

I haven't checked recently but I've just remembered to raise it. Can
we remove Log entries from any files where they are present since this
totally screws up any branch work we might want to do (all you get is
a load of diffs for the Log entries, if you think the Id: stuff is a
pain wait till you see that happen).

I haven't actually checked whether we still have any but I remember
some people were in favour of them early on so if you come across
any now please delete the entry and put it into the commit log just
in case some of it goes back before we set up cvs. I think http_main
has some changelog stuff in it for instance.

-- 
  Paul Richards. Originative Solutions Ltd.  (Netcraft Ltd. contractor)
  Elsevier Science TIS online journal project.
  Email: p.richards@elsevier.co.uk
  Phone: 0370 462071 (Mobile), +44 (0)1865 843155

Re: cvs commit: apache/src Configure

Posted by Paul Richards <p....@elsevier.co.uk>.
Brian Behlendorf <br...@organic.com> writes:

> Ack, my mistake - I meant to add the "Submitted" and "Reviewed" lines and the
> log as appropriate but that didn't happen.  Can this be added after the fact? 
It can but in this case I don't think it's worth the effort. What did
you want to comment on?

I haven't checked recently but I've just remembered to raise it. Can
we remove Log entries from any files where they are present since this
totally screws up any branch work we might want to do (all you get is
a load of diffs for the Log entries, if you think the Id: stuff is a
pain wait till you see that happen).

I haven't actually checked whether we still have any but I remember
some people were in favour of them early on so if you come across
any now please delete the entry and put it into the commit log just
in case some of it goes back before we set up cvs. I think http_main
has some changelog stuff in it for instance.

-- 
  Paul Richards. Originative Solutions Ltd.  (Netcraft Ltd. contractor)
  Elsevier Science TIS online journal project.
  Email: p.richards@elsevier.co.uk
  Phone: 0370 462071 (Mobile), +44 (0)1865 843155

Re: cvs commit: apache/src Configure

Posted by Brian Behlendorf <br...@organic.com>.
Ack, my mistake - I meant to add the "Submitted" and "Reviewed" lines and the
log as appropriate but that didn't happen.  Can this be added after the fact? 

	Brian

On Tue, 19 Nov 1996, Brian Behlendorf wrote:
> brian       96/11/19 21:12:59
> 
>   Modified:    src       Configure
>   Log:
>   
>   
>   Revision  Changes    Path
>   1.36      +2 -1      apache/src/Configure
>   
>   Index: Configure
>   ===================================================================
>   RCS file: /export/home/cvs/apache/src/Configure,v
>   retrieving revision 1.35
>   retrieving revision 1.36
>   diff -C3 -r1.35 -r1.36
>   *** Configure	1996/11/12 05:22:02	1.35
>   --- Configure	1996/11/20 05:12:57	1.36
>   ***************
>   *** 1,5 ****
>     #!/bin/sh
>   ! # $Id: Configure,v 1.35 1996/11/12 05:22:02 fielding Exp $
>     trap 'rm -f $tmpfile; exit' 0 1 2 3 15
>     
>     # Apache configuration script, first cut --- rst.
>   --- 1,5 ----
>     #!/bin/sh
>   ! # $Id: Configure,v 1.36 1996/11/20 05:12:57 brian Exp $
>     trap 'rm -f $tmpfile; exit' 0 1 2 3 15
>     
>     # Apache configuration script, first cut --- rst.
>   ***************
>   *** 241,246 ****
>   --- 241,247 ----
>     	CFLAGS="$CFLAGS -DSOLARIS2"
>     	LIBS="$LIBS -lsocket -lnsl"
>             DBM_LIB=""
>   + 	DEF_WANTHSREGEX=yes
>     	;;
>         *-sunos4*)
>     	OS='SunOS 4'
>   
>   
>   
> 
> 

--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
brian@organic.com  www.apache.org  hyperreal.com  http://www.organic.com/JOBS