Re: Victory - built subversion from RH9 source rpm!
Kenneth Porter <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.devel,gmane.mail.eyebrowse.user |
|---|---|
| Message-ID | <7E55734CE0C56A2883523B5C@[10.0.0.4]> |
--On Thursday, February 10, 2005 9:46 PM -0600 Steve Cohen <[email protected]> wrote: > From there, a simple google quickly brought me to the nub of the issue: > The User and Group directives in the httpd.conf that comes in the source > RPM were commented out - and apache can't start without them. I went back to see what was going on and found this file: subversion/tests/clients/cmdline/davautocheck.sh View-CVS link for same: <http://svn.collab.net/viewcvs/svn/tags/1.1.3/subversion/tests/clients/ cmdline/davautocheck.sh?rev=12740&view=log> This script runs Apache and then the tests. It appears to create the Apache config file, and I don't see how it can do so with commented-out User and Group directives. Does the spec file edit the Apache config after running this? I don't see anything in the Fedora 3 Updates spec file for 1.1.2 (latest that I'm running) that does this.