head	1.1;
access;
symbols
	HORDE_1_2_7:1.1.2.1
	HORDE_1_2_6:1.1.2.1
	HORDE_1_2_5:1.1.2.1
	STABLE_1_2:1.1.0.2;
locks; strict;
comment	@# @;


1.1
date	2001.02.06.19.58.37;	author opal;	state dead;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2001.02.06.19.58.37;	author opal;	state Exp;
branches;
next	;


desc
@@


1.1
log
@file remove-oldaccessconfig was initially added on branch STABLE_1_2.
@
text
@@


1.1.2.1
log
@About to release debian version 1.2.4-1. Quite a lot of changes now.
@
text
@a0 6
#!/usr/bin/perl
undef $/;
open SDIN, '-';
$_ = <SDIN>;
s|[ \t]*#\s*Added for HORDE[\s\S\n]*\s*#\s*End HORDE Configuration Block[ \t]?\n?||g;
print "$_";
@

