[systemd-commits] src/shared

Daniel Mack zonque at kemper.freedesktop.org
Fri Sep 5 04:49:09 PDT 2014


 src/shared/exit-status.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5b89f67f03dce933c0b30408ce81e2ac539ed544
Author: Daniel Mack <daniel at zonque.org>
Date:   Fri Sep 5 13:48:05 2014 +0200

    exit-status: fix URL in comment
    
    The LSB sites have moved, so update the URL.

diff --git a/src/shared/exit-status.h b/src/shared/exit-status.h
index 7438508..9d27c01 100644
--- a/src/shared/exit-status.h
+++ b/src/shared/exit-status.h
@@ -39,7 +39,7 @@ typedef enum ExitStatus {
          * use them here under the assumption that they hence are
          * unused by init scripts.
          *
-         * http://refspecs.freestandards.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html */
+         * http://refspecs.linuxfoundation.org/LSB_3.2.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html */
 
         EXIT_CHDIR = 200,
         EXIT_NICE,



More information about the systemd-commits mailing list