> > > 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 -- [EMAIL PROTECTED]
- [HACKERS] Re: [PATCHES] A Sparc/Linux patch (for 7.1), a... Peter Eisentraut
- Re: [HACKERS] Re: [PATCHES] A Sparc/Linux patch (fo... Bruce Momjian
- [HACKERS] Re: [PATCHES] A Sparc/Linux patch (for 7.... Ryan Kirkpatrick
- Re: [HACKERS] Re: [PATCHES] A Sparc/Linux patch... Bruce Momjian
- Re: [HACKERS] Re: [PATCHES] A Sparc/Linux p... Florent Guillaume
- Re: [HACKERS] Re: [PATCHES] A Sparc/Lin... Bruce Momjian
- Re: [HACKERS] Re: [PATCHES] A Sparc/Linux p... Ryan Kirkpatrick
- Re: [HACKERS] Re: [PATCHES] A Sparc/Lin... Bruce Momjian
- Re: [HACKERS] Re: [PATCHES] A Sparc/Lin... Bruce Momjian
- [HACKERS] Re: [PATCHES] A Sparc/Linux patch (for 7.... Ryan Kirkpatrick