> Hey all, > > I'm a huge nut of the CLI, but my girlfriend is not. I've gone through a > bunch of the documentation on > http://docs.kde.org/en/3.1/kdebase/kdm/Configuring-your-system-for-kdm.html > and have gotten as far as test whether I can run > > grog# kdm -nodeamon > > and I get a KDE login screen after a few breif seconds. Now, how do I > implement this so that kdm initalizes at boot so my gf can use my FreeBSD > system without having to type what is, in her words, some "arcane fucking > command from the old world of DOS."
Any script in /usr/local/etc/rc.d/ gets started at boot time. A script usaly has a "echo -n 'script name'" that print a message at boot time. -- Alex Articles based on solutions that I use: http://www.kruijff.org/alex/index.php?dir=docs/FreeBSD/ _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
