head	1.2;
access;
symbols
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.01.01.19.30.35;	author ohauer;	state dead;
branches;
next	1.1;

1.1
date	2005.02.11.20.43.04;	author clement;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@@
@
text
@--- src/support/apxs.pl.orig	Mon Nov 29 21:05:12 2004
+++ src/support/apxs.pl	Mon Nov 29 21:05:56 2004
@@@@ -604,12 +604,10 @@@@
                 print FP $content;
                 close(FP);
                 if ($^O ne "MSWin32") {
-                    push(@@cmds, "cp $cfgbase.conf $cfgbase.conf.bak");
                     push(@@cmds, "cp $cfgbase.conf.new $cfgbase.conf");
                     push(@@cmds, "rm $cfgbase.conf.new");
                 } else {
                     $cfgbase =~ s|/|\\|g;
-                    push(@@cmds, "copy \"$cfgbase.conf\" \"$cfgbase.conf.bak\"");
                     push(@@cmds, "copy \"$cfgbase.conf.new\" \"$cfgbase.conf\"");
                     push(@@cmds, "del \"$cfgbase.conf.new\"");
                 }
@


1.1
log
@- don't create httpd.conf.bak
- remove httpd.conf.bak if exists

Approved by:	portmgr (krion, kris)
@
text
@@

