Gentoo Archives: gentoo-commits

From: "Aaron Swenson (titanofold)" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/postgresql-server/files: pg_ctl-exit-status.patch
Date: Tue, 28 Jun 2011 21:54:22
Message-Id: 20110628215412.DD5EE20057@flycatcher.gentoo.org
1 titanofold 11/06/28 21:54:12
2
3 Added: pg_ctl-exit-status.patch
4 Log:
5 Fixes bug 373177
6
7 (Portage version: 2.1.9.42/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 dev-db/postgresql-server/files/pg_ctl-exit-status.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-server/files/pg_ctl-exit-status.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-server/files/pg_ctl-exit-status.patch?rev=1.1&content-type=text/plain
14
15 Index: pg_ctl-exit-status.patch
16 ===================================================================
17 diff -cr a/src/bin/pg_ctl/pg_ctl.c b/src/bin/pg_ctl/pg_ctl.c
18 *** a/src/bin/pg_ctl/pg_ctl.c 2011-04-14 23:15:53.000000000 -0400
19 --- b/src/bin/pg_ctl/pg_ctl.c 2011-05-22 10:25:34.186930946 -0400
20 ***************
21 *** 1036,1042 ****
22 }
23 }
24 printf(_("%s: no server running\n"), progname);
25 ! exit(1);
26 }
27
28
29 --- 1036,1042 ----
30 }
31 }
32 printf(_("%s: no server running\n"), progname);
33 ! exit(3);
34 }