aboutsummaryrefslogtreecommitdiffstats
path: root/config/tftp2
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-04-24 14:08:34 -0300
committerRenato Botelho <garga@FreeBSD.org>2015-04-24 14:08:34 -0300
commitc514c2f8161cafdfc75725dc06f493d2742a65d0 (patch)
tree526296dbab399aeecdee09902e13d2f44b7a2477 /config/tftp2
parent0fa46e174897cd503da2ff023d47d130bcdc76e5 (diff)
downloadpfsense-packages-c514c2f8161cafdfc75725dc06f493d2742a65d0.tar.gz
pfsense-packages-c514c2f8161cafdfc75725dc06f493d2742a65d0.tar.bz2
pfsense-packages-c514c2f8161cafdfc75725dc06f493d2742a65d0.zip
Remove ugly copy files around and use additional_files_needed to install files in proper place. Bump package version
Diffstat (limited to 'config/tftp2')
-rw-r--r--config/tftp2/tftp.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/config/tftp2/tftp.inc b/config/tftp2/tftp.inc
index a9af5fe3..ea75e0d2 100644
--- a/config/tftp2/tftp.inc
+++ b/config/tftp2/tftp.inc
@@ -104,11 +104,6 @@ function tftp_install_command() {
function tftp_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");
unlink_if_exists("/usr/local/etc/rc.d/tftp.sh");
unlink_if_exists("/tmp/pkg_mgr_tftp.log");