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

From: Florent Guillaume <efgeor(at)noos(dot)fr>
To: pgman(at)candle(dot)pha(dot)pa(dot)us
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCHES] A Sparc/Linux patch (for 7.1), and a Linux rc.d/init.d script....
Date: 2001-02-06 21:21:15
Message-ID: 20010206222115.A21949@twin.efge.org
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'.

> Change made.

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

Florent

--
florent(dot)guillaume(at)mail(dot)com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mitch Vincent 2001-02-06 21:27:11 Re: full text searching
Previous Message Florent Guillaume 2001-02-06 21:15:22 Re: [SQL] PL/PGSQL function with parameters

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-02-06 21:39:04 Re: Re: [PATCHES] A Sparc/Linux patch (for 7.1), and a Linux rc.d/init.d script....
Previous Message Peter Eisentraut 2001-02-06 18:30:53 Re: [PATCHES] configure.in patch for readline and curses.