Hi Graham,
On 20.12.2011 15:53, [email protected] wrote:
Author: minfrin
Date: Tue Dec 20 14:53:13 2011
New Revision: 1221296
URL: http://svn.apache.org/viewvc?rev=1221296&view=rev
Log:
Move ab, logresolve, httxt2dbm and apxs to bin from sbin, along with
corresponding man pages.
Since the build system is shared between at least 2.2, 2.4 and trunk,
this change also moved the man pages from ab, apxs and logrotate from
section 8 to section 1 for 2.2.x. Unfortunately this is now a bit
inconsistent, because the bins are still installed to sbin for 2.2.x.
Also the specs file contained in 2.2.x does no longer work. See BZ 52594.
I guess we should keep the bin files and man pages in the same location
where they have been until 2.2.21. It seems we need some kind of version
dependency in the build.xml (or a branch of the build system)?
Regards,
Rainer
Modified:
httpd/docs-build/trunk/build.xml
Modified: httpd/docs-build/trunk/build.xml
URL:
http://svn.apache.org/viewvc/httpd/docs-build/trunk/build.xml?rev=1221296&r1=1221295&r2=1221296&view=diff
==============================================================================
--- httpd/docs-build/trunk/build.xml (original)
+++ httpd/docs-build/trunk/build.xml Tue Dec 20 14:53:13 2011
@@ -441,21 +441,22 @@
<!-- iterate over all (8) files -->
<nroff.generic.loop lang="@{lang}" section="8"
- files="ab${inputext.@{lang}}
- apachectl${inputext.@{lang}}
- apxs${inputext.@{lang}}
+ files="apachectl${inputext.@{lang}}
httpd${inputext.@{lang}}
htcacheclean${inputext.@{lang}}
- logresolve${inputext.@{lang}}
rotatelogs${inputext.@{lang}}
suexec${inputext.@{lang}}"/>
<!-- iterate over all (1) files -->
<nroff.generic.loop lang="@{lang}" section="1"
- files="dbmmanage${inputext.@{lang}}
+ files="ab${inputext.@{lang}}
+ apxs${inputext.@{lang}}
+ dbmmanage${inputext.@{lang}}
+ firehose${inputext.@{lang}}
htdbm${inputext.@{lang}}
htdigest${inputext.@{lang}}
- htpasswd${inputext.@{lang}}"/>
+ htpasswd${inputext.@{lang}}
+ logresolve${inputext.@{lang}}"/>
<!-- cleanup -->
<delete>