aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jim@pingle.org>2010-05-04 22:41:17 -0400
committerjim-p <jim@pingle.org>2010-05-04 22:41:17 -0400
commitd0ef07d925e9c57275fd95e4cd322c19746084c9 (patch)
tree87896d16f8f60e59acd7faaff776202d82208bc1
parent62c6b9de70ba470941a7b1bd7922b61f005a91e5 (diff)
downloadpfsense-packages-d0ef07d925e9c57275fd95e4cd322c19746084c9.tar.gz
pfsense-packages-d0ef07d925e9c57275fd95e4cd322c19746084c9.tar.bz2
pfsense-packages-d0ef07d925e9c57275fd95e4cd322c19746084c9.zip
Use _ not -
-rw-r--r--config/dnsmasq-edns/dnsmasq-edns.inc2
-rw-r--r--config/dnsmasq-edns/dnsmasq-edns.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/dnsmasq-edns/dnsmasq-edns.inc b/config/dnsmasq-edns/dnsmasq-edns.inc
index dd84271f..d5ed930a 100644
--- a/config/dnsmasq-edns/dnsmasq-edns.inc
+++ b/config/dnsmasq-edns/dnsmasq-edns.inc
@@ -1,6 +1,6 @@
<?php
-function dnsmasq-edns_install() {
+function dnsmasq_edns_install() {
global $g, $config;
// Test to make sure the patch is not already applied.
diff --git a/config/dnsmasq-edns/dnsmasq-edns.xml b/config/dnsmasq-edns/dnsmasq-edns.xml
index 9ab9ecb5..35bf2901 100644
--- a/config/dnsmasq-edns/dnsmasq-edns.xml
+++ b/config/dnsmasq-edns/dnsmasq-edns.xml
@@ -60,6 +60,6 @@
<item>http://www.pfsense.com/packages/config/dnsmasq-edns/dnsmasq-edns.patch</item>
</additional_files_needed>
<custom_php_install_command>
- dnsmasq-edns_install();
+ dnsmasq_edns_install();
</custom_php_install_command>
</packagegui>