Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37503599
en ru br
ALT Linux repos
S:4.1.0.3-alt3

Group :: System/Servers
RPM: x2goserver

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: x2goterminate-session.diff
Download


--- x2goserver-2.0.1.orig/x2goterminate-session
+++ x2goserver-2.0.1/x2goterminate-session
@@ -1,10 +1,11 @@
-#!/bin/sh
+#!/bin/bash
+
 SESSION_NAME=$1
 X2GO_AGENT_PID=`sudo x2gopgwrapper getagent $SESSION_NAME` 
 X2GO_AGENT_PID=`echo "$X2GO_AGENT_PID"| awk {'print $1'}`
 
 sudo x2gopgwrapper changestatus 'F' $SESSION_NAME  > /dev/null
 
-kill $X2GO_AGENT_PID
+kill -TERM $X2GO_AGENT_PID
 export HOSTNAME
 x2goumount_session $SESSION_NAME
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin