From owner-freebsd-current Tue Mar 21 12:59:09 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA03029 for current-outgoing; Tue, 21 Mar 1995 12:59:09 -0800 Received: from LOCALHOST (LOCALHOST [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id MAA03020; Tue, 21 Mar 1995 12:59:08 -0800 X-Authentication-Warning: freefall.cdrom.com: Host LOCALHOST didn't use HELO protocol To: sos@login.dknet.dk (S|ren Schmidt) cc: wollman@halloran-eldar.lcs.mit.edu (Garrett Wollman), mark@grondar.za, current@FreeBSD.org Subject: Re: Screensavers and rc's In-reply-to: Your message of "Tue, 21 Mar 95 21:44:55 +0700." <9503212044.AA17432@login.dknet.dk> Date: Tue, 21 Mar 1995 12:59:07 -0800 Message-ID: <3019.795819547@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: current-owner@FreeBSD.org Precedence: bulk > > > > < said: > > > > > # Syscons screen saver > > > if [ "x$saver" != "xNO" ] ; then > > > echo -n "syscons: " > > > modload -u -o /tmp/saver_mod -e saver_init -q /lkm/${SAVER}_saver_mod.o > > > fi > > > > The `-s' option to `vidcontrol' needs to be resurrected to automate > > this process. > > Yes, yes I know, when time comes..... The time has come. We're now doing this in rc! :-) Jordan