View | Details | Raw Unified | Return to bug 18111 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-59 / +6 lines)
Lines 6-21 Link Here
6
#
6
#
7
7
8
PORTNAME=	wwwoffle
8
PORTNAME=	wwwoffle
9
PORTVERSION= 	2.4
9
PORTVERSION= 	2.5e
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	ftp://ftp.demon.co.uk/pub/unix/httpd/ \
11
MASTER_SITES=	ftp://ftp.demon.co.uk/pub/unix/httpd/ \
12
		${MASTER_SITE_SUNSITE}
12
		${MASTER_SITE_SUNSITE}
13
MASTER_SITE_SUBDIR=	apps/www/servers
13
MASTER_SITE_SUBDIR=	apps/www/servers
14
EXTRACT_SUFX=	.tgz
14
EXTRACT_SUFX=	.tgz
15
15
16
MAINTAINER=	aw1@stade.co.uk
16
MAINTAINER=	ben@scientia.demon.co.uk
17
17
18
USE_GMAKE=	yes
19
USE_PERL5=	yes
18
USE_PERL5=	yes
20
19
21
MAN1=		wwwoffle.1
20
MAN1=		wwwoffle.1
Lines 26-87 Link Here
26
25
27
MAKE_ENV+=	SPOOL=$(SPOOL)
26
MAKE_ENV+=	SPOOL=$(SPOOL)
28
27
29
do-install:
30
	#programs
31
	[ -x $(PREFIX)/bin ] || $(INSTALL) -d $(PREFIX)/bin
32
	$(INSTALL_PROGRAM) $(WRKSRC)/wwwoffle $(PREFIX)/bin
33
	$(INSTALL_PROGRAM) $(WRKSRC)/upgrade-cache $(PREFIX)/bin
34
	$(INSTALL_PROGRAM) $(WRKSRC)/endian-cache $(PREFIX)/bin
35
	$(INSTALL_PROGRAM) $(WRKSRC)/wwwoffle-tools $(PREFIX)/bin
36
	${LN} -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-ls
37
	${LN} -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-mv
38
	${LN} -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-rm
39
	${LN} -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-read
40
	${LN} -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-write
41
	[ -x $(PREFIX)/sbin ] || $(INSTALL) -d $(PREFIX)/sbin
42
	$(INSTALL_PROGRAM) $(WRKSRC)/wwwoffled $(PREFIX)/sbin
43
	# man pages
44
	[ -x $(PREFIX)/man ] || $(INSTALL) -d $(PREFIX)/man
45
	[ -x $(PREFIX)/man/man1 ] || $(INSTALL) -d $(PREFIX)/man/man1
46
	$(INSTALL_MAN)  $(WRKSRC)/wwwoffle.man $(PREFIX)/man/man1/wwwoffle.1
47
	[ -x $(PREFIX)/man/man5 ] || $(INSTALL) -d $(PREFIX)/man/man5
48
	$(SED) -e 's%SPOOLDIR%$(SPOOL)/wwwoffle%' -e 's%CONFDIR%$(SPOOL)/wwwoffle%' < $(WRKSRC)/wwwoffle.conf.man > $(WRKSRC)/wwwoffle.conf.man.install
49
	$(INSTALL_MAN) $(WRKSRC)/wwwoffle.conf.man.install $(PREFIX)/man/man5/wwwoffle.conf.5
50
	[ -x $(PREFIX)/man/man8 ] || $(INSTALL) -d $(PREFIX)/man/man8
51
	$(INSTALL_MAN) $(WRKSRC)/wwwoffled.man $(PREFIX)/man/man8/wwwoffled.8
52
	[ -x $(PREFIX)/doc/wwwoffle ] || $(INSTALL) -d $(PREFIX)/doc/wwwoffle
53
	# documentation
54
	$(INSTALL_DATA) \
55
		$(WRKSRC)/CHANGES.CONF \
56
		$(WRKSRC)/CONVERT \
57
		$(WRKSRC)/COPYING \
58
		$(WRKSRC)/FAQ \
59
		$(WRKSRC)/INSTALL \
60
		$(WRKSRC)/NEWS \
61
		$(WRKSRC)/README \
62
		$(WRKSRC)/README.1st \
63
		$(WRKSRC)/README.CONF \
64
		$(WRKSRC)/README.PWD \
65
		$(WRKSRC)/README.htdig \
66
		$(WRKSRC)/UPGRADE \
67
		$(PREFIX)/doc/wwwoffle
68
	# initial configuration file
69
	[ -x $(SPOOL)/wwwoffle ] || $(INSTALL) -d $(SPOOL)/wwwoffle
70
	$(SED) -e 's%SPOOLDIR%$(SPOOL)/wwwoffle%' -e 's%CONFDIR%$(SPOOL)/wwwoffle%' < $(WRKSRC)/wwwoffle.conf > $(WRKSRC)/wwwoffle.conf.install
71
	$(INSTALL_DATA) $(WRKSRC)/wwwoffle.conf.install $(SPOOL)/wwwoffle/wwwoffle.conf.install
72
	# html files to holding directory
73
	[ -x $(SPOOL)/wwwoffle/hold ] || $(INSTALL) -d $(SPOOL)/wwwoffle/hold
74
	tar cf - -C $(WRKSRC) html | tar xf - -C $(SPOOL)/wwwoffle/hold
75
	# configuration upgrade script to holding directory
76
	$(INSTALL_SCRIPT) $(WRKSRC)/upgrade-config.pl $(SPOOL)/wwwoffle/hold
77
	# startup script
78
	[ -x $(PREFIX)/etc/rc.d ] || $(INSTALL) -d $(PREFIX)/etc/rc.d
79
	$(SED) -e 's:%PREFIX%:$(PREFIX):g' $(FILESDIR)/wwwoffled.sh > $(WRKDIR)/wwwoffled.sh
80
	$(INSTALL_SCRIPT) $(WRKDIR)/wwwoffled.sh $(PREFIX)/etc/rc.d
81
82
post-install:
28
post-install:
83
	# upgrade cache, convert cache, build additional files, configure html and wwwoffle.conf
29
	@${MKDIR} ${SPOOL}/wwwoffle
84
	$(SH) $(PKGDIR)/INSTALL ${DISTNAME} POST-INSTALL
30
	@${INSTALL_SCRIPT} ${WRKSRC}/upgrade-config.pl ${SPOOL}/wwwoffle
31
	@${INSTALL_SCRIPT} ${FILESDIR}/wwwoffled.sh ${PREFIX}/etc/rc.d
32
	@${CAT} ${PKGMESSAGE}
85
33
86
# keep at end
87
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)files/md5 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (wwwoffle-2.4.tgz) = fbd0d04618b274ed5eac7977dfba6e3c
1
MD5 (wwwoffle-2.5e.tgz) = a622bdfe4045171aed8934220d3c4630
(-)patches/patch-aa (-3 / +29 lines)
Lines 11-25 Link Here
11
+SPOOLDIR=$(SPOOL)/wwwoffle
11
+SPOOLDIR=$(SPOOL)/wwwoffle
12
+CONFDIR=$(SPOOL)/wwwoffle
12
+CONFDIR=$(SPOOL)/wwwoffle
13
 
13
 
14
 # For Cygwin (win32)
14
 # For Cygwin (win32).
15
 #INSTDIR=/wwwoffle
15
 #INSTDIR=/wwwoffle
16
@@ -28,13 +28,12 @@
16
@@ -46,13 +46,12 @@
17
 ########
17
 ########
18
 
18
 
19
 CC=gcc
19
 CC=gcc
20
-CFLAGS=-O2 -Wall -g
20
-CFLAGS=-O2 -Wall -g
21
 
21
 
22
 # This is used in the FreeBSD port (http://www.freebsd.org/ports/)
22
 # This is used in the FreeBSD port (http://www.freebsd.org/ports/).
23
 #CFLAGS=-O2 -Wall
23
 #CFLAGS=-O2 -Wall
24
 
24
 
25
 LD=gcc
25
 LD=gcc
Lines 28-30 Link Here
28
 
28
 
29
 # For HP/UX this is a good idea.
29
 # For HP/UX this is a good idea.
30
 #LDFLAGS=
30
 #LDFLAGS=
31
@@ -289,13 +288,13 @@
32
 	$(INSTALL) -c -m 644 wwwoffle.conf.man.install $(INSTDIR)/man/man5/wwwoffle.conf.5
33
 	[ -x $(INSTDIR)/man/man8 ] || $(INSTALL) -d -m 755 $(INSTDIR)/man/man8
34
 	$(INSTALL) -c -m 644 wwwoffled.man $(INSTDIR)/man/man8/wwwoffled.8
35
+	[ -x $(INSTDIR)/share/doc/wwwoffle ] || $(INSTALL) -d -m 755 $(INSTDIR)/share/doc/wwwoffle
36
-	[ -x $(INSTDIR)/doc/wwwoffle ] || $(INSTALL) -d -m 755 $(INSTDIR)/doc/wwwoffle
37
 	for file in CHANGES.CONF CONVERT COPYING FAQ INSTALL NEWS README* UPGRADE ; do \
38
+	  $(INSTALL) -c -m 644 $$file $(INSTDIR)/share/doc/wwwoffle/$$file ;\
39
-	  $(INSTALL) -c -m 644 $$file $(INSTDIR)/doc/wwwoffle/$$file ;\
40
 	done
41
 	[ "x$(LANG)" = "x" ] || [ ! -d lang-$(LANG) ] || ( cd lang-$(LANG) && \
42
 	  for file in CHANGES.CONF CONVERT COPYING FAQ INSTALL NEWS README* UPGRADE ; do \
43
+	    [ ! -f $$file ] || $(INSTALL) -c -m 644 $$file $(INSTDIR)/share/doc/wwwoffle/$$file-$(LANG) ;\
44
-	    [ ! -f $$file ] || $(INSTALL) -c -m 644 $$file $(INSTDIR)/doc/wwwoffle/$$file-$(LANG) ;\
45
 	  done )
46
 
47
 
48
@@ -365,7 +364,7 @@
49
 	  echo "WWWOFFLE: There is already a configuration file $(CONFDIR)/wwwoffle.conf." ;\
50
 	  echo "WWWOFFLE: Run 'perl upgrade-config.pl $(CONFDIR)/wwwoffle.conf' to upgrade it." ;\
51
 	  echo "WWWOFFLE: " )
52
+	$(INSTALL) -c -m 640 wwwoffle.conf.install $(CONFDIR)/wwwoffle.conf.install
53
-	[  ! -f $(CONFDIR)/wwwoffle.conf ] || $(INSTALL) -c -m 640 wwwoffle.conf.install $(CONFDIR)/wwwoffle.conf.install
54
 	[    -f $(CONFDIR)/wwwoffle.conf ] || $(INSTALL) -c -m 640 wwwoffle.conf.install $(CONFDIR)/wwwoffle.conf
55
 
56
 install_fixup-win32:
(-)pkg/COMMENT (-1 / +1 lines)
Line 1 Link Here
1
A WWW proxy server for offline browsing
1
A caching proxy server for HTTP and FTP designed for dial-up hosts
(-)pkg/DESCR (-3 / +13 lines)
Lines 1-5 Link Here
1
See the website for more details.
1
The wwwoffled program is a simple proxy server with special features
2
for use with dial-up internet links. This means that it is possible to
3
browse web pages and read them without having to remain connected.
2
4
3
WWW: http://www.gedanken.demon.co.uk/wwwoffle/index.html
5
 * Can be configured to use dial-on-demand for pages that are not cached. 
6
 * Selection of pages to download next time online 
7
   + Using normal browser to follow links. 
8
   + Command line interface to select pages for downloading. 
9
 * Control which pages can be requested when offline. 
10
 * Provides non-cached access to intranet servers. 
4
11
5
After installation, edit wwwoffle.conf. See 'man wwwoffle.conf'
12
WWW: http://www.gedanken.demon.co.uk/wwwoffle/
13
14
- Ben Smithurst
15
  <ben@scientia.demon.co.uk>
(-)pkg/PLIST (-133 / +30 lines)
Lines 1-5 Link Here
1
bin/endian-cache
2
bin/upgrade-cache
3
bin/wwwoffle
1
bin/wwwoffle
4
bin/wwwoffle-ls
2
bin/wwwoffle-ls
5
bin/wwwoffle-mv
3
bin/wwwoffle-mv
Lines 7-131 Link Here
7
bin/wwwoffle-rm
5
bin/wwwoffle-rm
8
bin/wwwoffle-tools
6
bin/wwwoffle-tools
9
bin/wwwoffle-write
7
bin/wwwoffle-write
10
doc/wwwoffle/CHANGES.CONF
11
doc/wwwoffle/CONVERT
12
doc/wwwoffle/COPYING
13
doc/wwwoffle/FAQ
14
doc/wwwoffle/INSTALL
15
doc/wwwoffle/NEWS
16
doc/wwwoffle/README
17
doc/wwwoffle/README.1st
18
doc/wwwoffle/README.CONF
19
doc/wwwoffle/README.PWD
20
doc/wwwoffle/README.htdig
21
doc/wwwoffle/UPGRADE
22
@dirrm doc/wwwoffle
23
etc/rc.d/wwwoffled.sh
24
sbin/wwwoffled
8
sbin/wwwoffled
9
share/doc/wwwoffle/CHANGES.CONF
10
share/doc/wwwoffle/CONVERT
11
share/doc/wwwoffle/COPYING
12
share/doc/wwwoffle/FAQ
13
share/doc/wwwoffle/INSTALL
14
share/doc/wwwoffle/NEWS
15
share/doc/wwwoffle/README
16
share/doc/wwwoffle/README.1st
17
share/doc/wwwoffle/README.CONF
18
share/doc/wwwoffle/README.PWD
19
share/doc/wwwoffle/README.htdig
20
share/doc/wwwoffle/README.lang
21
share/doc/wwwoffle/README.win32
22
share/doc/wwwoffle/UPGRADE
23
@dirrm share/doc/wwwoffle
25
@cwd /var/spool
24
@cwd /var/spool
26
wwwoffle/hold/html/FAQ.html
27
wwwoffle/hold/html/Welcome.html
28
wwwoffle/hold/html/fixup-install.sh
29
wwwoffle/hold/html/htdig/button1.gif
30
wwwoffle/hold/html/htdig/button10.gif
31
wwwoffle/hold/html/htdig/button2.gif
32
wwwoffle/hold/html/htdig/button3.gif
33
wwwoffle/hold/html/htdig/button4.gif
34
wwwoffle/hold/html/htdig/button5.gif
35
wwwoffle/hold/html/htdig/button6.gif
36
wwwoffle/hold/html/htdig/button7.gif
37
wwwoffle/hold/html/htdig/button8.gif
38
wwwoffle/hold/html/htdig/button9.gif
39
wwwoffle/hold/html/htdig/buttonl.gif
40
wwwoffle/hold/html/htdig/buttonr.gif
41
wwwoffle/hold/html/htdig/conf/CONFIG
42
wwwoffle/hold/html/htdig/conf/htdig-full.conf
43
wwwoffle/hold/html/htdig/conf/htdig-incr.conf
44
wwwoffle/hold/html/htdig/conf/htfuzzy.conf
45
wwwoffle/hold/html/htdig/conf/htmerge.conf
46
wwwoffle/hold/html/htdig/conf/htsearch.conf
47
wwwoffle/hold/html/htdig/htdig.gif
48
wwwoffle/hold/html/htdig/index.html
49
wwwoffle/hold/html/htdig/scripts/wwwoffle-htdig-full
50
wwwoffle/hold/html/htdig/scripts/wwwoffle-htdig-incr
51
wwwoffle/hold/html/htdig/scripts/wwwoffle-htsearch
52
wwwoffle/hold/html/htdig/search.html
53
wwwoffle/hold/html/htdig/star.gif
54
wwwoffle/hold/html/htdig/star_blank.gif
55
wwwoffle/hold/html/htdig/start1.html
56
wwwoffle/hold/html/htdig/start2.html
57
wwwoffle/hold/html/htdig/start3.html
58
wwwoffle/hold/html/htdig/start4.html
59
wwwoffle/hold/html/index.html
60
wwwoffle/hold/html/local/images/trans-1x1.gif
61
wwwoffle/hold/html/messages/AddCacheInfo.html
62
wwwoffle/hold/html/messages/CantRefreshPosted.html
63
wwwoffle/hold/html/messages/ConfigEditPage-Body.html
64
wwwoffle/hold/html/messages/ConfigEditPage-Head.html
65
wwwoffle/hold/html/messages/ConfigEditPage-Tail.html
66
wwwoffle/hold/html/messages/ConfigError.html
67
wwwoffle/hold/html/messages/ConfigUpdate.html
68
wwwoffle/hold/html/messages/ConfirmRequest.html
69
wwwoffle/hold/html/messages/ControlAuthFail.html
70
wwwoffle/hold/html/messages/ControlDelete.html
71
wwwoffle/hold/html/messages/ControlIllegal.html
72
wwwoffle/hold/html/messages/ControlPage.html
73
wwwoffle/hold/html/messages/ControlWWWOFFLE-Head.html
74
wwwoffle/hold/html/messages/ControlWWWOFFLE-Tail.html
75
wwwoffle/hold/html/messages/FTPDir-Head.html
76
wwwoffle/hold/html/messages/FTPDir-Tail.html
77
wwwoffle/hold/html/messages/FTPDirRedirect.html
78
wwwoffle/hold/html/messages/FileLocked.html
79
wwwoffle/hold/html/messages/HostNotGot.html
80
wwwoffle/hold/html/messages/IllegalProtocol.html
81
wwwoffle/hold/html/messages/Index-Head.html
82
wwwoffle/hold/html/messages/Index-Tail.html
83
wwwoffle/hold/html/messages/IndexError-Body.html
84
wwwoffle/hold/html/messages/IndexHost-Body.html
85
wwwoffle/hold/html/messages/IndexHost-Head.html
86
wwwoffle/hold/html/messages/IndexHost-Tail.html
87
wwwoffle/hold/html/messages/IndexIllegal.html
88
wwwoffle/hold/html/messages/IndexLastTime-Body.html
89
wwwoffle/hold/html/messages/IndexLastTime-Head.html
90
wwwoffle/hold/html/messages/IndexLastTime-Tail.html
91
wwwoffle/hold/html/messages/IndexLatest-Body.html
92
wwwoffle/hold/html/messages/IndexLatest-Head.html
93
wwwoffle/hold/html/messages/IndexLatest-Tail.html
94
wwwoffle/hold/html/messages/IndexMonitor-Body.html
95
wwwoffle/hold/html/messages/IndexMonitor-Head.html
96
wwwoffle/hold/html/messages/IndexMonitor-Tail.html
97
wwwoffle/hold/html/messages/IndexOutgoing-Body.html
98
wwwoffle/hold/html/messages/IndexOutgoing-Head.html
99
wwwoffle/hold/html/messages/IndexOutgoing-Tail.html
100
wwwoffle/hold/html/messages/IndexProtocol-Body.html
101
wwwoffle/hold/html/messages/IndexProtocol-Head.html
102
wwwoffle/hold/html/messages/IndexProtocol-Tail.html
103
wwwoffle/hold/html/messages/IndexRedirect.html
104
wwwoffle/hold/html/messages/IndexRoot-Body.html
105
wwwoffle/hold/html/messages/IndexSeparator-Body.html
106
wwwoffle/hold/html/messages/IndexURLRedirect.html
107
wwwoffle/hold/html/messages/LocalDirRedirect.html
108
wwwoffle/hold/html/messages/MethodUnsupported.html
109
wwwoffle/hold/html/messages/MonitorFormError.html
110
wwwoffle/hold/html/messages/MonitorIllegal.html
111
wwwoffle/hold/html/messages/MonitorPage.html
112
wwwoffle/hold/html/messages/MonitorWillGet.html
113
wwwoffle/hold/html/messages/PageNotFound.html
114
wwwoffle/hold/html/messages/ProxyAuthFail.html
115
wwwoffle/hold/html/messages/README
116
wwwoffle/hold/html/messages/RefreshFormError.html
117
wwwoffle/hold/html/messages/RefreshIllegal.html
118
wwwoffle/hold/html/messages/RefreshPage.html
119
wwwoffle/hold/html/messages/RefreshRedirect.html
120
wwwoffle/hold/html/messages/RefreshWillGet.html
121
wwwoffle/hold/html/messages/RefusedRequest.html
122
wwwoffle/hold/html/messages/RemoteHostError.html
123
wwwoffle/hold/html/messages/ServerError.html
124
wwwoffle/hold/html/messages/UserNeedsPass.html
125
wwwoffle/hold/html/messages/WillGet.html
126
wwwoffle/hold/html/robots.txt
127
wwwoffle/hold/html/wwwoffle.pac
128
@comment wwwoffle/hold/upgrade-config.pl
129
wwwoffle/html/FAQ.html
25
wwwoffle/html/FAQ.html
130
wwwoffle/html/Welcome.html
26
wwwoffle/html/Welcome.html
131
wwwoffle/html/htdig/button1.gif
27
wwwoffle/html/htdig/button1.gif
Lines 140-148 Link Here
140
wwwoffle/html/htdig/button9.gif
36
wwwoffle/html/htdig/button9.gif
141
wwwoffle/html/htdig/buttonl.gif
37
wwwoffle/html/htdig/buttonl.gif
142
wwwoffle/html/htdig/buttonr.gif
38
wwwoffle/html/htdig/buttonr.gif
143
wwwoffle/html/htdig/conf/CONFIG
144
wwwoffle/html/htdig/conf/htdig-full.conf
39
wwwoffle/html/htdig/conf/htdig-full.conf
145
wwwoffle/html/htdig/conf/htdig-incr.conf
40
wwwoffle/html/htdig/conf/htdig-incr.conf
41
wwwoffle/html/htdig/conf/htdig-lasttime.conf
146
wwwoffle/html/htdig/conf/htfuzzy.conf
42
wwwoffle/html/htdig/conf/htfuzzy.conf
147
wwwoffle/html/htdig/conf/htmerge.conf
43
wwwoffle/html/htdig/conf/htmerge.conf
148
wwwoffle/html/htdig/conf/htsearch.conf
44
wwwoffle/html/htdig/conf/htsearch.conf
Lines 150-159 Link Here
150
wwwoffle/html/htdig/index.html
46
wwwoffle/html/htdig/index.html
151
wwwoffle/html/htdig/scripts/wwwoffle-htdig-full
47
wwwoffle/html/htdig/scripts/wwwoffle-htdig-full
152
wwwoffle/html/htdig/scripts/wwwoffle-htdig-incr
48
wwwoffle/html/htdig/scripts/wwwoffle-htdig-incr
49
wwwoffle/html/htdig/scripts/wwwoffle-htdig-lasttime
50
wwwoffle/html/htdig/scripts/wwwoffle-htfuzzy
153
wwwoffle/html/htdig/scripts/wwwoffle-htsearch
51
wwwoffle/html/htdig/scripts/wwwoffle-htsearch
154
wwwoffle/html/htdig/search.html
52
wwwoffle/html/htdig/search.html
155
wwwoffle/html/htdig/star.gif
53
wwwoffle/html/htdig/star.gif
156
wwwoffle/html/htdig/star_blank.gif
54
wwwoffle/html/htdig/star_blank.gif
55
wwwoffle/html/htdig/start-lt2.html
56
wwwoffle/html/htdig/start-lt3.html
57
wwwoffle/html/htdig/start-lt4.html
157
wwwoffle/html/htdig/start1.html
58
wwwoffle/html/htdig/start1.html
158
wwwoffle/html/htdig/start2.html
59
wwwoffle/html/htdig/start2.html
159
wwwoffle/html/htdig/start3.html
60
wwwoffle/html/htdig/start3.html
Lines 169-175 Link Here
169
wwwoffle/html/messages/ConfigUpdate.html
70
wwwoffle/html/messages/ConfigUpdate.html
170
wwwoffle/html/messages/ConfirmRequest.html
71
wwwoffle/html/messages/ConfirmRequest.html
171
wwwoffle/html/messages/ControlAuthFail.html
72
wwwoffle/html/messages/ControlAuthFail.html
172
wwwoffle/html/messages/ControlDelete.html
73
wwwoffle/html/messages/ControlDelete-Body.html
74
wwwoffle/html/messages/ControlDelete-Head.html
75
wwwoffle/html/messages/ControlDelete-Tail.html
173
wwwoffle/html/messages/ControlIllegal.html
76
wwwoffle/html/messages/ControlIllegal.html
174
wwwoffle/html/messages/ControlPage.html
77
wwwoffle/html/messages/ControlPage.html
175
wwwoffle/html/messages/ControlWWWOFFLE-Head.html
78
wwwoffle/html/messages/ControlWWWOFFLE-Head.html
Lines 177-182 Link Here
177
wwwoffle/html/messages/FTPDir-Head.html
80
wwwoffle/html/messages/FTPDir-Head.html
178
wwwoffle/html/messages/FTPDir-Tail.html
81
wwwoffle/html/messages/FTPDir-Tail.html
179
wwwoffle/html/messages/FTPDirRedirect.html
82
wwwoffle/html/messages/FTPDirRedirect.html
83
wwwoffle/html/messages/FTPPut.html
180
wwwoffle/html/messages/FileLocked.html
84
wwwoffle/html/messages/FileLocked.html
181
wwwoffle/html/messages/HostNotGot.html
85
wwwoffle/html/messages/HostNotGot.html
182
wwwoffle/html/messages/IllegalProtocol.html
86
wwwoffle/html/messages/IllegalProtocol.html
Lines 227-256 Link Here
227
wwwoffle/html/messages/WillGet.html
131
wwwoffle/html/messages/WillGet.html
228
wwwoffle/html/robots.txt
132
wwwoffle/html/robots.txt
229
wwwoffle/html/wwwoffle.pac
133
wwwoffle/html/wwwoffle.pac
230
@unexec rm -rf %D/wwwoffle/http
231
wwwoffle/outgoing/Owwwoffle-browser
134
wwwoffle/outgoing/Owwwoffle-browser
232
wwwoffle/outgoing/Owwwoffle-user
135
wwwoffle/outgoing/Owwwoffle-user
233
wwwoffle/outgoing/Uwwwoffle-browser
136
wwwoffle/outgoing/Uwwwoffle-browser
234
wwwoffle/outgoing/Uwwwoffle-user
137
wwwoffle/outgoing/Uwwwoffle-user
235
wwwoffle/wwwoffle.conf
138
wwwoffle/upgrade-config.pl
236
wwwoffle/wwwoffle.conf.install
139
wwwoffle/wwwoffle.conf.install
237
@dirrm wwwoffle/hold/html/htdig/conf
238
@dirrm wwwoffle/hold/html/htdig/scripts
239
@dirrm wwwoffle/hold/html/htdig
240
@dirrm wwwoffle/hold/html/local/images
241
@dirrm wwwoffle/hold/html/local
242
@dirrm wwwoffle/hold/html/messages
243
@dirrm wwwoffle/hold/html
244
@dirrm wwwoffle/hold
245
@dirrm wwwoffle/html/htdig/conf
140
@dirrm wwwoffle/html/htdig/conf
141
@dirrm wwwoffle/html/htdig/db
142
@dirrm wwwoffle/html/htdig/db-lasttime
246
@dirrm wwwoffle/html/htdig/scripts
143
@dirrm wwwoffle/html/htdig/scripts
247
@dirrm wwwoffle/html/htdig
144
@dirrm wwwoffle/html/htdig
248
@dirrm wwwoffle/html/local/images
145
@dirrm wwwoffle/html/local/images
249
@dirrm wwwoffle/html/local
146
@dirrm wwwoffle/html/local
250
@dirrm wwwoffle/html/messages
147
@dirrm wwwoffle/html/messages
251
@dirrm wwwoffle/html
148
@dirrm wwwoffle/html
252
@dirrm wwwoffle/prevtime1
149
@dirrm wwwoffle/http
253
@dirrm wwwoffle/lasttime
150
@dirrm wwwoffle/lasttime
254
@dirrm wwwoffle/monitor
151
@dirrm wwwoffle/monitor
255
@dirrm wwwoffle/outgoing
152
@dirrm wwwoffle/outgoing
256
@dirrm wwwoffle
153
@dirrm wwwoffle/prevtime1

Return to bug 18111