]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- unification
authorankry <ankry@pld-linux.org>
Fri, 26 Sep 2003 12:58:04 +0000 (12:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.init -> 1.55

postgresql.init

index 00f86ff095faeaec00f126b18c59482388b37462..eacc83728e4e1e0bb728f662e9f22dcb2c575474 100644 (file)
@@ -20,7 +20,7 @@
 if [ -f /etc/sysconfig/postgresql ]; then
        . /etc/sysconfig/postgresql
 else
-       nls "Error: /etc/sysconfig/postgresql not found"
+       nls "Error: %s not found" /etc/sysconfig/postgresql
        nls " PostgreSQL can't be run."
        exit 1
 fi
This page took 0.030162 seconds and 4 git commands to generate.