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.inc22
1 files changed, 11 insertions, 11 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 9a4a340..cb910c3 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -34,7 +34,7 @@ require_once("functions.inc");
require_once("dyndns.class");
function services_dhcpd_configure() {
- if(isset($config['system']['developer'])) {
+ if(isset($config['system']['developerspew'])) {
$mt = microtime();
echo "services_dhcpd_configure($if) being called $mt\n"
}
@@ -263,7 +263,7 @@ EOD;
}
function interfaces_staticarp_configure($if) {
- if(isset($config['system']['developer'])) {
+ if(isset($config['system']['developerspew'])) {
$mt = microtime();
echo "interfaces_staticarp_configure($if) being called $mt\n"
}
@@ -292,7 +292,7 @@ function interfaces_staticarp_configure($if) {
}
function services_dhcrelay_configure() {
- if(isset($config['system']['developer'])) {
+ if(isset($config['system']['developerspew'])) {
$mt = microtime();
echo "services_dhcrelay_configure() being called $mt\n"
}
@@ -366,7 +366,7 @@ function services_dhcrelay_configure() {
}
function services_dyndns_reset() {
- if(isset($config['system']['developer'])) {
+ if(isset($config['system']['developerspew'])) {
$mt = microtime();
echo "services_dyndns_reset() being called $mt\n"
}
@@ -386,7 +386,7 @@ function services_dyndns_reset() {
}
function services_dyndns_configure() {
- if(isset($config['system']['developer'])) {
+ if(isset($config['system']['developerspew'])) {
$mt = microtime();
echo "services_dyndns_configure() being called $mt\n"
}
@@ -428,7 +428,7 @@ function services_dyndns_configure() {
}
function services_dyndns_configure_old() {
- if(isset($config['system']['developer'])) {
+ if(isset($config['system']['developerspew'])) {
$mt = microtime();
echo "services_dyndns_configure_old() being called $mt\n"
}
@@ -512,7 +512,7 @@ EOD;
function services_dnsmasq_configure() {
- if(isset($config['system']['developer'])) {
+ if(isset($config['system']['developerspew'])) {
$mt = microtime();
echo "services_dnsmasq_configure() being called $mt\n"
}
@@ -561,7 +561,7 @@ function services_dnsmasq_configure() {
}
function services_snmpd_configure() {
- if(isset($config['system']['developer'])) {
+ if(isset($config['system']['developerspew'])) {
$mt = microtime();
echo "services_snmpd_configure() being called $mt\n"
}
@@ -710,7 +710,7 @@ EOD;
}
function services_proxyarp_configure() {
- if(isset($config['system']['developer'])) {
+ if(isset($config['system']['developerspew'])) {
$mt = microtime();
echo "services_proxyarp_configure() being called $mt\n"
}
@@ -762,7 +762,7 @@ function services_proxyarp_configure() {
}
function services_dnsupdate_process() {
- if(isset($config['system']['developer'])) {
+ if(isset($config['system']['developerspew'])) {
$mt = microtime();
echo "services_dnsupdate_process() being called $mt\n"
}
@@ -836,7 +836,7 @@ EOD;
}
function setup_wireless_olsr($interface) {
- if(isset($config['system']['developer'])) {
+ if(isset($config['system']['developerspew'])) {
$mt = microtime();
echo "setup_wireless_olsr($interface) being called $mt\n"
}
OpenPOWER on IntegriCloud