[X2Go-Commits] x2gobroker.git - master (branch) updated: 0.0.2.3-115-g292c637
X2Go dev team
git-admin at x2go.org
Wed Dec 18 23:39:52 CET 2013
The branch, master has been updated
via 292c63786872749fd4c10ca0106d4cd1142bb327 (commit)
from a0f366f95b7d6ec9f7db19aafb72bc701a2ef973 (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 292c63786872749fd4c10ca0106d4cd1142bb327
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Dec 18 23:39:49 2013 +0100
x2gobroker.spec: use SOURCE1+2 as init scripts
-----------------------------------------------------------------------
Summary of changes:
x2gobroker.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
The diff of changes is:
diff --git a/x2gobroker.spec b/x2gobroker.spec
index 4b3ee27..90ccc30 100644
--- a/x2gobroker.spec
+++ b/x2gobroker.spec
@@ -224,15 +224,15 @@ install -pm0644 x2gobroker-authservice.service %{buildroot}%{_unitdir}
# SysV session cleanup script
%if 0%{?el5}
mkdir -p %{buildroot}%{_initrddir}
-install -pm0755 "init/x2gobroker-authservice.init" \
+install -pm0755 %SOURCE2 \
"$b/%_initrddir/x2gobroker-authservice"
-install -pm0755 "init/x2gobroker-daemon.init" \
+install -pm0755 %SOURCE1 \
"$b/%_initrddir/x2gobroker-daemon"
%else
mkdir -p "$b/%_initddir"
-install -pm0755 "init/x2gobroker-authservice.init" \
+install -pm0755 %SOURCE2 \
"$b/%_initddir/x2gobroker-authservice"
-install -pm0755 "init/x2gobroker-daemon.init" \
+install -pm0755 %SOURCE1 \
"$b/%_initddir/x2gobroker-daemon"
%endif
%endif
hooks/post-receive
--
x2gobroker.git (HTTP(S) Session broker for X2Go)
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 "x2gobroker.git" (HTTP(S) Session broker for X2Go).
More information about the x2go-commits
mailing list