remove X

2000-01-21 Thread azurek
Hi all! Someone on this list suggested the way to remove xdm from executing at system start with removing links from /etc/rc*.d/ A much better way is to do: update-rc.d -f xdm remove it will remove all links automagically and when you want to get them back just do: update-rc.d xdm defaults jus

remove X

2000-01-21 Thread Adrian Zurek
Hi all! Someone on this list suggested the way to remove xdm from executing at system start with removing links from /etc/rc*.d/ A much better way is to do: update-rc.d -f xdm remove it will remove all links automagically and when you want to get them back just do: update-rc.d xdm defaults just

remove X

2000-01-21 Thread A . Zurek
Hi all! Someone on this list suggested the way to remove xdm from executing at system start with removing links from /etc/rc*.d/ A much better way is to do: update-rc.d -f xdm remove it will remove all links automagically and when you want to get them back just do: update-rc.d xdm defaults jus