aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2013-07-01 12:46:13 -0400
committerBruce Momjian <bruce@momjian.us>2013-07-01 12:46:13 -0400
commit6d432152b9e5627532c52d6f1c9959cb3be52e29 (patch)
tree1ae3c3fa5e48946e8f8642534a7c9da222902835 /src
parent06b804377cc5628f24ff37de719995a65f6f5928 (diff)
downloadpostgresql-6d432152b9e5627532c52d6f1c9959cb3be52e29.tar.gz
postgresql-6d432152b9e5627532c52d6f1c9959cb3be52e29.zip
Update LSB URL in pg_ctl
Update Linux Standard Base Core Specification 3.1 URL mention in pg_ctl comments.
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_ctl/pg_ctl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/pg_ctl/pg_ctl.c b/src/bin/pg_ctl/pg_ctl.c
index 9e909ae77d1..ff3e3598985 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);
}