]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - README
dmesg: fix FD leak
[thirdparty/util-linux.git] / README
diff --git a/README b/README
index 81e0504c720545e8815c2ad4227b8a2ee500a5dd..b7c723da39cdd6ebcf9e0f3c07ece26238584c9e 100644 (file)
--- a/README
+++ b/README
@@ -5,16 +5,27 @@
 
      Note: for the years 2006-2010 this project was named "util-linux-ng".
 
+COMPILE & INSTALL:
+
+      See Documentation/howto-compilation.txt.
+
 MAILING LIST:
 
-      E-MAIL: util-linux@vger.kernel.org
-      URL:    http://vger.kernel.org/vger-lists.html#util-linux
+      E-MAIL:  util-linux@vger.kernel.org
+      URL:     http://vger.kernel.org/vger-lists.html#util-linux
+      ARCHIVE: https://lore.kernel.org/util-linux/
+
+      The mailing list will reject email messages that contain:
+       - more than 100K characters
+       - html
+       - spam phrases/keywords
+      See: http://vger.kernel.org/majordomo-info.html#taboo
 
 IRC CHANNEL:
 
-      #util-linux at freenode.net:
+      #util-linux at libera.chat:
 
-      irc://chat.freenode.net/util-linux
+      irc://irc.libera.chat/util-linux
 
       The IRC channel and Mailing list are for developers and project
       maintainers. For end users it is recommended to utilize the
@@ -23,7 +34,9 @@ IRC CHANNEL:
 BUG REPORTING:
 
       E-MAIL: util-linux@vger.kernel.org
-      Web:    https://github.com/karelzak/util-linux/issues
+      Web:    https://github.com/util-linux/util-linux/issues
+
+      Bug reports with sensitive or private information: Karel Zak <kzak@redhat.com>
 
       This project has no resources to provide support for distribution specific
       issues. For end users it is recommended to utilize the distribution's
@@ -32,7 +45,7 @@ BUG REPORTING:
 NLS (PO TRANSLATIONS):
 
       PO files are maintained by:
-         http://translationproject.org/domain/util-linux.html
+         https://translationproject.org/domain/util-linux.html
 
 VERSION SCHEMA:
 
@@ -50,17 +63,22 @@ SOURCE CODE:
  Download archive:
          https://www.kernel.org/pub/linux/utils/util-linux/
 
+ See also:
+     Documentation/howto-contribute.txt
+     Documentation/howto-build-sys.txt
+     Documentation/howto-pull-request.txt
+
  SCM (Source Code Management) Repository:
 
     Primary repository:
          git clone git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
 
     Backup repository:
-         git clone git://github.com/karelzak/util-linux.git
+         git clone https://github.com/util-linux/util-linux.git
 
     Web interfaces:
-         http://git.kernel.org/cgit/utils/util-linux/util-linux.git
-         https://github.com/karelzak/util-linux
+         https://git.kernel.org/cgit/utils/util-linux/util-linux.git
+         https://github.com/util-linux/util-linux
 
       Note: the GitHub repository may contain temporary development branches too.