funny gdm-restart script

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Calling gdm-restart only reports:

	Not supported

What's not supported? The code for gdm-restart is a shell script and rather short:
-------------------snip
#!/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"
-------------------snip

So, instead of killing a running gdm, the script only echoes the text:

Not supported

Can anybody explain this? This happens in F12 (and F11 too)

Kind regards

Joachim Backes <joachim.backes@xxxxxxxxxxxxxx>

http://www.rhrk.uni-kl.de/~backes

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux