Subject: Re: (Newbie to Netbsd) help enabling KDM (KDE 3) on netbsd 2.0
To: Mehdi Elaoufir <melaoufir@gmail.com>
From: Andy Ruhl <acruhl@gmail.com>
List: netbsd-help
Date: 02/19/2005 20:03:44
On Sun, 20 Feb 2005 01:39:35 +0000, Mehdi Elaoufir <melaoufir@gmail.com> wrote:
>    tty08 "/usr/local/bin/kdm -nodaemon" xterm on secure

As far as I know, you don't have to do that. Change that back to the way it was.

Then ensure you have a kdm startup script in /etc/rc.d. If you
installed a package from NetBSD or via pkgsrc, there should be one:

/etc/rc.d > ls -l kdm
-r-xr-xr-x  1 root  wheel  491 Dec  3 11:20 kdm

Add this line to your rc.conf:

kdm=YES

And that's all you should need to do. Nothing fancy. This is the netbsd way.

Andy