aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-21 22:53:07 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-21 22:53:07 +0000
commit85b0e582c02a91b129b95c70e99b622c60f97958 (patch)
tree70ca81abd1bfe45bbe937992ca362911a326faf1 /packages
parentb9fba739a001fb6cdf3cf0db8a0d7d63ed413871 (diff)
downloadpfsense-packages-85b0e582c02a91b129b95c70e99b622c60f97958.tar.gz
pfsense-packages-85b0e582c02a91b129b95c70e99b622c60f97958.tar.bz2
pfsense-packages-85b0e582c02a91b129b95c70e99b622c60f97958.zip
Correct deinstall tag
Diffstat (limited to 'packages')
-rw-r--r--packages/per-user-bandwidth-distribution.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/per-user-bandwidth-distribution.xml b/packages/per-user-bandwidth-distribution.xml
index 07ac7980..1e3623bd 100644
--- a/packages/per-user-bandwidth-distribution.xml
+++ b/packages/per-user-bandwidth-distribution.xml
@@ -83,9 +83,9 @@
mwexec("chmod a+rx /usr/local/etc/rc.d/per_user_bandwidth_distribution.sh");
mwexec_bg("/usr/local/etc/rc.d/per_user_bandwidth_distribution.sh");
</custom_add_php_command>
- <custom_deinstall_php_command>
+ <custom_php_deinstall_command>
mwexec("/sbin/ipfw delete 10");
mwexec("/sbin/kldunload dummynet");
mwexec("/sbin/kldunload ipfw");
- </custom_deinstall_php_command>
+ </custom_php_deinstall_command>
</packagegui> \ No newline at end of file