Re: [PATCHES] A Sparc/Linux patch (for 7.1), and a Linux rc.d/init.d script....
Florent Guillaume <efgeor@noos.fr>
From: Florent Guillaume <efgeor@noos.fr>
To: pgman@candle.pha.pa.us
Cc: pgsql-hackers@postgresql.org
Date: 2001-02-06T21:21:15Z
Lists: pgsql-hackers
> > > 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.guillaume@mail.com