Thanks very much everyone for the suggestions!!

On Tue, Dec 18, 2007 at 07:15:39PM +0000, Neil Bothwick wrote:
> On Tue, 18 Dec 2007 10:32:26 -0600, Albert Hopkins wrote:
> 
> > 1. Create a new runlevel, say "nox" and just don't put xdm in the
> > runlevel.  The drawback to this is you have to maintain another
> > runlevel.
> 
> I have this in /etc/conf.d/local.stop to keep my text runlevel in line
> with default
> 
> cd /etc/runlevels/default
> rm -f ../text/*
> for i in * ; do
>    ln -s ../default/$i ../text/$i
>    rm -f ../text/{xdm,vmware}
>    done
> 
> 
> -- 
> Neil Bothwick
> 
> Weird enough for government work.


-- 
[EMAIL PROTECTED] mailing list

Reply via email to