You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Randy Terbush <ra...@hyperreal.com> on 1996/12/01 21:14:05 UTC

cvs commit: apache/support dbmmanage dbmmanage.new httpd.1m httpd_monitor.c log_server_status suexec.c suexec.h

randy       96/12/01 12:14:05

  Modified:    support   dbmmanage dbmmanage.new httpd.1m httpd_monitor.c 
                        log_server_status suexec.c suexec.h
  Log:
  Copyright changes and typos in /support
  
  Revision  Changes    Path
  1.5       +2 -2      apache/support/dbmmanage
  
  Index: dbmmanage
  ===================================================================
  RCS file: /export/home/cvs/apache/support/dbmmanage,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -C3 -r1.4 -r1.5
  *** dbmmanage	1996/10/08 07:00:37	1.4
  --- dbmmanage	1996/12/01 20:13:59	1.5
  ***************
  *** 1,8 ****
    #!/usr/local/bin/perl
  ! # $Id: dbmmanage,v 1.4 1996/10/08 07:00:37 brian Exp $
    
    # ====================================================================
  ! # Copyright (c) 1995 The Apache Group.  All rights reserved.
    #
    # Redistribution and use in source and binary forms, with or without
    # modification, are permitted provided that the following conditions
  --- 1,8 ----
    #!/usr/local/bin/perl
  ! # $Id: dbmmanage,v 1.5 1996/12/01 20:13:59 randy Exp $
    
    # ====================================================================
  ! # Copyright (c) 1995,1996 The Apache Group.  All rights reserved.
    #
    # Redistribution and use in source and binary forms, with or without
    # modification, are permitted provided that the following conditions
  
  
  
  1.5       +2 -2      apache/support/dbmmanage.new
  
  Index: dbmmanage.new
  ===================================================================
  RCS file: /export/home/cvs/apache/support/dbmmanage.new,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -C3 -r1.4 -r1.5
  *** dbmmanage.new	1996/12/01 14:54:42	1.4
  --- dbmmanage.new	1996/12/01 20:13:59	1.5
  ***************
  *** 1,8 ****
    #!/usr/local/bin/perl
  ! # $Id: dbmmanage.new,v 1.4 1996/12/01 14:54:42 fielding Exp $
    
    # ====================================================================
  ! # Copyright (c) 1995 The Apache Group.  All rights reserved.
    #
    # Redistribution and use in source and binary forms, with or without
    # modification, are permitted provided that the following conditions
  --- 1,8 ----
    #!/usr/local/bin/perl
  ! # $Id: dbmmanage.new,v 1.5 1996/12/01 20:13:59 randy Exp $
    
    # ====================================================================
  ! # Copyright (c) 1995,1996 The Apache Group.  All rights reserved.
    #
    # Redistribution and use in source and binary forms, with or without
    # modification, are permitted provided that the following conditions
  
  
  
  1.4       +2 -2      apache/support/httpd.1m
  
  Index: httpd.1m
  ===================================================================
  RCS file: /export/home/cvs/apache/support/httpd.1m,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** httpd.1m	1996/08/20 13:25:07	1.3
  --- httpd.1m	1996/12/01 20:13:59	1.4
  ***************
  *** 1,6 ****
    .TH httpd 1m "October 1995"
  ! .\" $Id: httpd.1m,v 1.3 1996/08/20 13:25:07 paul Exp $
  ! .\" Copyright (c) 1995 David Robinson. All rights reserved.
    .\"
    .\" Redistribution and use in source and binary forms, with or without
    .\" modification, are permitted provided that the following conditions
  --- 1,6 ----
    .TH httpd 1m "October 1995"
  ! .\" $Id: httpd.1m,v 1.4 1996/12/01 20:13:59 randy Exp $
  ! .\" Copyright (c) 1995,1996 David Robinson. All rights reserved.
    .\"
    .\" Redistribution and use in source and binary forms, with or without
    .\" modification, are permitted provided that the following conditions
  
  
  
  1.5       +1 -1      apache/support/httpd_monitor.c
  
  Index: httpd_monitor.c
  ===================================================================
  RCS file: /export/home/cvs/apache/support/httpd_monitor.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -C3 -r1.4 -r1.5
  *** httpd_monitor.c	1996/11/03 21:02:32	1.4
  --- httpd_monitor.c	1996/12/01 20:14:00	1.5
  ***************
  *** 1,6 ****
    /*
     * ====================================================================
  !  * Copyright (c) 1995 The Apache Group.  All rights reserved.
     *
     * Redistribution and use in source and binary forms, with or without
     * modification, are permitted provided that the following conditions
  --- 1,6 ----
    /*
     * ====================================================================
  !  * Copyright (c) 1995,1996 The Apache Group.  All rights reserved.
     *
     * Redistribution and use in source and binary forms, with or without
     * modification, are permitted provided that the following conditions
  
  
  
  1.4       +2 -2      apache/support/log_server_status
  
  Index: log_server_status
  ===================================================================
  RCS file: /export/home/cvs/apache/support/log_server_status,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** log_server_status	1996/08/20 13:25:08	1.3
  --- log_server_status	1996/12/01 20:14:00	1.4
  ***************
  *** 1,8 ****
    #!/usr/local/bin/perl
  ! # $Id: log_server_status,v 1.3 1996/08/20 13:25:08 paul Exp $
    
    # ====================================================================
  ! # Copyright (c) 1995 The Apache Group.  All rights reserved.
    #
    # Redistribution and use in source and binary forms, with or without
    # modification, are permitted provided that the following conditions
  --- 1,8 ----
    #!/usr/local/bin/perl
  ! # $Id: log_server_status,v 1.4 1996/12/01 20:14:00 randy Exp $
    
    # ====================================================================
  ! # Copyright (c) 1995,1996 The Apache Group.  All rights reserved.
    #
    # Redistribution and use in source and binary forms, with or without
    # modification, are permitted provided that the following conditions
  
  
  
  1.5       +2 -2      apache/support/suexec.c
  
  Index: suexec.c
  ===================================================================
  RCS file: /export/home/cvs/apache/support/suexec.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -C3 -r1.4 -r1.5
  *** suexec.c	1996/11/24 09:37:07	1.4
  --- suexec.c	1996/12/01 20:14:01	1.5
  ***************
  *** 1,5 ****
    /* ====================================================================
  !  * Copyright (c) 1995 The Apache Group.  All rights reserved.
     *
     * Redistribution and use in source and binary forms, with or without
     * modification, are permitted provided that the following conditions
  --- 1,5 ----
    /* ====================================================================
  !  * Copyright (c) 1995,1996 The Apache Group.  All rights reserved.
     *
     * Redistribution and use in source and binary forms, with or without
     * modification, are permitted provided that the following conditions
  ***************
  *** 92,98 ****
     * Version 0.0.1 - Randy Terbush
     *    First assigned version. Heavily modified to act as generic
     * SUID wrapper for Apache.  Submitted to the Apache development
  !  * group for conjsideration.
     *
     * Version Primordial Ooze - Jason A. Dour
     *    First version.   Heavily modified from MDomo source.  Acted
  --- 92,98 ----
     * Version 0.0.1 - Randy Terbush
     *    First assigned version. Heavily modified to act as generic
     * SUID wrapper for Apache.  Submitted to the Apache development
  !  * group for consideration.
     *
     * Version Primordial Ooze - Jason A. Dour
     *    First version.   Heavily modified from MDomo source.  Acted
  
  
  
  1.2       +1 -1      apache/support/suexec.h
  
  Index: suexec.h
  ===================================================================
  RCS file: /export/home/cvs/apache/support/suexec.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** suexec.h	1996/11/24 09:37:06	1.1
  --- suexec.h	1996/12/01 20:14:02	1.2
  ***************
  *** 1,5 ****
    /* ====================================================================
  !  * Copyright (c) 1995 The Apache Group.  All rights reserved.
     *
     * Redistribution and use in source and binary forms, with or without
     * modification, are permitted provided that the following conditions
  --- 1,5 ----
    /* ====================================================================
  !  * Copyright (c) 1995,1996 The Apache Group.  All rights reserved.
     *
     * Redistribution and use in source and binary forms, with or without
     * modification, are permitted provided that the following conditions