diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/per-user-bandwidth-distribution.xml | 4 |
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 |