summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-08-30 09:31:53 +0200
committerdoktornotor <notordoktor@gmail.com>2015-08-30 09:31:53 +0200
commit97684085de426109267d9e00bb7fbb2cd3bc013f (patch)
tree017d3836614a751ad1e6db7adb7a438ffd99b1a6 /etc
parent206154295194d88942f419dd4c8d2c824963cf1c (diff)
downloadpfsense-97684085de426109267d9e00bb7fbb2cd3bc013f.zip
pfsense-97684085de426109267d9e00bb7fbb2cd3bc013f.tar.gz
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/service-utils.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/inc/service-utils.inc b/etc/inc/service-utils.inc
index 098ccf6..cec63bf 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";
OpenPOWER on IntegriCloud