diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-09 23:19:25 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-09 23:19:25 +0000 |
commit | 35e2ddbf33bcc6e1d0e81fe609084d75545b2594 (patch) | |
tree | 0043578b975fd09214ebcf704d4651c0783bb5d4 | |
parent | 59ee891cdb3b45e9f7fe0325b4f9816043938335 (diff) | |
download | pfsense-packages-35e2ddbf33bcc6e1d0e81fe609084d75545b2594.tar.gz pfsense-packages-35e2ddbf33bcc6e1d0e81fe609084d75545b2594.tar.bz2 pfsense-packages-35e2ddbf33bcc6e1d0e81fe609084d75545b2594.zip |
Remove rc.d file upon package deinstall
-rw-r--r-- | packages/pure-ftpd.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/pure-ftpd.xml b/packages/pure-ftpd.xml index 698437be..dd6f4e3a 100644 --- a/packages/pure-ftpd.xml +++ b/packages/pure-ftpd.xml @@ -11,6 +11,10 @@ <section>Services</section> <configfile>pure-ftpd.xml</configfile> </menu> + <rendevouz> + <name>pfSense pureFTPD server</name> + <protocol>ftp</protocol> + </rendevouz> <menu> <name>Pure FTPD Settings</name> <tooltiptext>Pure FTPd Server is a fast, production quality, standards-conformant FTP server based on Troll-FTPd. It has no known vulnerability, it is trivial to set up, and it is especially designed for modern kernels. Features include PAM support, IPv6, chroot()ed home directories, virtual domains, built-in 'ls', FXP protocol, anti-warez system, bandwidth throttling, restricted ports for passive downloads, an LDAP backend, XML output, and more.</tooltiptext> @@ -75,6 +79,7 @@ <custom_php_deinstall_command> mwexec("/usr/bin/killall pure-ftpd"); system("rm -rf /usr/local/etc/pure*"); + system("rm -rf /usr/local/etc/rc.d/pure*"); </custom_php_deinstall_command> <custom_add_php_command> conf_mount_rw(); |