Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > by-pkgid > 33d4e48f71b0d24d237f3429e1934d27 > files > 27

gdm-2.32.2-2.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
echo "Not supported"