diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
commit | 2c96f26a12ae4d0474c70d61c6cab483c2865f49 (patch) | |
tree | 3d7591c78a947273efae6c582aacdca524e69528 /www/wget4web/files | |
parent | - Move all the fetching into fetch phase (diff) |
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )
with hat apache@
Notes
Notes:
svn path=/head/; revision=288378
Diffstat (limited to 'www/wget4web/files')
-rw-r--r-- | www/wget4web/files/patch-data-info.cgi | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/www/wget4web/files/patch-data-info.cgi b/www/wget4web/files/patch-data-info.cgi deleted file mode 100644 index bb78179c2714..000000000000 --- a/www/wget4web/files/patch-data-info.cgi +++ /dev/null @@ -1,17 +0,0 @@ ---- data/info.cgi.orig Fri Mar 11 18:29:17 2005 -+++ data/info.cgi Fri Mar 11 18:30:05 2005 -@@ -1,11 +1,11 @@ - # Directory for Wget logs --$logsdir = "/home/download/logs"; -+$logsdir = "%%LOGSDIR%%"; - - # Directory for tasks for wget --$tasksdir = "/home/download/tasks"; -+$tasksdir = "%%TASKDIR%%"; - - # There save downloading files --$filesdir = "/home/download/files"; -+$filesdir = "%%FILESDIR%%"; - - # Perion of refresh statistic page (in second) - $refreshstat = 30; |