From 3fe398b2dc17ef4c2a47223651dd6c27c648452b Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 4 Feb 2007 18:34:03 +0000 Subject: Update to PostgreSQL 8.2.2. --- postgresql.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postgresql.init') diff --git a/postgresql.init b/postgresql.init index 6a8e05a..37d6011 100644 --- a/postgresql.init +++ b/postgresql.init @@ -118,7 +118,7 @@ export PGPORT # Check that networking is up. # Pretty much need it for postmaster. -[ "${NETWORKING}" = "no" ] && exit 0 +[ "${NETWORKING}" = "no" ] && exit 1 [ -f "$PGENGINE/postmaster" ] || exit 1 -- cgit