summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-12 01:04:23 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-12 01:04:23 +0000
commitdcf0598edd712f032e564f6c3bee0ac446a4c397 (patch)
tree419b8b2c1ad67be4e565b0418598aa0f1e2169e1 /etc/inc
parent2478cbf27d89b51cc698dcda16e20142d7974de1 (diff)
downloadpfsense-dcf0598edd712f032e564f6c3bee0ac446a4c397.zip
pfsense-dcf0598edd712f032e564f6c3bee0ac446a4c397.tar.gz
Terminal line with ;
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/services.inc2
-rw-r--r--etc/inc/system.inc38
2 files changed, 20 insertions, 20 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 04c697c..430872d 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -265,7 +265,7 @@ EOD;
function interfaces_staticarp_configure($if) {
if(isset($config['system']['developerspew'])) {
$mt = microtime();
- echo "interfaces_staticarp_configure($if) being called $mt\n"
+ echo "interfaces_staticarp_configure($if) being called $mt\n";
}
global $config, $g;
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 7a6029b..2e38cb2 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -35,7 +35,7 @@ require_once("functions.inc");
function system_resolvconf_generate($dynupdate = false) {
if(isset($config['system']['developerspew'])) {
$mt = microtime();
- echo "system_resolvconf_generate() being called $mt\n"
+ echo "system_resolvconf_generate() being called $mt\n";
}
global $config, $g;
@@ -88,7 +88,7 @@ function system_resolvconf_generate($dynupdate = false) {
function system_hosts_generate() {
if(isset($config['system']['developerspew'])) {
$mt = microtime();
- echo "system_hosts_generate() being called $mt\n"
+ echo "system_hosts_generate() being called $mt\n";
}
global $config, $g;
@@ -128,7 +128,7 @@ EOD;
function system_hostname_configure() {
if(isset($config['system']['developerspew'])) {
$mt = microtime();
- echo "system_hostname_configure() being called $mt\n"
+ echo "system_hostname_configure() being called $mt\n";
}
global $config, $g;
@@ -142,7 +142,7 @@ function system_hostname_configure() {
function system_routing_configure() {
if(isset($config['system']['developerspew'])) {
$mt = microtime();
- echo "system_routing_configure() being called $mt\n"
+ echo "system_routing_configure() being called $mt\n";
}
global $config, $g;
@@ -191,7 +191,7 @@ function system_routing_configure() {
function system_routing_enable() {
if(isset($config['system']['developerspew'])) {
$mt = microtime();
- echo "system_routing_enable() being called $mt\n"
+ echo "system_routing_enable() being called $mt\n";
}
global $config, $g;
@@ -201,7 +201,7 @@ function system_routing_enable() {
function system_syslogd_start() {
if(isset($config['system']['developerspew'])) {
$mt = microtime();
- echo "system_syslogd_start() being called $mt\n"
+ echo "system_syslogd_start() being called $mt\n";
}
global $config, $g;
@@ -306,7 +306,7 @@ EOD;
function system_pccard_start() {
if(isset($config['system']['developerspew'])) {
$mt = microtime();
- echo "system_pccard_start() being called $mt\n"
+ echo "system_pccard_start() being called $mt\n";
}
global $config, $g;
@@ -333,7 +333,7 @@ function system_pccard_start() {
function system_webgui_start() {
if(isset($config['system']['developerspew'])) {
$mt = microtime();
- echo "system_webgui_start() being called $mt\n"
+ echo "system_webgui_start() being called $mt\n";
}
global $config, $g;
@@ -432,7 +432,7 @@ function system_generate_lighty_config($filename, $cert, $key, $pid_file,
if(isset($config['system']['developerspew'])) {
$mt = microtime();
- echo "system_generate_lighty_config() being called $mt\n"
+ echo "system_generate_lighty_config() being called $mt\n";
}
if($port <> "")
@@ -653,7 +653,7 @@ EOD;
function system_password_configure() {
if(isset($config['system']['developerspew'])) {
$mt = microtime();
- echo "system_password_configure() being called $mt\n"
+ echo "system_password_configure() being called $mt\n";
}
global $config, $g;
@@ -668,7 +668,7 @@ function system_password_configure() {
function system_timezone_configure() {
if(isset($config['system']['developerspew'])) {
$mt = microtime();
- echo "system_timezone_configure() being called $mt\n"
+ echo "system_timezone_configure() being called $mt\n";
}
global $config, $g;
@@ -696,7 +696,7 @@ function system_timezone_configure() {
function system_ntp_configure() {
if(isset($config['system']['developerspew'])) {
$mt = microtime();
- echo "system_ntp_configure() being called $mt\n"
+ echo "system_ntp_configure() being called $mt\n";
}
global $config, $g;
@@ -763,7 +763,7 @@ function system_reboot_cleanup() {
function system_do_shell_commands($early = 0) {
if(isset($config['system']['developerspew'])) {
$mt = microtime();
- echo "system_do_shell_commands() being called $mt\n"
+ echo "system_do_shell_commands() being called $mt\n";
}
global $config, $g;
@@ -790,7 +790,7 @@ function system_do_shell_commands($early = 0) {
function system_console_configure() {
if(isset($config['system']['developerspew'])) {
$mt = microtime();
- echo "system_console_configure() being called $mt\n"
+ echo "system_console_configure() being called $mt\n";
}
global $config, $g;
@@ -804,7 +804,7 @@ function system_console_configure() {
function system_dmesg_save() {
if(isset($config['system']['developerspew'])) {
$mt = microtime();
- echo "system_dmesg_save() being called $mt\n"
+ echo "system_dmesg_save() being called $mt\n";
}
global $g;
@@ -835,7 +835,7 @@ function system_dmesg_save() {
function system_set_harddisk_standby() {
if(isset($config['system']['developerspew'])) {
$mt = microtime();
- echo "system_set_harddisk_standby() being called $mt\n"
+ echo "system_set_harddisk_standby() being called $mt\n";
}
global $g, $config;
@@ -867,7 +867,7 @@ function system_set_harddisk_standby() {
function system_setup_sysctl() {
if(isset($config['system']['developerspew'])) {
$mt = microtime();
- echo "system_setup_sysctl() being called $mt\n"
+ echo "system_setup_sysctl() being called $mt\n";
}
global $config;
@@ -884,7 +884,7 @@ function system_setup_sysctl() {
function system_disable_arp_wrong_if() {
if(isset($config['system']['developerspew'])) {
$mt = microtime();
- echo "system_disable_arp_wrong_if() being called $mt\n"
+ echo "system_disable_arp_wrong_if() being called $mt\n";
}
mwexec("/sbin/sysctl -n net.link.ether.inet.log_arp_wrong_iface=0");
}
@@ -892,7 +892,7 @@ function system_disable_arp_wrong_if() {
function system_enable_arp_wrong_if() {
if(isset($config['system']['developerspew'])) {
$mt = microtime();
- echo "system_enable_arp_wrong_if() being called $mt\n"
+ echo "system_enable_arp_wrong_if() being called $mt\n";
}
mwexec("/sbin/sysctl -n net.link.ether.inet.log_arp_wrong_iface=1");
}
OpenPOWER on IntegriCloud