diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-19 18:01:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-19 18:01:19 +0000 |
commit | 6431b1c4c3f9d0768d0ea8b190e699632376625b (patch) | |
tree | 813a4786d56dc913240402fe8e8a1f1f0fc07103 /databases | |
parent | 3eefda642d290d4ec408d5bdb0506604ec5350d0 (diff) | |
download | pkgsrc-6431b1c4c3f9d0768d0ea8b190e699632376625b.tar.gz |
You don't need to run "/etc/rc.d/pgsql start" at boot time only.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql-server/MESSAGE | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql-server/MESSAGE b/databases/postgresql-server/MESSAGE index e2396598ab5..20320ad1e42 100644 --- a/databases/postgresql-server/MESSAGE +++ b/databases/postgresql-server/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.6 2002/10/19 03:03:51 jlam Exp $ +$NetBSD: MESSAGE,v 1.7 2002/10/19 18:01:19 jlam Exp $ To enable this package, put the following into your /etc/rc.conf: @@ -8,10 +8,10 @@ To enable this package, put the following into your /etc/rc.conf: pgsql_flags="-i -l" # enables SSL connections (TCP/IP and # ~pgsql/data/server.crt required) -and make sure +and ensure that ${RCD_SCRIPTS_DIR}/pgsql start -is run at boot time. +is run at the appropriate time. =========================================================================== |