]> git.gsnw.org Git - fping.git/commitdiff
update README file
authorDavid Schweikert <david@schweikert.ch>
Thu, 25 Jul 2013 20:29:44 +0000 (22:29 +0200)
committerDavid Schweikert <david@schweikert.ch>
Thu, 25 Jul 2013 20:29:44 +0000 (22:29 +0200)
README

diff --git a/README b/README
index 2928b751f9a68a8651f927c6f29e8a3a79b04fb4..d21c868580ff59ff0dfac0a8b7ec067bda861b7f 100644 (file)
--- a/README
+++ b/README
@@ -9,7 +9,11 @@ Current maintainer:
    David Schweikert <david@schweikert.ch>
 
 Website:
-   http://www.fping.org/
+   http://fping.org/
+
+Mailing-list:
+   https://groups.google.com/group/fping-users
+
 
 Installation
 ------------
@@ -27,6 +31,7 @@ If you want to install fping from source, proceed as follows:
 4. Have a look at the fping(8) manual for usage help
    (fping -h will also give a minimal help output)
 
+
 IPv6 support
 ------------
 You can can compile fping with support for IPv6 addresses. A separate binary
@@ -38,6 +43,7 @@ is used for that, called fping6. To build it, use ./configure --enable-ipv6
   # make install
   # sudo setcap cap_net_raw+ep /usr/local/bin/fping*
 
+
 Credits
 -------
 Original author:  Roland Schemers (schemers@stanford.edu)