aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-02-05 00:44:25 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-02-05 00:44:25 +0000
commit9cc593695ef4b3c36387c23bf79054f5852f82f6 (patch)
tree778f78e6eddce42c04404e3ff62ad8c3c3b03e47 /packages
parenta3cd8dc9b0dff698afab590ff057324a9cd6c36f (diff)
downloadpfsense-packages-9cc593695ef4b3c36387c23bf79054f5852f82f6.tar.gz
pfsense-packages-9cc593695ef4b3c36387c23bf79054f5852f82f6.tar.bz2
pfsense-packages-9cc593695ef4b3c36387c23bf79054f5852f82f6.zip
Do not include delete command twice.
Diffstat (limited to 'packages')
-rw-r--r--packages/spamd_whitelist.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/packages/spamd_whitelist.xml b/packages/spamd_whitelist.xml
index 9cd134e9..366e2338 100644
--- a/packages/spamd_whitelist.xml
+++ b/packages/spamd_whitelist.xml
@@ -76,12 +76,9 @@
}
</custom_php_command_before_form>
<custom_delete_php_command>
- sync_package_spamd();
+ sync_package_spamd_whitelist();
</custom_delete_php_command>
<custom_php_resync_config_command>
- sync_package_spamd_whitelist();
+ sync_package_spamd_whitelist();
</custom_php_resync_config_command>
- <custom_delete_php_command>
- sync_package_spamd_whitelist();
- </custom_delete_php_command>
</packagegui>