62fe945
From 5b89f67f03dce933c0b30408ce81e2ac539ed544 Mon Sep 17 00:00:00 2001
62fe945
From: Daniel Mack <daniel@zonque.org>
62fe945
Date: Fri, 5 Sep 2014 13:48:05 +0200
62fe945
Subject: [PATCH] exit-status: fix URL in comment
62fe945
62fe945
The LSB sites have moved, so update the URL.
62fe945
---
62fe945
 src/shared/exit-status.h | 2 +-
62fe945
 1 file changed, 1 insertion(+), 1 deletion(-)
62fe945
62fe945
diff --git a/src/shared/exit-status.h b/src/shared/exit-status.h
62fe945
index 7438508e4d..9d27c01658 100644
62fe945
--- a/src/shared/exit-status.h
62fe945
+++ b/src/shared/exit-status.h
62fe945
@@ -39,7 +39,7 @@ typedef enum ExitStatus {
62fe945
          * use them here under the assumption that they hence are
62fe945
          * unused by init scripts.
62fe945
          *
62fe945
-         * http://refspecs.freestandards.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html */
62fe945
+         * http://refspecs.linuxfoundation.org/LSB_3.2.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html */
62fe945
 
62fe945
         EXIT_CHDIR = 200,
62fe945
         EXIT_NICE,