add "screenblank" support.

This commit is contained in:
mrg 1998-04-07 04:47:33 +00:00
parent a36b788c3f
commit 4c04041950
2 changed files with 7 additions and 2 deletions

6
etc/rc
View File

@ -1,4 +1,4 @@
# $NetBSD: rc,v 1.102 1998/02/24 00:24:45 lukem Exp $
# $NetBSD: rc,v 1.103 1998/04/07 04:47:33 mrg Exp $
# originally from: @(#)rc 8.2 (Berkeley) 3/17/94
# System startup script run by init on autoboot
@ -456,6 +456,10 @@ if checkyesno apmd; then
echo -n ' apmd'; apmd $apmd_flags
fi
if checkyesno screenblank; then
echo -n ' screenblank'; screenblank $screenblank_flags
fi
if checkyesno inetd; then
if [ -r /etc/inetd.conf ]; then
echo -n ' inetd'; inetd $inetd_flags

View File

@ -1,4 +1,4 @@
# $NetBSD: rc.conf,v 1.28 1998/01/26 12:01:35 lukem Exp $
# $NetBSD: rc.conf,v 1.29 1998/04/07 04:47:33 mrg Exp $
#
# see rc.conf(5) for more information.
@ -88,3 +88,4 @@ amd=NO amd_flags="-l syslog -x error,noinfo,nostats"
apmd=NO apmd_flags=""
rwhod=NO
kerberos=NO
screenblank=NO screenblank_flags="" # sparc and sun3 screenblanker