some os deprecations
- SLE10 will be replaced by SLE11 - opensuse11 will be replaced by opensuse13 once i managed to clean up the configs from upstream - ubuntu lucid will be replaced by ubuntu trusty once i get to it
This commit is contained in:
@@ -36,7 +36,7 @@ if ($vmail_group === false) {
|
|||||||
|
|
||||||
return array(
|
return array(
|
||||||
'ubuntu_lucid' => array(
|
'ubuntu_lucid' => array(
|
||||||
'label' => 'Ubuntu 10.04 (Lucid)',
|
'label' => 'Ubuntu 10.04 (Lucid) [deprecated]',
|
||||||
'services' => array(
|
'services' => array(
|
||||||
'http' => array(
|
'http' => array(
|
||||||
'label' => $lng['admin']['configfiles']['http'],
|
'label' => $lng['admin']['configfiles']['http'],
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ if ($vmail_group === false) {
|
|||||||
|
|
||||||
return array(
|
return array(
|
||||||
'sle_10' => array(
|
'sle_10' => array(
|
||||||
'label' => 'SUSE Linux Enterprise 10',
|
'label' => 'SUSE Linux Enterprise 10 (deprecated)',
|
||||||
'services' => array(
|
'services' => array(
|
||||||
'http' => array(
|
'http' => array(
|
||||||
'label' => $lng['admin']['configfiles']['http'],
|
'label' => $lng['admin']['configfiles']['http'],
|
||||||
|
|||||||
@@ -35,8 +35,8 @@ if ($vmail_group === false) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
'opensuse_11_x' => array(
|
'sle_11' => array(
|
||||||
'label' => 'openSUSE 11.x',
|
'label' => 'SUSE Linux Enterprise 11',
|
||||||
'services' => array(
|
'services' => array(
|
||||||
'http' => array(
|
'http' => array(
|
||||||
'label' => $lng['admin']['configfiles']['http'],
|
'label' => $lng['admin']['configfiles']['http'],
|
||||||
@@ -45,7 +45,7 @@ $configfiles = array_merge(
|
|||||||
include $cfgPath . 'precise.inc.php',
|
include $cfgPath . 'precise.inc.php',
|
||||||
include $cfgPath . 'lucid.inc.php',
|
include $cfgPath . 'lucid.inc.php',
|
||||||
include $cfgPath . 'gentoo.inc.php',
|
include $cfgPath . 'gentoo.inc.php',
|
||||||
include $cfgPath . 'suse11.inc.php',
|
include $cfgPath . 'sle11.inc.php',
|
||||||
include $cfgPath . 'sle10.inc.php',
|
include $cfgPath . 'sle10.inc.php',
|
||||||
include $cfgPath . 'freebsd.inc.php'
|
include $cfgPath . 'freebsd.inc.php'
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user