On Thu, Jan 26, 2012 at 10:02:59PM +0000, Mikolaj Kucharski wrote: > 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# >
hmm. there are more problems than this: - some of the pages in htdocs refer to a FAQ page at http://httpd.apache.org/docs/misc/FAQ.html. the link doesn;t work though. - misc/index.html refers to FAQ.html, the file you propose to remove. your intention seems correct though (i agree misc/FAQ.html looks broken). the reference in misc/index.html can be trivially fixed. i've no idea about the apache link though. jmc