about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-05-11 13:57:51 +0000
committerEric Wong <normalperson@yhbt.net>2013-05-11 13:59:35 +0000
commitcdf2128a1e183e8abfa3d4fbf033c4fa46848898 (patch)
tree57d79df8f95d03a58fce4f9fe7d86f1f5c64596b
parent9d4347d5c8385fa93b6eb31045f7280a4a228c94 (diff)
downloadcmogstored-cdf2128a1e183e8abfa3d4fbf033c4fa46848898.tar.gz
libkqueue recently migrated to SourceForge and Debian 7.0 is
the new stable.

We still support Debian 6.0 and will likely support it for years to
come since CentOS 5.x remains supported.
(cherry picked from commit 86e5d10649f14fe3b3c8af37fd8ec04cc337fc9e)
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 4adcfd4..f66987c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -19,7 +19,7 @@ A modern GNU/Linux system with NPTL and epoll support is _required_.
 * GNU C Library (glibc 2.5 or later)
 * iostat ("sysstat" in most package managers)
 
-The "stable" release of Debian GNU/Linux (currently 6.0) is the
+The "stable" release of Debian GNU/Linux (currently 7.0) is the
 recommended runtime environment, but CentOS 5.x (or later) shall
 be fully supported.
 
@@ -42,7 +42,7 @@ libkqueue:
   ./configure CFLAGS="-g -O2 $(pkg-config libkqueue --cflags)" \
               LDFLAGS="$(pkg-config libkqueue --libs)"
 
-libkqueue is available here: http://mark.heily.com/project/libkqueue
+libkqueue is available here: http://sourceforge.net/projects/libkqueue/
 
 We will only support running on 100% Free Software platforms.