aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pure-ftpdsettings.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-01-06 21:24:19 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-01-06 21:24:19 +0000
commitca085aefa1b98ac0e4acd38496c5098562aea790 (patch)
treeddeb5476e534c5934b45f9998eefc65ba646a815 /packages/pure-ftpdsettings.xml
parent142a8b619d8725362ab7c0b4e6ece0ebd16b7ea0 (diff)
downloadpfsense-packages-ca085aefa1b98ac0e4acd38496c5098562aea790.tar.gz
pfsense-packages-ca085aefa1b98ac0e4acd38496c5098562aea790.tar.bz2
pfsense-packages-ca085aefa1b98ac0e4acd38496c5098562aea790.zip
Make sure we use custom_deinstall_php_command tag for deinstall commands
Diffstat (limited to 'packages/pure-ftpdsettings.xml')
-rw-r--r--packages/pure-ftpdsettings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/pure-ftpdsettings.xml b/packages/pure-ftpdsettings.xml
index fccd6651..533c26df 100644
--- a/packages/pure-ftpdsettings.xml
+++ b/packages/pure-ftpdsettings.xml
@@ -76,8 +76,8 @@
</fields>
<custom_php_install_command>
</custom_php_install_command>
- <custom_deinstall_php_command>
- </custom_deinstall_php_command>
+ <custom_php_deinstall_command>
+ </custom_php_deinstall_command>
<custom_add_php_command>
mwexec("rm /usr/local/etc/rc.d/pure-ftp*");
$fout = fopen("/usr/local/etc/rc.d/pure-ftpd.sh","w");