pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/postgresql80-server/files Move "-m fast" arg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16f5d622c914
branches:  trunk
changeset: 493874:16f5d622c914
user:      cjs <cjs%pkgsrc.org@localhost>
date:      Mon May 16 01:02:20 2005 +0000

description:
Move "-m fast" argument from stop_command_args to common_args so that
restart picks it up, too.

diffstat:

 databases/postgresql80-server/files/pgsql.sh |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r a29a798529b7 -r 16f5d622c914 databases/postgresql80-server/files/pgsql.sh
--- a/databases/postgresql80-server/files/pgsql.sh      Mon May 16 00:29:32 2005 +0000
+++ b/databases/postgresql80-server/files/pgsql.sh      Mon May 16 01:02:20 2005 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: pgsql.sh,v 1.1.1.1 2005/02/06 12:32:06 jdolecek Exp $
+# $NetBSD: pgsql.sh,v 1.2 2005/05/16 01:02:20 cjs Exp $
 #
 # PostgreSQL database rc.d control script
 #
@@ -42,9 +42,9 @@
 fi
 
 pidfile="${pgsql_home}/data/postmaster.pid"
-common_args="-D ${pgsql_home}/data"
+common_args="-D ${pgsql_home}/data -m fast"
 start_command_args="-w -s -l ${pgsql_home}/errlog"
-stop_command_args="-s -m fast"
+stop_command_args="-s"
 
 initdb_cmd="pgsql_initdb"
 start_precmd="pgsql_precmd"



Home | Main Index | Thread Index | Old Index