rename our SUSE Linux 10 Templates to SUSE Linux Enterprise 10.

Come on, SUSE 10 is long time EOL upstream, upgrade your stuff.
the Templates should work unmodified on SLE10.
We currently plan to keep the Templates until general support for SLE10 ends (which is mid-2013 as of now) and / or upstream stops building froxlor for SLE10 in the OBS. (this is of course, subject to change.)
This commit is contained in:
Robert Förster (Dessa)
2011-12-14 14:09:36 +01:00
parent c947370ddc
commit 3912ea1911
16 changed files with 3 additions and 3 deletions

View File

@@ -18,8 +18,8 @@
*/
return Array(
'suse_linux_10_0' => Array(
'label' => 'SUSE Linux 10.0',
'sle_10' => Array(
'label' => 'SUSE Linux Enterprise 10',
'services' => Array(
'http' => Array(
'label' => $lng['admin']['configfiles']['http'],

View File

@@ -45,5 +45,5 @@ else
$cfgPath = 'lib/configfiles/';
$configfiles = Array();
$configfiles = array_merge(include $cfgPath . 'squeeze.inc.php', include $cfgPath . 'lenny.inc.php', include $cfgPath . 'lucid.inc.php', include $cfgPath . 'hardy.inc.php', include $cfgPath . 'gentoo.inc.php', include $cfgPath . 'suse11.inc.php', include $cfgPath . 'suse10.inc.php', include $cfgPath . 'freebsd.inc.php');
$configfiles = array_merge(include $cfgPath . 'squeeze.inc.php', include $cfgPath . 'lenny.inc.php', include $cfgPath . 'lucid.inc.php', include $cfgPath . 'hardy.inc.php', include $cfgPath . 'gentoo.inc.php', include $cfgPath . 'suse11.inc.php', include $cfgPath . 'sle10.inc.php', include $cfgPath . 'freebsd.inc.php');