[X2go-Commits] x2goserver.git - master (branch) updated: 3.1.1.3-46-gcbebebc

X2Go dev team git-admin at x2go.org
Tue Sep 18 21:23:41 CEST 2012


The branch, master has been updated
       via  cbebebc2e846bdc7d1f2a699708804c4829ddaad (commit)
       via  e4229c2ccb033dda63c92b65f40570feb3da339b (commit)
       via  55852fbd7d38a5486e02b405d6778c17a3d77e8a (commit)
      from  d688c97dd8b0e89a9dc7477f4c8ce6d91d5f047f (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 -----------------------------------------------------------------
commit cbebebc2e846bdc7d1f2a699708804c4829ddaad
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Sep 18 21:23:35 2012 +0200

    Move x2goserver.conf into separate package: x2goserver-common. Provide man page for x2goserver.conf.

commit e4229c2ccb033dda63c92b65f40570feb3da339b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Sep 18 21:19:35 2012 +0200

    Install /etc/x2go/x2go_logout with its directory x2go_logout.d via Makefile installation.

commit 55852fbd7d38a5486e02b405d6778c17a3d77e8a
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Sep 18 21:15:30 2012 +0200

    update version and date in man pages

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                                   |    4 +
 debian/control                                     |   19 +++++
 debian/x2goserver-common.install                   |    2 +
 debian/x2goserver-common.manpages                  |    1 +
 debian/x2goserver.install                          |    2 +-
 {x2goserver-compat => x2goserver-common}/Makefile  |   37 +++++-----
 .../VERSION.x2goserver-common                      |    0
 .../etc/x2goserver.conf                            |    0
 x2goserver-common/man/man5/x2goserver.conf.5       |   73 ++++++++++++++++++++
 x2goserver-compat/man/man8/x2gosuspend-agent.8     |    2 +-
 x2goserver-compat/man/man8/x2gosuspend.8           |    2 +-
 x2goserver-compat/man/man8/x2goterminate.8         |    2 +-
 .../man/man8/x2goserver-run-extensions.8           |    2 +-
 x2goserver-fmbindings/man/man8/x2gofm.8            |    2 +-
 x2goserver-printing/man/man8/x2goprint.8           |    2 +-
 x2goserver/Makefile                                |    8 ++-
 x2goserver/man/man8/x2gobasepath.8                 |    2 +-
 x2goserver/man/man8/x2gocleansessions.8            |    2 +-
 x2goserver/man/man8/x2gocmdexitmessage.8           |    2 +-
 x2goserver/man/man8/x2godbadmin.8                  |    2 +-
 x2goserver/man/man8/x2gofeature.8                  |    2 +-
 x2goserver/man/man8/x2gofeaturelist.8              |    2 +-
 x2goserver/man/man8/x2gogetservers.8               |    2 +-
 x2goserver/man/man8/x2golistdesktops.8             |    2 +-
 x2goserver/man/man8/x2golistmounts.8               |    2 +-
 x2goserver/man/man8/x2golistsessions.8             |    2 +-
 x2goserver/man/man8/x2golistsessions_root.8        |    2 +-
 x2goserver/man/man8/x2gomountdirs.8                |    2 +-
 x2goserver/man/man8/x2goresume-session.8           |    2 +-
 x2goserver/man/man8/x2goruncommand.8               |    2 +-
 x2goserver/man/man8/x2gosessionlimit.8             |    2 +-
 x2goserver/man/man8/x2gosetkeyboard.8              |    2 +-
 x2goserver/man/man8/x2goshowblocks.8               |    2 +-
 x2goserver/man/man8/x2gostartagent.8               |    2 +-
 x2goserver/man/man8/x2gosuspend-session.8          |    2 +-
 x2goserver/man/man8/x2goterminate-session.8        |    2 +-
 x2goserver/man/man8/x2goumount-session.8           |    2 +-
 x2goserver/man/man8/x2goversion.8                  |    2 +-
 38 files changed, 153 insertions(+), 49 deletions(-)
 create mode 100644 debian/x2goserver-common.install
 create mode 100644 debian/x2goserver-common.manpages
 copy {x2goserver-compat => x2goserver-common}/Makefile (65%)
 copy x2goserver-compat/VERSION.x2goserver-compat => x2goserver-common/VERSION.x2goserver-common (100%)
 copy {x2goserver => x2goserver-common}/etc/x2goserver.conf (100%)
 create mode 100644 x2goserver-common/man/man5/x2goserver.conf.5

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 9567fa1..c4c24d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,8 @@ x2goserver (3.2.0.0-0~x2go1) UNRELEASED; urgency=low
     - Move X2Go SQL configuration files (/etc/x2go/x2gosql) into package
       libx2go-server-db-perl.
     - Only extend LD_LIBRARY_PATH by Xrandr extension for KDE. Breaks GNOME.
+    - Install /etc/x2go/x2go_logout with its directory x2go_logout.d via Makefile
+      installation.
   * /debian/control:
     + Maintainer change in package: X2Go Developers <x2go-dev at lists.berlios.de>.
     + Depend on nx-libs (>=3.5.0.15-0~) which has the Xrandr symlinks folder.
@@ -34,6 +36,8 @@ x2goserver (3.2.0.0-0~x2go1) UNRELEASED; urgency=low
     + Package X2Go::Log in separate package: libx2go-log-perl.
     + Package X2Go::Server::DB in separate package: libx2go-server-db-perl.
     + x2goserver package: Depend on libx2go-log-perl, libx2go-server-db-perl.
+    + Move x2goserver.conf into separate package: x2goserver-common. Provide
+      man page for x2goserver.conf.
 
   [ Oleksandr Shneyder ]
   * New upstream version (3.2.0.0):
diff --git a/debian/control b/debian/control
index 1f47f49..a1a2530 100644
--- a/debian/control
+++ b/debian/control
@@ -13,12 +13,29 @@ Homepage: http://code.x2go.org/releases/source/x2goserver
 Vcs-Git: git://code.x2go.org/x2goserver.git
 Vcs-Browser: http://code.x2go.org/gitweb?p=x2goserver.git;a=summary
 
+Package: x2goserver-common
+Architecture: any
+Depends:
+ ${misc:Depends},
+Description: X2Go Server (common files)
+ X2Go is a server based computing environment with
+    - session resuming
+    - low bandwidth support
+    - LDAP support
+    - client side mass storage mounting support
+    - audio support
+    - authentication by smartcard and USB stick
+ .
+ This package contains files needed by the X2Go Server
+ and the X2Go::Server Perl API.
+
 Package: libx2go-server-perl
 Architecture: any
 Section: perl
 Depends:
  ${perl:Depends},
  ${misc:Depends},
+ x2goserver-common (>= ${source:Version}), x2goserver-common (<< ${source:Version}.1~),
 Description: Perl X2Go::Server package
  X2Go is a server based computing environment with
     - session resuming
@@ -38,6 +55,7 @@ Depends:
  ${misc:Depends},
  ${shlibs:Depends},
  libx2go-server-perl (>= ${source:Version}), libx2go-server-perl (<< ${source:Version}.1~),
+ x2goserver-common (>= ${source:Version}), x2goserver-common (<< ${source:Version}.1~),
 Description: Perl X2Go::Server:DB package
  X2Go is a server based computing environment with
     - session resuming
@@ -55,6 +73,7 @@ Section: perl
 Depends:
  ${perl:Depends},
  ${misc:Depends},
+ x2goserver-common (>= ${source:Version}), x2goserver-common (<< ${source:Version}.1~),
 Description: Perl X2Go::Log package
  X2Go is a server based computing environment with
     - session resuming
diff --git a/debian/x2goserver-common.install b/debian/x2goserver-common.install
new file mode 100644
index 0000000..1bf6502
--- /dev/null
+++ b/debian/x2goserver-common.install
@@ -0,0 +1,2 @@
+x2goserver/etc/x2go*                    /etc/x2go/
+x2goserver/VERSION.x2goserver-common    /usr/share/x2go/versions/
diff --git a/debian/x2goserver-common.manpages b/debian/x2goserver-common.manpages
new file mode 100644
index 0000000..18d0d48
--- /dev/null
+++ b/debian/x2goserver-common.manpages
@@ -0,0 +1 @@
+x2goserver/man/man5/*
\ No newline at end of file
diff --git a/debian/x2goserver.install b/debian/x2goserver.install
index d51c15d..259301f 100644
--- a/debian/x2goserver.install
+++ b/debian/x2goserver.install
@@ -1,6 +1,6 @@
 x2goserver/bin/x2go*                    /usr/bin/
 x2goserver/sbin/x2go*                   /usr/sbin/
 x2goserver/lib/x2go*                    /usr/lib/x2go/
-x2goserver/etc/x2go*                    /etc/x2go/
+x2goserver/etc/x2go_logout*             /etc/x2go/
 x2goserver/VERSION.x2goserver           /usr/share/x2go/versions/
 x2goserver/share/x2gofeature.d          /usr/share/x2go/
diff --git a/x2goserver-compat/Makefile b/x2goserver-common/Makefile
similarity index 65%
copy from x2goserver-compat/Makefile
copy to x2goserver-common/Makefile
index 3775dae..bb9df7d 100755
--- a/x2goserver-compat/Makefile
+++ b/x2goserver-common/Makefile
@@ -20,8 +20,8 @@ MANDIR=$(PREFIX)/share/man
 SHAREDIR=$(PREFIX)/share/x2go
 
 BIN_SCRIPTS=$(shell cd bin && echo *)
-#SBIN_SCRIPTS=$(shell cd sbin && echo *)
-#LIB_FILES=$(shell cd lib && echo *)
+SBIN_SCRIPTS=$(shell cd sbin && echo *)
+LIB_FILES=$(shell cd lib && echo *)
 FEATURE_SCRIPTS=$(shell cd share/x2gofeature.d && echo *.features)
 
 man_pages = `cd man && find * -type f`
@@ -43,45 +43,46 @@ build_man2html:
 	for man_page in $(man_pages); do mkdir -p `dirname $(MAN2HTML_DEST)/$$man_page`; done
 	for man_page in $(man_pages); do $(MAN2HTML_BIN) $(MAN2HTML_SRC)/$$man_page > $(MAN2HTML_DEST)/$$man_page.html; done
 
-clean: clean_man2html
+clean: clean-arch clean-indep
+
+clean-arch:
+
+clean-indep: clean_man2html
 
 clean_man2html:
-	rm -rf `dirname $(MAN2HTML_DEST)`
+	rm -Rf `dirname $(MAN2HTML_DEST)`
 
 install: install_scripts install_config install_man install_version
 
 install_scripts:
-	$(INSTALL_DIR) $(DESTDIR)$(BINDIR)
-	$(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)
-	$(INSTALL_PROGRAM) bin/*                $(DESTDIR)$(BINDIR)/
-	$(INSTALL_PROGRAM) share/x2gofeature.d/*.features $(DESTDIR)$(SHAREDIR)/x2gofeature.d/
 
 install_config:
+	$(INSTALL_DIR) $(DESTDIR)$(ETCDIR)
+	$(INSTALL_FILE) etc/x2goserver.conf     $(DESTDIR)$(ETCDIR)/
 
 install_man:
-	$(INSTALL_DIR) $(DESTDIR)$(MANDIR)
-	$(INSTALL_DIR) $(DESTDIR)$(MANDIR)/man8
-	$(INSTALL_FILE) man/man8/*.8           $(DESTDIR)$(MANDIR)/man8
-	gzip -f $(DESTDIR)$(MANDIR)/man8/x2go*.8
+	$(INSTALL_DIR) $(DESTDIR)$(MANDIR)/man5
+	$(INSTALL_FILE) man/man5/*.5           $(DESTDIR)$(MANDIR)/man5
+	gzip -f $(DESTDIR)$(MANDIR)/man8/x2go*.5
 
 install_version:
 	$(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)
 	$(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)/versions
-	$(INSTALL_FILE) VERSION.x2goserver-compat     $(DESTDIR)$(SHAREDIR)/versions/VERSION.x2goserver-compat
+	$(INSTALL_FILE) VERSION.x2goserver-common     $(DESTDIR)$(SHAREDIR)/versions/VERSION.x2goserver-common
 
 uninstall: uninstall_scripts uninstall_config uninstall_man uninstall_version
 
 uninstall_scripts:
-	for file in $(BIN_SCRIPTS); do $(RM_FILE) $(DESTDIR)$(BINDIR)/$$file; done
-	for file in $(FEATURE_SCRIPTS); do $(RM_FILE) $(DESTDIR)$(SHAREDIR)/x2gofeature.d/$$file; done
 
 uninstall_config:
+	$(RM_FILE) $(DESTDIR)$(ETCDIR)/x2goserver.conf
+	$(RM_DIR)  $(DESTDIR)$(ETCDIR) || true
 
 uninstall_man:
-	for file in $(BIN_SCRIPTS); do $(RM_FILE) $(DESTDIR)$(MANDIR)/man8/$$file.8.gz; done
-	for file in $(SBIN_SCRIPTS); do $(RM_FILE) $(DESTDIR)$(MANDIR)/man8/$$file.8.gz; done
+	for file in $(BIN_SCRIPTS); do $(RM_FILE) $(DESTDIR)$(MANDIR)/man5/$$file.5.gz; done
+	for file in $(SBIN_SCRIPTS); do $(RM_FILE) $(DESTDIR)$(MANDIR)/man5/$$file.5.gz; done
 	$(RM_DIR)  $(DESTDIR)$(MANDIR) || true
 
 uninstall_version:
-	$(RM_FILE) $(DESTDIR)$(SHAREDIR)/versions/VERSION.x2goserver-compat
+	$(RM_FILE) $(DESTDIR)$(SHAREDIR)/versions/VERSION.x2goserver-common
 	$(RM_DIR)  $(DESTDIR)$(SHAREDIR)/versions || true
diff --git a/x2goserver-compat/VERSION.x2goserver-compat b/x2goserver-common/VERSION.x2goserver-common
similarity index 100%
copy from x2goserver-compat/VERSION.x2goserver-compat
copy to x2goserver-common/VERSION.x2goserver-common
diff --git a/x2goserver/etc/x2goserver.conf b/x2goserver-common/etc/x2goserver.conf
similarity index 100%
copy from x2goserver/etc/x2goserver.conf
copy to x2goserver-common/etc/x2goserver.conf
diff --git a/x2goserver-common/man/man5/x2goserver.conf.5 b/x2goserver-common/man/man5/x2goserver.conf.5
new file mode 100644
index 0000000..ecceb11
--- /dev/null
+++ b/x2goserver-common/man/man5/x2goserver.conf.5
@@ -0,0 +1,73 @@
+'\" -*- coding: utf-8 -*-
+.if \n(.g .ds T< \\FC
+.if \n(.g .ds T> \\F[\n[.fam]]
+.de URL
+\\$2 \(la\\$1\(ra\\$3
+..
+.if \n(.g .mso www.tmac
+.TH x2goserver.conf 5 "Sep 2012" "Version 3.2.x.y" "X2Go Server Configuration"
+.SH NAME
+x2goserver.conf \- X2Go Server Main Configuration File
+.SH SYNOPSIS
+'nh
+.fi
+.ad 1
+x2goserver.conf
+
+.SH DESCRIPTION
+\fBx2goserver.conf\fR is the main configuration file for X2Go Server and the \fBX2Go::Server\fR Perl API.
+.SH SECTIONS
+The \fBx2goserver.conf\fR's configuration file format is an INI-based configuration format. It falls
+apart into sections and options with their values.
+
+    [section1]
+    sec1option1 = valueA
+    sec1option2 = valueB
+    ...
+
+    [section2]
+    sec2option1 = valueC
+    sec2option2 = valueD
+    ...
+
+.SH SECTION [limit users]
+In this section you can list up Posix users known to the system and specify the max. number of allowed
+simultaneous X2Go sessions in an X2Go Server farm.
+.PP
+.SH SECTION [limit groups]
+In this section you can list up Posix group names known to the system and specify the max. number of allowed
+simultaneous X2Go sessions in an X2Go Server farm. The session limitation applies to all users in the specified
+groups.
+.PP
+If individual users are listed in section \fI[limit users]\fR and some of their groups are listed in
+section \fI[limit groups]\fR, then the maximum value of allowed sessions will be chosen.
+.PP
+If a user is a member of several of the specified groups under section \fI[limit groups]\fR, then the number
+of allowed simultaneous X2Go sessions for a certain user will be derived from the group with the
+most allowed sessions found under this section.
+.PP
+.SH SECTION [log]
+The \fI[log]\fR's section only option is the \fIloglevel\fR option. Allowed values are:
+.TP 5
+    emerg, alert, crit, err, warning, notice, info, debug.
+.PP
+The \fIloglevel\fR option controls the verbosity of the X2Go::Server Perl functions. The log output
+appears via LOCAL7 (normally: /var/log/syslog).
+.PP
+.SH EXAMPLE
+The below configuration file is the default after installation of X2Go Server:
+
+    [limit users]
+    #user-foo=1
+
+    [limit groups]
+    #bar-group=1
+
+    [log]
+    # possible levels are:
+    #   emerg, alert, crit, err, warning, notice, info, debug
+    loglevel=notice
+
+.SH AUTHOR
+This manual has been written by Mike Gabriel <mike.gabriel at das-netzwerkteam.de> for the X2Go project
+(http://www.x2go.org).
diff --git a/x2goserver-compat/man/man8/x2gosuspend-agent.8 b/x2goserver-compat/man/man8/x2gosuspend-agent.8
index bb91061..a1f598b 100644
--- a/x2goserver-compat/man/man8/x2gosuspend-agent.8
+++ b/x2goserver-compat/man/man8/x2gosuspend-agent.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gosuspend-agent 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Tool (compat)"
+.TH x2gosuspend-agent 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Tool (compat)"
 .SH NAME
 x2gosuspend-agent \- X2Go Server Script (deprecated, shipped for compatibility with old clients)
 .SH SYNOPSIS
diff --git a/x2goserver-compat/man/man8/x2gosuspend.8 b/x2goserver-compat/man/man8/x2gosuspend.8
index a0c59ac..596c53f 100644
--- a/x2goserver-compat/man/man8/x2gosuspend.8
+++ b/x2goserver-compat/man/man8/x2gosuspend.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gosuspend 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Tool (compat)"
+.TH x2gosuspend 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Tool (compat)"
 .SH NAME
 x2gosuspend \- X2Go Server Script (deprecated, shipped for compatibility with old clients)
 .SH SYNOPSIS
diff --git a/x2goserver-compat/man/man8/x2goterminate.8 b/x2goserver-compat/man/man8/x2goterminate.8
index f91d6b8..8fea881 100644
--- a/x2goserver-compat/man/man8/x2goterminate.8
+++ b/x2goserver-compat/man/man8/x2goterminate.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2goterminate 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Tool (compat)"
+.TH x2goterminate 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Tool (compat)"
 .SH NAME
 x2goterminate \- X2Go Server Script (deprecated, shipped for compatibility with old clients)
 .SH SYNOPSIS
diff --git a/x2goserver-extensions/man/man8/x2goserver-run-extensions.8 b/x2goserver-extensions/man/man8/x2goserver-run-extensions.8
index 9e3d86d..e2c0c34 100644
--- a/x2goserver-extensions/man/man8/x2goserver-run-extensions.8
+++ b/x2goserver-extensions/man/man8/x2goserver-run-extensions.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2goserver-run-extensions 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Tool"
+.TH x2goserver-run-extensions 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Tool"
 .SH NAME
 x2goserver-run-extensions \- Run X2Go Server Extensions
 .SH SYNOPSIS
diff --git a/x2goserver-fmbindings/man/man8/x2gofm.8 b/x2goserver-fmbindings/man/man8/x2gofm.8
index 576d5e4..52dcecc 100644
--- a/x2goserver-fmbindings/man/man8/x2gofm.8
+++ b/x2goserver-fmbindings/man/man8/x2gofm.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gofm 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server"
+.TH x2gofm 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server"
 .SH NAME
 x2gofm \- X2Go wrapper for Browsing X2Go Shared Folders
 .SH SYNOPSIS
diff --git a/x2goserver-printing/man/man8/x2goprint.8 b/x2goserver-printing/man/man8/x2goprint.8
index c22276a..c501cfd 100644
--- a/x2goserver-printing/man/man8/x2goprint.8
+++ b/x2goserver-printing/man/man8/x2goprint.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2goprint 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Tool"
+.TH x2goprint 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Tool"
 .SH NAME
 x2goprint \- Process X2Go Print Job
 .SH SYNOPSIS
diff --git a/x2goserver/Makefile b/x2goserver/Makefile
index 87af41a..53b54c9 100755
--- a/x2goserver/Makefile
+++ b/x2goserver/Makefile
@@ -66,7 +66,9 @@ install_scripts:
 
 install_config:
 	$(INSTALL_DIR) $(DESTDIR)$(ETCDIR)
-	$(INSTALL_FILE) etc/x2goserver.conf     $(DESTDIR)$(ETCDIR)/
+	$(INSTALL_DIR) $(DESTDIR)$(ETCDIR)/x2go_logout.d
+	$(INSTALL_FILE) etc/x2go_logout     $(DESTDIR)$(ETCDIR)/
+	$(INSTALL_FILE) etc/x2go_logout.d/* $(DESTDIR)$(ETCDIR)/x2go_logout.d/
 
 install_man:
 	$(INSTALL_DIR) $(DESTDIR)$(MANDIR)
@@ -91,7 +93,9 @@ uninstall_scripts:
 	$(RM_DIR) $(DESTDIR)$(SHAREDIR) || true
 
 uninstall_config:
-	$(RM_FILE) $(DESTDIR)$(ETCDIR)/x2goserver.conf
+	$(RM_FILE) $(DESTDIR)$(ETCDIR)/x2go_logout.d/*
+	$(RM_FILE) $(DESTDIR)$(ETCDIR)/x2go_logout
+	$(RM_DIR)  $(DESTDIR)$(ETCDIR)/x2go_logout.d || true
 	$(RM_DIR)  $(DESTDIR)$(ETCDIR) || true
 
 uninstall_man:
diff --git a/x2goserver/man/man8/x2gobasepath.8 b/x2goserver/man/man8/x2gobasepath.8
index 3388820..6b8abb9 100644
--- a/x2goserver/man/man8/x2gobasepath.8
+++ b/x2goserver/man/man8/x2gobasepath.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gobasepath 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Tool"
+.TH x2gobasepath 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Tool"
 .SH NAME
 x2gobasepath \- Detect Base Path of X2Go Server Installation
 .SH SYNOPSIS
diff --git a/x2goserver/man/man8/x2gocleansessions.8 b/x2goserver/man/man8/x2gocleansessions.8
index 0fc587b..cbf2415 100644
--- a/x2goserver/man/man8/x2gocleansessions.8
+++ b/x2goserver/man/man8/x2gocleansessions.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gocleansessions 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Tool"
+.TH x2gocleansessions 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Tool"
 .SH NAME
 x2gocleansessions \- X2Go Server Cleanup Daemon
 .SH SYNOPSIS
diff --git a/x2goserver/man/man8/x2gocmdexitmessage.8 b/x2goserver/man/man8/x2gocmdexitmessage.8
index 7752080..3a6c7c2 100644
--- a/x2goserver/man/man8/x2gocmdexitmessage.8
+++ b/x2goserver/man/man8/x2gocmdexitmessage.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gocmdexitmessage 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Tool"
+.TH x2gocmdexitmessage 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Tool"
 .SH NAME
 x2gocmdexitmessage \- Exit Message of X2Go Command
 .SH SYNOPSIS
diff --git a/x2goserver/man/man8/x2godbadmin.8 b/x2goserver/man/man8/x2godbadmin.8
index 314e68b..724bb5a 100644
--- a/x2goserver/man/man8/x2godbadmin.8
+++ b/x2goserver/man/man8/x2godbadmin.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2godbadmin 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Admin Tool"
+.TH x2godbadmin 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Admin Tool"
 .SH NAME
 x2godbadmin \- X2Go Server Database Administrator
 .SH SYNOPSIS
diff --git a/x2goserver/man/man8/x2gofeature.8 b/x2goserver/man/man8/x2gofeature.8
index facc29f..e421d0b 100644
--- a/x2goserver/man/man8/x2gofeature.8
+++ b/x2goserver/man/man8/x2gofeature.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gofeature 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Tool"
+.TH x2gofeature 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Tool"
 .SH NAME
 x2gofeature \- Query X2Go Feature Availability on X2Go Server
 .SH SYNOPSIS
diff --git a/x2goserver/man/man8/x2gofeaturelist.8 b/x2goserver/man/man8/x2gofeaturelist.8
index e3ec8e6..7f5d22b 100644
--- a/x2goserver/man/man8/x2gofeaturelist.8
+++ b/x2goserver/man/man8/x2gofeaturelist.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gofeaturelist 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Tool"
+.TH x2gofeaturelist 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Tool"
 .SH NAME
 x2gofeaturelist \- Query X2Go Feature List for X2Go Server
 .SH SYNOPSIS
diff --git a/x2goserver/man/man8/x2gogetservers.8 b/x2goserver/man/man8/x2gogetservers.8
index a0b03df..f2e13cf 100644
--- a/x2goserver/man/man8/x2gogetservers.8
+++ b/x2goserver/man/man8/x2gogetservers.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gogetservers 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Tool"
+.TH x2gogetservers 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Tool"
 .SH NAME
 x2gogetservers \- Retrieve list of available X2Go servers
 .SH SYNOPSIS
diff --git a/x2goserver/man/man8/x2golistdesktops.8 b/x2goserver/man/man8/x2golistdesktops.8
index 6dc25cf..bd5aa57 100644
--- a/x2goserver/man/man8/x2golistdesktops.8
+++ b/x2goserver/man/man8/x2golistdesktops.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2golistdesktops 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Tool"
+.TH x2golistdesktops 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Tool"
 .SH NAME
 x2golistdesktops \- List Available X Desktops
 .SH SYNOPSIS
diff --git a/x2goserver/man/man8/x2golistmounts.8 b/x2goserver/man/man8/x2golistmounts.8
index d876851..6fdac4b 100644
--- a/x2goserver/man/man8/x2golistmounts.8
+++ b/x2goserver/man/man8/x2golistmounts.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2golistmounts 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Tool"
+.TH x2golistmounts 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Tool"
 .SH NAME
 x2golistmounts \- List Mounted Shares for an X2Go Session
 .SH SYNOPSIS
diff --git a/x2goserver/man/man8/x2golistsessions.8 b/x2goserver/man/man8/x2golistsessions.8
index c872745..0448e12 100644
--- a/x2goserver/man/man8/x2golistsessions.8
+++ b/x2goserver/man/man8/x2golistsessions.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2golistsessions 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Tool"
+.TH x2golistsessions 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Tool"
 .SH NAME
 x2golistsessions \- List Available X2Go Sessions for User
 .SH SYNOPSIS
diff --git a/x2goserver/man/man8/x2golistsessions_root.8 b/x2goserver/man/man8/x2golistsessions_root.8
index 41e89e6..0d09c5c 100644
--- a/x2goserver/man/man8/x2golistsessions_root.8
+++ b/x2goserver/man/man8/x2golistsessions_root.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2golistsessions_root 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Admin Tool"
+.TH x2golistsessions_root 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Admin Tool"
 .SH NAME
 x2golistsessions_root \- List X2Go Sessions for System
 .SH SYNOPSIS
diff --git a/x2goserver/man/man8/x2gomountdirs.8 b/x2goserver/man/man8/x2gomountdirs.8
index b58544a..66a513d 100644
--- a/x2goserver/man/man8/x2gomountdirs.8
+++ b/x2goserver/man/man8/x2gomountdirs.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gomountdirs 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Tool"
+.TH x2gomountdirs 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Tool"
 .SH NAME
 x2gomountdirs \- Share Client-Side Folder with X2Go Session
 .SH SYNOPSIS
diff --git a/x2goserver/man/man8/x2goresume-session.8 b/x2goserver/man/man8/x2goresume-session.8
index 6a8c2a1..442c856 100644
--- a/x2goserver/man/man8/x2goresume-session.8
+++ b/x2goserver/man/man8/x2goresume-session.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2goresume-session 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Tool"
+.TH x2goresume-session 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Tool"
 .SH NAME
 x2goresume-session \- Resume X2Go Session
 .SH SYNOPSIS
diff --git a/x2goserver/man/man8/x2goruncommand.8 b/x2goserver/man/man8/x2goruncommand.8
index 0952072..5a274c6 100644
--- a/x2goserver/man/man8/x2goruncommand.8
+++ b/x2goserver/man/man8/x2goruncommand.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2goruncommand 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Tool"
+.TH x2goruncommand 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Tool"
 .SH NAME
 x2goruncommand \- Launch Command inside an X2Go Session
 .SH SYNOPSIS
diff --git a/x2goserver/man/man8/x2gosessionlimit.8 b/x2goserver/man/man8/x2gosessionlimit.8
index 5f35c98..48f75f6 100644
--- a/x2goserver/man/man8/x2gosessionlimit.8
+++ b/x2goserver/man/man8/x2gosessionlimit.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gosessionlimit 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Tool"
+.TH x2gosessionlimit 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Tool"
 .SH NAME
 x2gosessionlimit \- Detect Session Limit for User or Group
 .SH SYNOPSIS
diff --git a/x2goserver/man/man8/x2gosetkeyboard.8 b/x2goserver/man/man8/x2gosetkeyboard.8
index 3e9baaf..ccd6808 100644
--- a/x2goserver/man/man8/x2gosetkeyboard.8
+++ b/x2goserver/man/man8/x2gosetkeyboard.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gosetkeyboard 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Tool (PyHoca)"
+.TH x2gosetkeyboard 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Tool (PyHoca)"
 .SH NAME
 x2gosetkeyboard \- Allow server-side Keyboard Setting Updates issued by X2Go Client
 .SH SYNOPSIS
diff --git a/x2goserver/man/man8/x2goshowblocks.8 b/x2goserver/man/man8/x2goshowblocks.8
index 282ebde..8ca742a 100644
--- a/x2goserver/man/man8/x2goshowblocks.8
+++ b/x2goserver/man/man8/x2goshowblocks.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2goshowblocks 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Tool"
+.TH x2goshowblocks 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Tool"
 .SH NAME
 x2goshowblocks \- Show X2Go-Mounted Block Devices
 .SH SYNOPSIS
diff --git a/x2goserver/man/man8/x2gostartagent.8 b/x2goserver/man/man8/x2gostartagent.8
index 7c86d2e..db3382c 100644
--- a/x2goserver/man/man8/x2gostartagent.8
+++ b/x2goserver/man/man8/x2gostartagent.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gostartagent 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Tool"
+.TH x2gostartagent 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Tool"
 .SH NAME
 x2gostartagent \- Start a New X2Go Session
 .SH SYNOPSIS
diff --git a/x2goserver/man/man8/x2gosuspend-session.8 b/x2goserver/man/man8/x2gosuspend-session.8
index 4646a9c..3c6ac42 100644
--- a/x2goserver/man/man8/x2gosuspend-session.8
+++ b/x2goserver/man/man8/x2gosuspend-session.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gosuspend-session 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Tool"
+.TH x2gosuspend-session 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Tool"
 .SH NAME
 x2gosuspend-session \- Suspend an X2Go Session
 .SH SYNOPSIS
diff --git a/x2goserver/man/man8/x2goterminate-session.8 b/x2goserver/man/man8/x2goterminate-session.8
index 2c72b9c..4ae80bc 100644
--- a/x2goserver/man/man8/x2goterminate-session.8
+++ b/x2goserver/man/man8/x2goterminate-session.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2goterminate-session 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Tool"
+.TH x2goterminate-session 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Tool"
 .SH NAME
 x2goterminate-session \- Terminate an X2Go Session
 .SH SYNOPSIS
diff --git a/x2goserver/man/man8/x2goumount-session.8 b/x2goserver/man/man8/x2goumount-session.8
index f256d5a..d72fa66 100644
--- a/x2goserver/man/man8/x2goumount-session.8
+++ b/x2goserver/man/man8/x2goumount-session.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2goumount-session 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Tool"
+.TH x2goumount-session 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Tool"
 .SH NAME
 x2goumount-session \- Unshare mounted Folders from X2Go Session
 .SH SYNOPSIS
diff --git a/x2goserver/man/man8/x2goversion.8 b/x2goserver/man/man8/x2goversion.8
index a7675a7..c5909bd 100644
--- a/x2goserver/man/man8/x2goversion.8
+++ b/x2goserver/man/man8/x2goversion.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2goversion 8 "Mar 2012" "Version 3.1.1.x" "X2Go Server Tool"
+.TH x2goversion 8 "Sep 2012" "Version 3.2.x.y" "X2Go Server Tool"
 .SH NAME
 x2goversion \- Retrieve Code Versions of X2Go Server Components
 .SH SYNOPSIS


hooks/post-receive
-- 
x2goserver.git (X2Go Server)

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 "x2goserver.git" (X2Go Server).




More information about the x2go-commits mailing list