| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Slawomir Sudnik <slawek(at)icpnet(dot)pl> |
| Cc: | PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org> |
| Subject: | Re: fix linux startup script |
| Date: | 2003-07-26 20:43:11 |
| Message-ID: | 200307262043.h6QKhBv16702@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
Thanks. Patch applied.
---------------------------------------------------------------------------
Slawomir Sudnik wrote:
> Hi,
>
> Linux startuap script doesn't work.
> This patch correct linux startup script.
>
> Index: linux
> ===================================================================
> RCS file: /projects/cvsroot/pgsql-server/contrib/start-scripts/linux,v
> retrieving revision 1.4
> diff -u -r1.4 linux
> @@ -83,6 +83,7 @@
> echo -n "Reload PostgreSQL: "
> su - $PGUSER -c "$DAEMON reload -D '$PGDATA' -s"
> echo "ok"
> + ;;
> status)
> su - $PGUSER -c "$DAEMON status -D '$PGDATA'"
> ;;
>
> Regards,
> Slawomir Sudnik
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2003-07-26 23:58:26 | Re: "fix" for plpgsql polymorphism |
| Previous Message | Bruce Momjian | 2003-07-26 15:22:45 | Re: [PATCHES] sslmode patch |