From: Bruce Momjian Date: Mon, 1 Jul 2013 16:46:13 +0000 (-0400) Subject: Update LSB URL in pg_ctl X-Git-Tag: REL9_4_BETA1~1401 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d432152b9e5627532c52d6f1c9959cb3be52e29;p=postgresql Update LSB URL in pg_ctl Update Linux Standard Base Core Specification 3.1 URL mention in pg_ctl comments. --- diff --git a/src/bin/pg_ctl/pg_ctl.c b/src/bin/pg_ctl/pg_ctl.c index 9e909ae77d..ff3e359898 100644 --- a/src/bin/pg_ctl/pg_ctl.c +++ b/src/bin/pg_ctl/pg_ctl.c @@ -1205,8 +1205,7 @@ do_status(void) /* * The Linux Standard Base Core Specification 3.1 says this should return * '3' - * http://refspecs.freestandards.org/LSB_3.1.1/LSB-Core-generic/LSB-Core-ge - * neric/iniscrptact.html + * https://refspecs.linuxbase.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html */ exit(3); }