Re: Re: [PATCHES] A Sparc/Linux patch (for 7.1), and a Linux rc.d/init.d script....

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Florent Guillaume <efgeor(at)noos(dot)fr>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: [PATCHES] A Sparc/Linux patch (for 7.1), and a Linux rc.d/init.d script....
Date: 2001-02-06 21:39:04
Message-ID: 200102062139.QAA14640@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

> > > > su - postgres sh -c "$DAEMON stop >& /dev/null"
> > >
> > > Hmm... What is wrong here, besides the '>&'? The '>&' can be
> > > replaced with '2>&1 >' if that is more standard.
>
> It won't do what you want. You want '>/dev/null 2>&1'.

Yes, I knew he wanted >/dev/null 2>&1. I just fixed it.

>
> > Change made.
>
> Hmmm, I don't see this change in cvsweb.

Thanks. Seems I overwrote it with his new version. Done now.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2001-02-06 22:43:00 Re: psql: why not pset PROMPT[0-2] ?
Previous Message Michal Maruka 2001-02-06 21:32:41 psql: why not pset PROMPT[0-2] ?

Browse pgsql-patches by date

  From Date Subject
Next Message Ryan Kirkpatrick 2001-02-08 04:44:18 Re: Re: [PATCHES] A Sparc/Linux patch (for 7.1), and a Linux rc.d/init.d script....
Previous Message Florent Guillaume 2001-02-06 21:21:15 Re: [PATCHES] A Sparc/Linux patch (for 7.1), and a Linux rc.d/init.d script....