Frank Knobbe wrote: > On Sun, 2004-10-31 at 00:27, Jay O'Brien wrote: > >>There's got to be a way to shut GNOME and XFree86 down without >>rebooting! At least that works. I wonder if this may be the time >>to go to version 5 and the newer version of X? > > > Manually? > > To stop Gnome: /usr/X11R6/etc/rc.d/gdm.sh stop > To start Gnome: /usr/X11R6/etc/rc.d/gdm.sh start > > Permanently? Remove the gdm.sh file. > > Regards, > Frank >
Frank, that works perfectly. However, copying gdm.sh.sample as gdm.sh so that "stop" will work also starts gdm on boot, and I don't want that. However, I now see what gdm.sh is doing. The command, from that file, is 'killall -m gdm 2' and that is much simpler than running top, identifying the PID and then killing the gdm binary. Thanks for showing me the way! Jay O'Brien _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"