* Greg Wiley ([EMAIL PROTECTED]) wrote:
> On Tuesday, August 21, 2001 10:37 AM, [EMAIL PROTECTED] wrote:
> 
> > I'd like to revert back to logging into a command
> > prompt and starting X from there.
> 
> apt-get remove xdm
> 
>
If you want to keep xdm on your machine, but disabled:

update-rc.d -f xdm remove

the following will prevent xdm from restarting if it is updated:

update-rc.d xdm stop 10 6 .


Reply via email to