diff options
author | jlam <jlam> | 2001-02-12 20:11:56 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-02-12 20:11:56 +0000 |
commit | 1ae5df0bdaa7873bf1cfbd2922a0131f438e75ae (patch) | |
tree | 6e21e26a5ef77e239b0fe174eaa2bfd0337e6b16 /databases | |
parent | 62420cc2fc50e492d41c040d2ce0c2e273ee0b65 (diff) | |
download | pkgsrc-1ae5df0bdaa7873bf1cfbd2922a0131f438e75ae.tar.gz |
Add `shutdown' KEYWORD to rc.d control script so the database properly
shuts down during shutdown.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql/files/pgsql.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql/files/pgsql.sh b/databases/postgresql/files/pgsql.sh index 4fd0a2d9ae5..4d021c1b963 100644 --- a/databases/postgresql/files/pgsql.sh +++ b/databases/postgresql/files/pgsql.sh @@ -1,11 +1,12 @@ #!/bin/sh # -# $NetBSD: pgsql.sh,v 1.1 2000/12/11 20:18:57 jlam Exp $ +# $NetBSD: pgsql.sh,v 1.2 2001/02/12 20:11:56 jlam Exp $ # # PostgreSQL database rc.d control script # # PROVIDE: pgsql # REQUIRE: DAEMON +# KEYWORD: shutdown name="postgres" ctl_command="@PREFIX@/bin/pg_ctl" |