summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-10-01 14:54:19 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-10-01 15:30:49 -0700
commitebc9f3d2483623dcb2ccca7f12cc2769173eb4a9 (patch)
treede528b9470bf0f8ed5d8b2895a9b28e065cf75aa
parent3ba14d85abede72a40c5ba8fe18d1a2e1625d19e (diff)
Add README with pointers to mailing lists, bugzilla, & git
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--README27
1 files changed, 27 insertions, 0 deletions
diff --git a/README b/README
index e69de29..6abbb1c 100644
--- a/README
+++ b/README
@@ -0,0 +1,27 @@
+Sessreg is a simple program for managing utmp/wtmp entries for X sessions.
+It was originally written for use with xdm, but may also be used with
+other display managers such as gdm or kdm.
+
+All questions regarding this software should be directed at the
+Xorg mailing list:
+
+ http://lists.freedesktop.org/mailman/listinfo/xorg
+
+Please submit bug reports to the Xorg bugzilla:
+
+ https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
+
+The master development code repository can be found at:
+
+ git://anongit.freedesktop.org/git/xorg/app/sessreg
+
+ http://cgit.freedesktop.org/xorg/app/sessreg
+
+For patch submission instructions, see:
+
+ http://www.x.org/wiki/Development/Documentation/SubmittingPatches
+
+For more information on the git code manager, see:
+
+ http://wiki.x.org/wiki/GitPage
+