mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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:
parent
2061542951
commit
97684085de
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user