Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 12390 invoked by uid 6000); 27 Oct 1997 21:46:27 -0000 Received: (qmail 12383 invoked by uid 152); 27 Oct 1997 21:46:26 -0000 Date: 27 Oct 1997 21:46:26 -0000 Message-ID: <19971027214626.12382.qmail@hyperreal.org> From: sameer@hyperreal.org To: apache-cvs@hyperreal.org Subject: cvs commit: apachen/src/helpers InstallApache Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org sameer 97/10/27 13:46:26 Modified: src/helpers InstallApache Log: Fix InstallApache to edit configuration files correctly Revision Changes Path 1.2 +2 -1 apachen/src/helpers/InstallApache Index: InstallApache =================================================================== RCS file: /export/home/cvs/apachen/src/helpers/InstallApache,v retrieving revision 1.1 retrieving revision 1.2 diff -c -u -r1.1 -r1.2 /usr/bin/diff: conflicting specifications of output style --- InstallApache 1997/08/19 23:00:26 1.1 +++ InstallApache 1997/10/27 21:46:25 1.2 @@ -44,10 +44,11 @@ for I in access.conf httpd.conf srm.conf do if [ ! -f $SERVERROOT/conf/$I ]; then - sed -e "s#@@ServRoot@@#${SERVERROOT}#g" < conf/${I}-dist \ + sed -e "s#@@ServerRoot@@#${SERVERROOT}#g" < conf/${I}-dist \ > $SERVERROOT/conf/$I fi done +cp conf/mime.types $SERVERROOT/conf if [ -d $SERVERROOT/src ]; then mv $SERVERROOT/src $SERVERROOT/src.bak