Update LSB URL in pg_ctl

Update Linux Standard Base Core Specification 3.1 URL mention in pg_ctl
comments.
pull/6/head
Bruce Momjian 12 years ago
parent 06b804377c
commit 6d432152b9
  1. 3
      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 * The Linux Standard Base Core Specification 3.1 says this should return
* '3' * '3'
* http://refspecs.freestandards.org/LSB_3.1.1/LSB-Core-generic/LSB-Core-ge * https://refspecs.linuxbase.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html
* neric/iniscrptact.html
*/ */
exit(3); exit(3);
} }

Loading…
Cancel
Save