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

Re: Disabling startx in gdm



On 2002.05.08 19:02 Ernst-Magne Vindal wrote:

Hi again
Sorry about this, but this is not disabelig gdm, it's remowing it.


Go to /etc/init.d/gdm and edit the script by putting

exit 0

on a line by itself, after the shebang (after the line with #!/bin/sh)
That will disable the script.

You can also keep the script from running at boot time without disabling the script itself, by doing as root:

update-rc.d -f gdm remove

That still allows you to run the script manually.


--
Andrew


--
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: