[X2Go-Commits] lightdm-remote-session-x2go.git - x2gosessiontype (branch) updated: 4dd6128c153ea94ea70a22a5d8a4fc50ea59ddbd

X2Go dev team git-admin at x2go.org
Wed Apr 24 17:54:41 CEST 2013


The branch, x2gosessiontype has been updated
       via  4dd6128c153ea94ea70a22a5d8a4fc50ea59ddbd (commit)
      from  9e6e10bb3f0292449da3cdebc0da9921afe7e984 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 .bzrignore      |    1 +
 Makefile.am     |    5 +++++
 socket-sucker.c |   13 +++++++++++++
 3 files changed, 19 insertions(+)
 create mode 100644 .bzrignore
 create mode 100644 socket-sucker.c

The diff of changes is:
diff --git a/.bzrignore b/.bzrignore
new file mode 100644
index 0000000..655e611
--- /dev/null
+++ b/.bzrignore
@@ -0,0 +1 @@
+socket-sucker
diff --git a/Makefile.am b/Makefile.am
index de9cedc..d31c18c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,6 +14,11 @@ session_startdir = $(pkglibexecdir)
 session_start_SCRIPTS = \
 	freerdp-session
 
+libexec_PROGRAMS = \
+	socket-sucker
+socket_sucker_SOURCES = \
+	socket-sucker.c
+
 EXTRA_DIST = \
 	$(pam_session_DATA) \
 	freerdp.desktop.in \
diff --git a/socket-sucker.c b/socket-sucker.c
new file mode 100644
index 0000000..46af2d6
--- /dev/null
+++ b/socket-sucker.c
@@ -0,0 +1,13 @@
+
+int
+main (int argc, char * argv[])
+{
+
+
+
+
+
+
+
+
+}


hooks/post-receive
-- 
lightdm-remote-session-x2go.git (X2Go-based remote login session support for LightDM)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lightdm-remote-session-x2go.git" (X2Go-based remote login session support for LightDM).




More information about the x2go-commits mailing list