diff options
author | Graham Leggett <minfrin@apache.org> | 2011-12-20 15:51:10 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2011-12-20 15:51:10 +0100 |
commit | 7ddddd900fc031ec552f7f1d341c12cfcfcbb5a0 (patch) | |
tree | 943bc1e609b4343cd8a50f6d757992ac3c6064cb /build/rpm/httpd.spec.in | |
parent | Added mod_firehose and firehose to NetWare build. (diff) | |
download | apache2-7ddddd900fc031ec552f7f1d341c12cfcfcbb5a0.tar.xz apache2-7ddddd900fc031ec552f7f1d341c12cfcfcbb5a0.zip |
Move ab, logresolve, httxt2dbm and apxs to bin from sbin, along with
corresponding man pages.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1221292 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/rpm/httpd.spec.in')
-rw-r--r-- | build/rpm/httpd.spec.in | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in index 0fc1db57db..ec038d1dad 100644 --- a/build/rpm/httpd.spec.in +++ b/build/rpm/httpd.spec.in @@ -427,7 +427,6 @@ rm -rf $RPM_BUILD_ROOT %attr(0700,apache,apache) %dir %{_localstatedir}/cache/httpd/cache-root %{_mandir}/man1/* -%{_mandir}/man8/ab* %{_mandir}/man8/suexec* %{_mandir}/man8/apachectl.8* %{_mandir}/man8/httpd.8* @@ -440,20 +439,20 @@ rm -rf $RPM_BUILD_ROOT %files tools %defattr(-,root,root) -%{_sbindir}/ab +%{_bindir}/ab %{_bindir}/firehose %{_bindir}/htdbm %{_bindir}/htdigest %{_bindir}/htpasswd -%{_sbindir}/logresolve -%{_sbindir}/httxt2dbm +%{_bindir}/logresolve +%{_bindir}/httxt2dbm %{_sbindir}/rotatelogs %{_mandir}/man1/firehose.1* %{_mandir}/man1/htdbm.1* %{_mandir}/man1/htdigest.1* %{_mandir}/man1/htpasswd.1* -%{_mandir}/man8/ab.8* -%{_mandir}/man8/logresolve.8* +%{_mandir}/man1/ab.1* +%{_mandir}/man1/logresolve.1* %{_mandir}/man8/rotatelogs.8* %doc LICENSE NOTICE @@ -488,12 +487,12 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root) %{_includedir}/httpd -%{_sbindir}/apxs +%{_bindir}/apxs %{_sbindir}/checkgid %{_bindir}/dbmmanage %{_sbindir}/envvars* %{_mandir}/man1/dbmmanage.1* -%{_mandir}/man8/apxs.8* +%{_mandir}/man1/apxs.1* %dir %{_libdir}/httpd/build %{_libdir}/httpd/build/*.mk %{_libdir}/httpd/build/instdso.sh |