diff options
Diffstat (limited to 'packages/ntop')
-rw-r--r-- | packages/ntop/ntop.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ntop/ntop.xml b/packages/ntop/ntop.xml index 895c9d94..2efce7b6 100644 --- a/packages/ntop/ntop.xml +++ b/packages/ntop/ntop.xml @@ -42,9 +42,9 @@ exit; } </custom_add_php_command> - <custom_deinstall_php_command> + <custom_php_deinstall_command> mwexec("/usr/bin/killall ntop"); - </custom_deinstall_php_command> + </custom_php_deinstall_command> <custom_php_install_command> system("rm /usr/local/etc/rc.d/ntop.sh"); $fout = fopen("/usr/local/etc/rc.d/ntop.sh","w"); |