projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06b8043
)
Update LSB URL in pg_ctl
author
Bruce Momjian
<bruce@momjian.us>
Mon, 1 Jul 2013 16:46:13 +0000
(12:46 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 1 Jul 2013 16:46:13 +0000
(12:46 -0400)
Update Linux Standard Base Core Specification 3.1 URL mention in pg_ctl
comments.
src/bin/pg_ctl/pg_ctl.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_ctl/pg_ctl.c
b/src/bin/pg_ctl/pg_ctl.c
index 9e909ae77d18816a296f0abe3e05af6ce3aa7325..ff3e3598985761782a8bd24393990dade11647bc 100644
(file)
--- 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);
}