diff options
author | Renato Botelho <renato@netgate.com> | 2015-08-28 09:13:53 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-08-28 09:13:53 -0300 |
commit | 1fe88d807c9b618413495e64dc99026bd0d74d11 (patch) | |
tree | 60ddf8670f536c6b5d9ce1d8df6ec84335a26d96 | |
parent | 4566dcdd945236daee1e7d1a631c5599a3271944 (diff) | |
parent | 6036c8a0073895317356662adde66911a4aacbfb (diff) | |
download | pfsense-1fe88d807c9b618413495e64dc99026bd0d74d11.zip pfsense-1fe88d807c9b618413495e64dc99026bd0d74d11.tar.gz |
Merge pull request #1829 from doktornotor/patch-5
-rw-r--r-- | src/etc/inc/service-utils.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/etc/inc/service-utils.inc b/src/etc/inc/service-utils.inc index 77a7914..2776aff 100644 --- a/src/etc/inc/service-utils.inc +++ b/src/etc/inc/service-utils.inc @@ -344,13 +344,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"; |