Subject: Re: bin/1262: screenblank isn't started.
To: None <netbsd-bugs@NetBSD.ORG>
From: der Mouse <mouse@Collatz.McRCIM.McGill.EDU>
List: netbsd-bugs
Date: 07/25/1995 06:14:31
> >Synopsis:       screenblank isn't started.

This is hardly a bug.

> Index: etc/rc
> *** rc	Tue Nov 22 08:22:34 1994
> --- rc	Sat Jul 22 18:41:49 1995
> ***************
> *** 219,224 ****
> --- 221,231 ----
>   # bootparamd isn't run.
>   if [ "X${bootparamd_flags}" != X"NO" -a -r /etc/bootparams ]; then
>   	echo -n ' rpc.bootparamd';	rpc.bootparamd ${bootparamd_flags}
> + fi
> + 
> + # start screenblank.
> + if [ -x /usr/sbin/screenblank ]; then
> + 	/usr/sbin/screenblank
>   fi
>   
>   echo '.'

If individual system administration taste differences count as bugs (I
do _not_ want screenblank run on my systems!), I've got a _lot_ of bugs
to report.  (Things that come to mind immediately: yank tset from
/.profile, toss the /etc/hostname*, /etc/myname, /etc/defaultdomain
stuff from /etc/netstart, toss the motd-bashing from /etc/rc.local,
toss the /tmp clearing from /etc/rc....)

					der Mouse

			    mouse@collatz.mcrcim.mcgill.edu