]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- standarized reaction if NETWRKING=no.
authorkloczek <kloczek@pld-linux.org>
Sat, 31 Jul 1999 00:45:23 +0000 (00:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.init -> 1.4

postgresql.init

index 32ccfa1546979750419331a74fd5ee67d2a286f9..4dbc321e52d7d9448010a6fe7a693dfb07f700ac 100644 (file)
@@ -22,7 +22,7 @@
 [ -f /etc/sysconfig/postgresql ] && . /etc/sysconfig/postgresql
 
 # Check that networking is up.
-[ "${NETWORKING}" = "no" ] && echo "Error: Networking is down"; exit 0
+[ "${NETWORKING}" = "no" ] && echo "Error: Networking is down" && exit 0
 
 # Sanity check
 [ -f /tmp/.s.PGSQL.5432 ] || rm -f /tmp/.s.PGSQL.5432
This page took 0.112528 seconds and 4 git commands to generate.