diff options
author | jim-p <jim@pingle.org> | 2010-05-04 22:41:17 -0400 |
---|---|---|
committer | jim-p <jim@pingle.org> | 2010-05-04 22:41:17 -0400 |
commit | d0ef07d925e9c57275fd95e4cd322c19746084c9 (patch) | |
tree | 87896d16f8f60e59acd7faaff776202d82208bc1 /config | |
parent | 62c6b9de70ba470941a7b1bd7922b61f005a91e5 (diff) | |
download | pfsense-packages-d0ef07d925e9c57275fd95e4cd322c19746084c9.tar.gz pfsense-packages-d0ef07d925e9c57275fd95e4cd322c19746084c9.tar.bz2 pfsense-packages-d0ef07d925e9c57275fd95e4cd322c19746084c9.zip |
Use _ not -
Diffstat (limited to 'config')
-rw-r--r-- | config/dnsmasq-edns/dnsmasq-edns.inc | 2 | ||||
-rw-r--r-- | config/dnsmasq-edns/dnsmasq-edns.xml | 2 |
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> |