diff options
author | mcrane <mctch@yahoo.com> | 2009-03-27 19:08:43 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-03-27 19:08:43 -0600 |
commit | 7e6fad76175d9e872063dff755c0f74fec866821 (patch) | |
tree | cb1e59f9a0e21d0a1dab819a51af6077fd8ca7b2 /config/tftp/tftp.inc | |
parent | 8cb1ca2f7873b63e7a15e156e72e3c487b62f16a (diff) | |
download | pfsense-packages-7e6fad76175d9e872063dff755c0f74fec866821.tar.gz pfsense-packages-7e6fad76175d9e872063dff755c0f74fec866821.tar.bz2 pfsense-packages-7e6fad76175d9e872063dff755c0f74fec866821.zip |
TFTP package make the backup deliver the backup file as a download, fix restore and add restore message
Diffstat (limited to 'config/tftp/tftp.inc')
-rw-r--r-- | config/tftp/tftp.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/tftp/tftp.inc b/config/tftp/tftp.inc index 8649bc22..61d81b4a 100644 --- a/config/tftp/tftp.inc +++ b/config/tftp/tftp.inc @@ -274,8 +274,9 @@ function php_deinstall_command() unlink_if_exists("/usr/local/pkg/tftp.xml"); unlink_if_exists("/usr/local/pkg/tftp.inc"); unlink_if_exists("/usr/local/www/packages/tftp/tftp_files.php"); + exec("rm -R /usr/local/www/packages/tftp/"); - exec("rm -R /tftpboot"); + //exec("rm -R /tftpboot"); unlink_if_exists("/usr/local/etc/rc.d/tftp.sh"); unlink_if_exists("/tmp/pkg_mgr_tftp.log"); |