[X2Go-Commits] x2goserver.git - release/4.0.1.x (branch) updated: 4.0.1.9-26-g1c009da
X2Go dev team
git-admin at x2go.org
Sat Dec 28 23:06:43 CET 2013
The branch, release/4.0.1.x has been updated
via 1c009da19b25909b05bf378e52e490125efdb037 (commit)
from 623438a02d5eade70859a95882f1614dae2658a7 (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 1c009da19b25909b05bf378e52e490125efdb037
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sat Dec 28 23:06:23 2013 +0100
pull in x2goserver.init script for RPM distros from master branch
-----------------------------------------------------------------------
Summary of changes:
rpm/{x2gocleansessions.init => x2goserver.init} | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
rename rpm/{x2gocleansessions.init => x2goserver.init} (80%)
The diff of changes is:
diff --git a/rpm/x2gocleansessions.init b/rpm/x2goserver.init
similarity index 80%
rename from rpm/x2gocleansessions.init
rename to rpm/x2goserver.init
index e87d652..a2e6619 100644
--- a/rpm/x2gocleansessions.init
+++ b/rpm/x2goserver.init
@@ -1,17 +1,17 @@
#!/bin/sh
#
-# x2gocleansessions - Starts/stop the "x2gocleansessions" daemon
+# x2goserver - Starts/stop the "x2goserver" daemon
#
# chkconfig: 2345 99 1
# description: Cleans the X2Go session database
### BEGIN INIT INFO
-# Provides: x2gocleansessions at batch
+# Provides: x2goserver at batch
# Required-Start: $local_fs
# Required-Stop: $local_fs
# Default-Start: 2345
# Default-Stop: 016
-# Short-Description: Starts/stop the "x2gocleansessions" daemon
+# Short-Description: Starts/stop the "x2goserver" daemon
# Description: Cleans the X2Go session database
### END INIT INFO
@@ -19,13 +19,13 @@
. /etc/rc.d/init.d/functions
exec=/usr/sbin/x2gocleansessions
-prog="x2gocleansessions"
-config=/etc/sysconfig/x2gocleansessions
+prog="X2Go Server"
+config=/etc/sysconfig/x2goserver
XSOCKDIR=/tmp/.X11-unix
-[ -e /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog
+[ -e $config ] && . $config
-lockfile=/var/lock/subsys/$prog
+lockfile=/var/lock/subsys/x2goserver
start() {
[ -x $exec ] || exit 5
@@ -65,7 +65,7 @@ force_reload() {
rh_status() {
# run checks to determine if the service is running or use generic status
- status $prog
+ status x2goserver
}
rh_status_q() {
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