[systemd-commits] Makefile.am README

Lennart Poettering lennart at kemper.freedesktop.org
Wed May 12 18:30:27 PDT 2010


 Makefile.am |    4 +++-
 README      |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 1 deletion(-)

New commits:
commit 31cee6f634ce07aa2c3514a506f93830f91f14a5
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu May 13 03:30:21 2010 +0200

    build-sys: include README and LICENSE in tarball

diff --git a/Makefile.am b/Makefile.am
index e86eedf..87c686b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -80,7 +80,9 @@ EXTRA_DIST = \
 	units/systemd-initctl.service.in \
 	units/systemd-initctl.socket \
 	units/systemd-logger.service.in \
-	units/systemd-logger.socket
+	units/systemd-logger.socket \
+	LICENSE \
+	README
 
 # This is needed because automake is buggy in how it generates the
 # rules for C programs, but not Vala programs.  We therefore can't
diff --git a/README b/README
new file mode 100644
index 0000000..57373c3
--- /dev/null
+++ b/README
@@ -0,0 +1,35 @@
+systemd System and Session Manager
+
+DETAILS:
+        http://0pointer.de/blog/projects/systemd.html
+
+WEB SITE:
+        http://www.freedesktop.org/wiki/Software/systemd
+
+GIT:
+        git://anongit.freedesktop.org/systemd
+        ssh://git.freedesktop.org/git/systemd
+
+GITWEB:
+        http://cgit.freedesktop.org/systemd/
+
+MAILING LIST:
+        http://lists.freedesktop.org/mailman/listinfo/systemd-devel
+        http://lists.freedesktop.org/mailman/listinfo/systemd-commits
+
+IRC:
+        #systemd on irc.freenode.org
+
+BUG REPORTS:
+        https://bugs.freedesktop.org/enter_bug.cgi?product=systemd
+
+AUTHOR:
+        Lennart Poettering with major support from Kay Sievers
+
+REQUIREMENTS:
+        Linux kernel >= 2.6.30 (with autofs4, devtmpfs and the debug cgroup controller)
+        libudev >= 151
+        libcgroup >= 0.35
+        vala >= 0.80
+        gtk+ >= 2.20
+        dbus >= 1.2.24


More information about the systemd-commits mailing list