[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 472 - trunk/packages/rpm

From: David Summers <david_at_summersoft.fay.ar.us>
Date: 2001-11-16 22:20:35 CET

I normally don't use "> /dev/null" but the alternative is to output a
whole bunch of "gobbledygook" that the end-user probably won't care about.
I can take that out if you would rather they see it all. It still should
abort cleanly if apxs returns non-zero with an error. If there is a
better way, I'm all ears. :-)

Let me know.

   - David Summers

On Fri, 16 Nov 2001, Greg Stein wrote:

> Date: Fri, 16 Nov 2001 12:42:49 -0800
> From: Greg Stein <gstein@lyra.org>
> To: "dev@subversion.tigris.org" <dev@subversion.tigris.org>
> Subject: Re: svn commit: rev 472 - trunk/packages/rpm
>
> On Fri, Nov 16, 2001 at 01:51:22PM -0600, david@tigris.org wrote:
> >...
> > @@ -114,7 +114,7 @@
> > %post server
> > # Load subversion server into apache configuration.
> > cd /usr/lib/apache
> > -/usr/sbin/apxs -i -a -n dav_svn libmod_dav_svn.la
> > +/usr/sbin/apxs -i -a -n dav_svn libmod_dav_svn.la > /dev/null 2>&1
>
> Hmm. Maybe rather than using apxs, we can drop a small .conf fragment into
> an Apache ".conf dir" ? It seems many distributions are setting those up
> nowadays.
>
> Hmm. Doesn't seem they are doing that... ah well. Would have been really
> nice. That /dev/null scares me.
>
> Cheers,
> -g
>
>

-- 
David Wayne Summers          "Linux: Because reboots are for upgrades!"
david_at_summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:48 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.