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