summaryrefslogtreecommitdiff
path: root/dev-db/postgresql/files/pg_ctl-exit-status.patch
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2017-11-02 06:59:43 -0400
committerAaron W. Swenson <titanofold@gentoo.org>2017-11-02 06:59:43 -0400
commit7a41eeb53c3b63ee0806ff556211b9b093df414b (patch)
treea78deb0e33b12c8e6828b4e84f9854cdfe5593be /dev-db/postgresql/files/pg_ctl-exit-status.patch
parentb7bb78047c839981929cea42af80ad78565edbc1 (diff)
downloadgentoo-7a41eeb53c3b63ee0806ff556211b9b093df414b.tar.gz
gentoo-7a41eeb53c3b63ee0806ff556211b9b093df414b.tar.bz2
gentoo-7a41eeb53c3b63ee0806ff556211b9b093df414b.zip
dev-db/postgresql: Patch Cleanup
Remove unused patch files. Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-db/postgresql/files/pg_ctl-exit-status.patch')
-rw-r--r--dev-db/postgresql/files/pg_ctl-exit-status.patch12
1 files changed, 0 insertions, 12 deletions
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);
- }
-
-