summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-07-14 04:56:03 +0000
committerColin Smith <colin@pfsense.org>2005-07-14 04:56:03 +0000
commit01c7d0c39dfad5a7d8ff59a818845e279e8bfe30 (patch)
tree1f86d1f81334aa26524c5d7f7ef26440b0824b48 /etc
parentb609d80e625c7a284ce0dbddca89128be31f11c6 (diff)
downloadpfsense-01c7d0c39dfad5a7d8ff59a818845e279e8bfe30.zip
pfsense-01c7d0c39dfad5a7d8ff59a818845e279e8bfe30.tar.gz
Fix calls to file_notice().
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index a7f2a84..73b508b 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -107,7 +107,7 @@ function interfaces_lan_configure() {
" link " . escapeshellarg($random_mac));
$lancfg['spoofmac'] = $random_mac;
write_config();
- file_notice("MAC Address altered", "The INVALID MAC address (ff:ff:ff:ff:ff:ff) on interface {$lancfg['if']) has been automatically replaced with {$random_mac}", "", "");
+ file_notice("MAC Address altered", "The INVALID MAC address (ff:ff:ff:ff:ff:ff) on interface {$lancfg['if']) has been automatically replaced with {$random_mac}", "Interfaces");
}
}
@@ -221,7 +221,7 @@ function interfaces_optional_configure_if($opti) {
" link " . escapeshellarg($random_mac));
$optcfg['spoofmac'] = $random_mac;
write_config();
- file_notice("MAC Address altered", "The INVALID MAC address (ff:ff:ff:ff:ff:ff) on interface {$optcfg['if']) has been automatically replaced with {$random_mac}", "", "");
+ file_notice("MAC Address altered", "The INVALID MAC address (ff:ff:ff:ff:ff:ff) on interface {$optcfg['if']) has been automatically replaced with {$random_mac}", "Interfaces");
}
/* media */
@@ -469,7 +469,7 @@ function interfaces_wan_configure() {
" link " . escapeshellarg($random_mac));
$wancfg['spoofmac'] = $random_mac;
write_config();
- file_notice("MAC Address altered", "The INVALID MAC address (ff:ff:ff:ff:ff:ff) on interface {$wancfg['if']) has been automatically replaced with {$random_mac}", "", "");
+ file_notice("MAC Address altered", "The INVALID MAC address (ff:ff:ff:ff:ff:ff) on interface {$wancfg['if']) has been automatically replaced with {$random_mac}", "Interfaces");
}
}
OpenPOWER on IntegriCloud