]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql-pg_ctl-silent.patch
- oops, jdbc is separate project, now
[packages/postgresql.git] / postgresql-pg_ctl-silent.patch
CommitLineData
cb9df4fb 1diff -ur postgresql-7.1.3/src/bin/pg_ctl/pg_ctl.sh postgresql-7.1.3.new/src/bin/pg_ctl/pg_ctl.sh
2--- postgresql-7.1.3/src/bin/pg_ctl/pg_ctl.sh Sat Apr 21 13:23:58 2001
3+++ postgresql-7.1.3.new/src/bin/pg_ctl/pg_ctl.sh Sat Dec 1 11:02:22 2001
4@@ -295,7 +295,7 @@
744830b2 5 if [ "$op" = "start" -o "$op" = "restart" ];then
cb9df4fb 6 oldpid=""
744830b2 7 if [ -f "$PIDFILE" ];then
cb9df4fb 8- echo "$CMDNAME: Another postmaster may be running. Trying to start postmaster anyway." 1>&2
9+ $silence_echo echo "$CMDNAME: Another postmaster may be running. Trying to start postmaster anyway." 1>&2
10 oldpid=`sed -n 1p $PIDFILE`
11 fi
12
This page took 0.501801 seconds and 4 git commands to generate.