summaryrefslogtreecommitdiffstats
path: root/postgresql.init
diff options
context:
space:
mode:
authorTom Lane <tgl@fedoraproject.org>2007-02-04 18:34:03 +0000
committerTom Lane <tgl@fedoraproject.org>2007-02-04 18:34:03 +0000
commit3fe398b2dc17ef4c2a47223651dd6c27c648452b (patch)
tree68628c0fee2f8560d1814f41ccb45a135dd40c08 /postgresql.init
parentd6ea25dd9308cd9d8c5f90b8625d81f214dd2f81 (diff)
Update to PostgreSQL 8.2.2.postgresql-8_2_2-1_fc7
Diffstat (limited to 'postgresql.init')
-rw-r--r--postgresql.init2
1 files changed, 1 insertions, 1 deletions
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