aboutsummaryrefslogtreecommitdiffstats
path: root/config/dnsblacklist/dnsblacklist.xml
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-11-09 15:19:40 -0500
committerjim-p <jimp@pfsense.org>2010-11-09 15:19:40 -0500
commit25d8e6574d8f46bd581af19f80977011790ab4ed (patch)
tree52b0af748fb1fe3d035eaaff04595b1140cc5f4e /config/dnsblacklist/dnsblacklist.xml
parentefdc60cf0499560145043f11a8977b7e743d1e6f (diff)
downloadpfsense-packages-25d8e6574d8f46bd581af19f80977011790ab4ed.tar.gz
pfsense-packages-25d8e6574d8f46bd581af19f80977011790ab4ed.tar.bz2
pfsense-packages-25d8e6574d8f46bd581af19f80977011790ab4ed.zip
Unique function names.
Diffstat (limited to 'config/dnsblacklist/dnsblacklist.xml')
-rw-r--r--config/dnsblacklist/dnsblacklist.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/dnsblacklist/dnsblacklist.xml b/config/dnsblacklist/dnsblacklist.xml
index 2f3e2996..1b7c29e5 100644
--- a/config/dnsblacklist/dnsblacklist.xml
+++ b/config/dnsblacklist/dnsblacklist.xml
@@ -96,15 +96,15 @@
<custom_add_php_command>
</custom_add_php_command>
<custom_php_resync_config_command>
- php_sync_package();
+ dnsblacklist_sync_package();
</custom_php_resync_config_command>
<custom_delete_php_command>
- php_sync_package();
+ dnsblacklist_sync_package();
</custom_delete_php_command>
<custom_php_install_command>
- php_install_command();
+ dnsblacklist_install_command();
</custom_php_install_command>
<custom_php_deinstall_command>
- deinstall_command();
+ dnsblacklist_deinstall_command();
</custom_php_deinstall_command>
</packagegui> \ No newline at end of file