This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch release/4.0.1.x in repository x2goserver. from 23bf7ca x2goserver-xsession/etc/Xsession: fix wrong variable usage. Fixes: #1073. new 4d7615e x2goserver/sbin/x2gocleansessions: move in-file POD to end of file, rather than "commenting" out all the remaining code. Fixes: #1068. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 2 + x2goserver/sbin/x2gocleansessions | 83 +++++++++++++++++++------------------ 2 files changed, 44 insertions(+), 41 deletions(-) -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.1.x in repository x2goserver. commit 4d7615e28ba22d456cdaa23e0e62235ae9dcc95b Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Aug 21 13:16:30 2016 +0200 x2goserver/sbin/x2gocleansessions: move in-file POD to end of file, rather than "commenting" out all the remaining code. Fixes: #1068. --- debian/changelog | 2 + x2goserver/sbin/x2gocleansessions | 83 +++++++++++++++++++------------------ 2 files changed, 44 insertions(+), 41 deletions(-) diff --git a/debian/changelog b/debian/changelog index b37edae..0647cf9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -94,6 +94,8 @@ x2goserver (4.0.1.20-0x2go1) UNRELEASED; urgency=low appending new data. Fixes: #923. - x2goserver-xsession/etc/Xsession: fix wrong variable usage. Fixes: #1073. + - x2goserver/sbin/x2gocleansessions: move in-file POD to end of file, + rather than "commenting" out all the remaining code. Fixes: #1068. * x2goserver.spec: - Add sudo and logcheck as BuildRequires and Requires. Don't own directories that are owned by sudo and logcheck. Logcheck is not diff --git a/x2goserver/sbin/x2gocleansessions b/x2goserver/sbin/x2gocleansessions index 7428b66..650346f 100755 --- a/x2goserver/sbin/x2gocleansessions +++ b/x2goserver/sbin/x2gocleansessions @@ -41,47 +41,6 @@ GetOptions('help|?|h' => \$help, 'man' => \$man) or pod2usage(2); pod2usage(1) if $help; pod2usage(-verbose => 2, -exitval => 0) if $man; -__END__ -=head1 NAME - -x2gocleansessions - X2Go Server Cleanup Daemon - -=head1 SYNOPSIS - -x2gocleansessions [options] - - Options: - --help|-h|-? brief help message - --man full documentation - -=head1 OPTIONS - -=over 8 - -=item B<--help>|B<-?>|B<-h> - -Print a brief help message and exits. - -=item B<--man> - -Prints the manual page and exits. - -=back - -=head1 DESCRIPTION - -B<x2gocleansessions> is run as a service on X2Go servers to handle the cleanup -of stale sessions. - -B<x2gocleansessions> must be run (as a service) with root privileges. - -=head1 AUTHOR - -This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -for the X2Go project (http://www.x2go.org). - -=cut - openlog($0,'cons,pid','user'); setlogmask( LOG_UPTO(x2gologlevel()) ); @@ -380,3 +339,45 @@ elsif ($pid == 0 ) } } } + +__END__ +=head1 NAME + +x2gocleansessions - X2Go Server Cleanup Daemon + +=head1 SYNOPSIS + +x2gocleansessions [options] + + Options: + --help|-h|-? brief help message + --man full documentation + +=head1 OPTIONS + +=over 8 + +=item B<--help>|B<-?>|B<-h> + +Print a brief help message and exits. + +=item B<--man> + +Prints the manual page and exits. + +=back + +=head1 DESCRIPTION + +B<x2gocleansessions> is run as a service on X2Go servers to handle the cleanup +of stale sessions. + +B<x2gocleansessions> must be run (as a service) with root privileges. + +=head1 AUTHOR + +This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +for the X2Go project (http://www.x2go.org). + +=cut + -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git