contrib/start-scripts/linux on Debian

Thomas F. O'Connell <tfo@sitening.com>

From: Thomas F.O'Connell <tfo@sitening.com>
To: pgsql-hackers@postgresql.org
Cc: Ryan Kirkpatrick <pgsql@rkirkpat.net>
Date: 2004-08-26T21:50:10Z
Lists: pgsql-hackers
I'd love to see a comment added to the linux start-script included in 
contrib that referenced update-rc.d. It's useful to note because Debian 
has different runlevels from Red Hat, and update-rc.d will 
intelligently do the same thing as chkconfig for Debian systems.

If it's useful, I could post a patch, but since it's just a comment 
that would be sufficient (IMHO), it seemed like a post with request was 
also sufficient. :)

Something like:

# Debian users might want to consider using update-rc.d since Debian 
has its own set of runlevels.

Thanks!

-tfo