remove routed service, is being handled by the package (RELENG_2_2)

Same as #1829 for RELENG_2_2. This does not do any good there now.
This commit is contained in:
doktornotor 2015-08-30 09:31:53 +02:00
parent 2061542951
commit 97684085de

View File

@ -329,13 +329,6 @@ function get_services() {
$services[] = $pconfig;
}
if (isset($config['installedpackages']['routed']) && $config['installedpackages']['routed']['config'][0]['enable']) {
$pconfig = array();
$pconfig['name'] = "routed";
$pconfig['description'] = gettext("RIP Daemon");
$services[] = $pconfig;
}
if (isset($config['ipsec']['enable'])) {
$pconfig = array();
$pconfig['name'] = "ipsec";