Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > d043847aa27480c55fe107cb41a6f83f > files > 31

gdm-2.32.1-1.1.mga1.src.rpm

#!/bin/sh

PIDFILE=/var/run/gdm.pid
if test '!' -f $PIDFILE ; then
	echo "$PIDFILE doesn't exist, perhaps GDM isn't running"
	exit 1
fi
# exec the kill to get the correct return code
exec kill -TERM `cat $PIDFILE`