diff options
author | marha <marha@users.sourceforge.net> | 2012-01-23 16:07:44 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-01-23 16:07:44 +0100 |
commit | e960645b7f8f6d257df2a56c57ccc49e2070319d (patch) | |
tree | 223b1cc6415b06a7c595081d20468b1f496dc103 /apps/xhost/README | |
parent | 3133b5e387a167d55f2510ca1ea5c201837e5ae0 (diff) | |
download | vcxsrv-e960645b7f8f6d257df2a56c57ccc49e2070319d.tar.gz vcxsrv-e960645b7f8f6d257df2a56c57ccc49e2070319d.tar.bz2 vcxsrv-e960645b7f8f6d257df2a56c57ccc49e2070319d.zip |
Added xhost-1.0.4
Diffstat (limited to 'apps/xhost/README')
-rw-r--r-- | apps/xhost/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/apps/xhost/README b/apps/xhost/README new file mode 100644 index 000000000..9f48edf8d --- /dev/null +++ b/apps/xhost/README @@ -0,0 +1,26 @@ +xhost is used to manage the list of host names or user names +allowed to make connections to the X server. + +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/xhost + + http://cgit.freedesktop.org/xorg/app/xhost + +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 + |