Re: XDM
* Greg Wiley (greg@orthogony.com) wrote:
> On Tuesday, August 21, 2001 10:37 AM, fishnet372@yahoo.com 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 to:
- References:
- XDM
- From: David Frischknecht <fishnet372@yahoo.com>
- Re: XDM
- From: "Greg Wiley" <greg@orthogony.com>