Re: [HACKERS] text patch -- sugg cmd when run as root

David Gould <dg@illustra.com>

From: dg@illustra.com (David Gould)
To: pjlobo@euitt.upm.es (Pedro J. Lobo)
Cc: scrappy@hub.org, brett@work.chicken.org, pgsql-hackers@hub.org
Date: 1998-04-30T18:23:55Z
Lists: pgsql-hackers
Pedro:
> IMHO, the startup script should be written for plain sh (best) or plain
> csh, because those are the shells that are guaranteed to exist on any Un*x
> system. And, it doesn't matter which shell you are using (bash, tcsh, ksh,
> zsh or whatever), simply put "#!/bin/sh" or "#!/bin/csh" as the first line
> on the script, and you're done.

I don't have csh on some of my systems. I think the only safe choice is 
plain sh.
-dg