You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-db/postgresql/files/pg_ctl-exit-status.patch

13 lines
283 B

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);
}