summaryrefslogtreecommitdiff
path: root/databases/postgresql/files
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-02-12 20:11:56 +0000
committerjlam <jlam@pkgsrc.org>2001-02-12 20:11:56 +0000
commitda659d71ac4e33ecb400c35ef6bee5fac2f57233 (patch)
tree6e21e26a5ef77e239b0fe174eaa2bfd0337e6b16 /databases/postgresql/files
parenteb82ddc17d0bf9c3aee69d7e5c62543aa31854e7 (diff)
downloadpkgsrc-da659d71ac4e33ecb400c35ef6bee5fac2f57233.tar.gz
Add `shutdown' KEYWORD to rc.d control script so the database properly
shuts down during shutdown.
Diffstat (limited to 'databases/postgresql/files')
-rw-r--r--databases/postgresql/files/pgsql.sh3
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"