Re: stopping x from starting automatically

1999-11-17 Thread John Stevenson
to the uninitiate that xdm was not working). IMHO, if you dont want X to start up on boot, then why do you want to install xdm?? If it is not installed, it doesnt make the links John. Adam C Powell IV wrote: Brian Servis wrote: *- On 12 Nov, Adam C Powell IV wrote about Re: stopping x from

Re: stopping x from starting automatically

1999-11-17 Thread David Karlin
Hello, On Tue, Nov 16, 1999 at 11:37:19PM +, John Stevenson wrote: I am not a developer or expert on policy, but as far as I know the intent of xdm is to start linux up X rather than on the terminal. Now as debians default init level is 2, it seems Actually, it starts up X *and* the

Re: stopping x from starting automatically

1999-11-17 Thread John Pearson
On Tue, Nov 16, 1999 at 08:38:40PM -0700, David Karlin wrote Hello, On Tue, Nov 16, 1999 at 11:37:19PM +, John Stevenson wrote: I am not a developer or expert on policy, but as far as I know the intent of xdm is to start linux up X rather than on the terminal. Now as debians

Re: stopping x from starting automatically

1999-11-16 Thread Adam C Powell IV
Brian Servis wrote: *- On 12 Nov, Adam C Powell IV wrote about Re: stopping x from starting automatically Is there some reason xdm and gdm are linked from /etc/rc.2 and /etc/rc.3? I thought only runlevel 5 was supposed to start X by default. I remove these links myself, but it seems

Re: stopping x from starting automatically

1999-11-13 Thread Eric G . Miller
On Fri, Nov 12, 1999 at 03:07:51PM -0500, Joe Block wrote: You can do it that way, but it isn't the proper way. It's generally a bad idea to mess with files in /etc/init.d because they may be needed in more than one runlevel. Leave the files in /etc/init.d alone, and go into /etc/rc2.d and

Re: stopping x from starting automatically

1999-11-13 Thread Eric G . Miller
On Fri, Nov 12, 1999 at 08:15:38PM +, Adam C Powell IV wrote: Hello, Is there some reason xdm and gdm are linked from /etc/rc.2 and /etc/rc.3? I thought only runlevel 5 was supposed to start X by default. I remove these links myself, but it seems like making this default would be real

Re: stopping x from starting automatically

1999-11-13 Thread Eric G . Miller
If you don't want xdm at all, easier just to: $ dpkg --purge xdm -- ++ | Eric G. Milleregm2@jps.net | | GnuPG public key: http://www.jps.net/egm2/gpg.asc | ++

Re: stopping x from starting automatically

1999-11-13 Thread Pollywog
On 13-Nov-1999 Eric G . Miller wrote: If you don't want xdm at all, easier just to: $ dpkg --purge xdm That will work, but if KDE debs are installed, they require that xdm be installed, so the best way to deal with it (for a KDE user) is: update-rc.d -f xdm remove(as root, of

stopping x from starting automatically

1999-11-12 Thread pplaw
debs, how do i stop x from starting automatically? ia, t. bentley taylor // do things well. do them with heart--linus torvalds, linux journal (11/1999). //

Re: stopping x from starting automatically

1999-11-12 Thread Sven Esbjerg
On Fri, Nov 12, 1999 at 01:25:49PM -0800, pplaw wrote: how do i stop x from starting automatically? You remove it from /etc/init.d or more safely you remove the symlink from your present runlevel. This is as default 2 on Debian whih meens the you will have to remove /etc/rc2.d/S99xdm which is

Re: stopping x from starting automatically

1999-11-12 Thread Simeon Simes
update-rc.d -f xdm remove as root debs, how do i stop x from starting automatically? ia, t. bentley taylor // do things well. do them with heart--linus torvalds, linux journal (11/1999). // -- Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] /dev/null --

Re: stopping x from starting automatically

1999-11-12 Thread Kevin M. McLin
Hi There, You can stop xdm from coming on and giving you that little X login window by removing xdm from /etc/init.d. I just copy things into a subdirctory /etc/init.d/disabled when I don't want them to start up on boot. That way, if I ever change my mind, which I often do, I can easily copy

Re: stopping x from starting automatically

1999-11-12 Thread Joe Block
Kevin M. McLin wrote: Hi There, You can stop xdm from coming on and giving you that little X login window by removing xdm from /etc/init.d. I just copy things into a subdirctory /etc/init.d/disabled when I don't want them to start up on boot. That way, if I ever change my mind, which I

Re: stopping x from starting automatically

1999-11-12 Thread Adam C Powell IV
Hello, Is there some reason xdm and gdm are linked from /etc/rc.2 and /etc/rc.3? I thought only runlevel 5 was supposed to start X by default. I remove these links myself, but it seems like making this default would be real easy, and would make Debian that much more standard. If no reason by

Re: stopping x from starting automatically

1999-11-12 Thread Alec Smith
You want to go into /etc/init.d and move xdm to /root (or some other out-of-the-way) directory. Then run update-rc.d xdm remove to take care of the rc.d symlinks. On Fri, 12 Nov 1999, pplaw wrote: debs, how do i stop x from starting automatically? ia, t. bentley taylor // do

Re: stopping x from starting automatically

1999-11-12 Thread Brian Servis
*- On 12 Nov, Adam C Powell IV wrote about Re: stopping x from starting automatically Is there some reason xdm and gdm are linked from /etc/rc.2 and /etc/rc.3? I thought only runlevel 5 was supposed to start X by default. I remove these links myself, but it seems like making