aboutsummaryrefslogtreecommitdiffstats
path: root/config/shellcmd/shellcmd.xml
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-11-09 15:13:40 -0500
committerjim-p <jimp@pfsense.org>2010-11-09 15:13:40 -0500
commite284125663f36249ac6ee8c16e5b09878a035307 (patch)
treebc731f1500945eacf1cffa4f3241f40a6a372199 /config/shellcmd/shellcmd.xml
parente73357ec940a870acc880ffb72673c50cdfcb249 (diff)
downloadpfsense-packages-e284125663f36249ac6ee8c16e5b09878a035307.tar.gz
pfsense-packages-e284125663f36249ac6ee8c16e5b09878a035307.tar.bz2
pfsense-packages-e284125663f36249ac6ee8c16e5b09878a035307.zip
Unique function names.
Diffstat (limited to 'config/shellcmd/shellcmd.xml')
-rw-r--r--config/shellcmd/shellcmd.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/shellcmd/shellcmd.xml b/config/shellcmd/shellcmd.xml
index a4b67c7a..f478a6c2 100644
--- a/config/shellcmd/shellcmd.xml
+++ b/config/shellcmd/shellcmd.xml
@@ -101,15 +101,15 @@
<custom_add_php_command>
</custom_add_php_command>
<custom_php_resync_config_command>
- php_sync_package();
+ shellcmd_sync_package();
</custom_php_resync_config_command>
<custom_delete_php_command>
- php_sync_package();
+ shellcmd_sync_package();
</custom_delete_php_command>
<custom_php_install_command>
- php_install_command();
+ shellcmd_install_command();
</custom_php_install_command>
<custom_php_deinstall_command>
- deinstall_command();
+ shellcmd_deinstall_command();
</custom_php_deinstall_command>
</packagegui> \ No newline at end of file