From 97684085de426109267d9e00bb7fbb2cd3bc013f Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sun, 30 Aug 2015 09:31:53 +0200 Subject: [PATCH] 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. --- etc/inc/service-utils.inc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/etc/inc/service-utils.inc b/etc/inc/service-utils.inc index 098ccf6271..cec63bf17a 100644 --- a/etc/inc/service-utils.inc +++ b/etc/inc/service-utils.inc @@ -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";