On Thu, Sep 15, 2011 at 11:51:00PM +0100, Mikolaj Kucharski wrote:
> Hi,
> 
> Looking at the /usr/src/usr.sbin/httpd/htdocs/manual files I think file
> misc/FAQ.html should be overwritten by FAQ.html and then FAQ.html can be
> removed as nothing reference to that location. All links point to
> misc/FAQ.html.

In other words, this is what I mean:


$ cd /usr/src/usr.sbin/httpd/htdocs/manual
$ ls -l FAQ.html misc/FAQ.html
-rw-r--r--  1 build  build  153831 Jun 21  2009 FAQ.html
-rw-r--r--  1 build  build    5463 Jun 21  2009 misc/FAQ.html
$ cat FAQ.html > misc/FAQ.html
$ rm -f FAQ.html
$ cvs rm FAQ.html


I didn't run make release with above, so not sure are there any
additional changes needed, by looking at the source of html files only
misc/FAQ.html file is used, other one isn't. However as you can see
above from the sizes, content of misc/FAQ.html is much smaller and if
you open that file in the browser, file looks broken.


PS. Please CC me in any replies.

-- 
best regards
q#

Reply via email to