From 8fb5a3ae7c36d13e16e278aebc7a966471c1fcf3 Mon Sep 17 00:00:00 2001 From: "Robert Foerster (Dessa)" Date: Sat, 23 Oct 2010 12:33:55 +0000 Subject: [PATCH] deprecate etch config templates, which will be removed with 0.9.15 --- lib/configfiles/etch.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configfiles/etch.inc.php b/lib/configfiles/etch.inc.php index eb81d0ff..ec1aa4a3 100644 --- a/lib/configfiles/etch.inc.php +++ b/lib/configfiles/etch.inc.php @@ -19,7 +19,7 @@ return Array( 'debian_etch' => Array( - 'label' => 'Debian 4.0 (Etch)', + 'label' => 'Debian 4.0 (Etch) [deprecated]', 'services' => Array( 'http' => Array( 'label' => $lng['admin']['configfiles']['http'],