From 7a41eeb53c3b63ee0806ff556211b9b093df414b Mon Sep 17 00:00:00 2001 From: "Aaron W. Swenson" Date: Thu, 2 Nov 2017 06:59:43 -0400 Subject: dev-db/postgresql: Patch Cleanup Remove unused patch files. Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- dev-db/postgresql/files/pg_ctl-exit-status.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 dev-db/postgresql/files/pg_ctl-exit-status.patch (limited to 'dev-db/postgresql/files/pg_ctl-exit-status.patch') diff --git a/dev-db/postgresql/files/pg_ctl-exit-status.patch b/dev-db/postgresql/files/pg_ctl-exit-status.patch deleted file mode 100644 index bbbd4498555d..000000000000 --- a/dev-db/postgresql/files/pg_ctl-exit-status.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur a/src/bin/pg_ctl/pg_ctl.c b/src/bin/pg_ctl/pg_ctl.c ---- a/src/bin/pg_ctl/pg_ctl.c 2011-04-14 23:18:15 -0400 -+++ b/src/bin/pg_ctl/pg_ctl.c 2011-08-01 19:44:54 -0400 -@@ -975,7 +975,7 @@ - } - } - printf(_("%s: no server running\n"), progname); -- exit(1); -+ exit(3); - } - - -- cgit v1.2.3