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.
signature.asc
Description: PGP signature

