summaryrefslogtreecommitdiffstats
path: root/etc/inc/services.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/services.inc')
-rw-r--r--etc/inc/services.inc12
1 files changed, 2 insertions, 10 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 1412f7e..8eb6c6a 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -45,10 +45,6 @@ define('DYNDNS_PROVIDER_DESCRIPTIONS', 'City Network,CloudFlare,Custom,Custom (v
function services_radvd_configure($blacklist = array()) {
global $config, $g;
- if ($g['platform'] == 'jail') {
- return;
- }
-
if (isset($config['system']['developerspew'])) {
$mt = microtime();
echo "services_radvd_configure() being called $mt\n";
@@ -1567,9 +1563,7 @@ EOD;
function services_dhcrelay_configure() {
global $config, $g;
- if ($g['platform'] == 'jail') {
- return;
- }
+
if (isset($config['system']['developerspew'])) {
$mt = microtime();
echo "services_dhcrelay_configure() being called $mt\n";
@@ -1634,9 +1628,7 @@ function services_dhcrelay_configure() {
function services_dhcrelay6_configure() {
global $config, $g;
- if ($g['platform'] == 'jail') {
- return;
- }
+
if (isset($config['system']['developerspew'])) {
$mt = microtime();
echo "services_dhcrelay6_configure() being called $mt\n";
OpenPOWER on IntegriCloud