Comment 1 for bug 23828

Revision history for this message
Matt Zimmerman (mdz) wrote :

(In reply to comment #0)
> stop)
> log_begin_msg "Stopping GNOME Display Manager..."
> start-stop-daemon --stop --quiet --pidfile $PIDFILE --name gdm $SSD_ARG
> --retry 30 >/dev/null 2>&1 || \
> log_success_msg "GNOME Display Manager not running"
> log_end_msg 0
>
>
> Notice that $SSD_ARG is being used there. It actually seems to break my GDM from
> being able to stop on one of my systems. Not sure why but it does. Don't think
> it's neccassary anyway.

Can you explain what the problem is? The presence of $SSD_ARG on that line is
intentional and not a bug.