install rc.d
This commit is contained in:
parent
7476299781
commit
1aa98bd080
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: rc.conf,v 1.148 2019/05/11 19:31:03 maxv Exp $
|
||||
# $NetBSD: rc.conf,v 1.149 2019/05/12 01:33:47 kre Exp $
|
||||
#
|
||||
# /etc/defaults/rc.conf --
|
||||
# default configuration of /etc/rc.conf
|
||||
|
@ -340,6 +340,7 @@ autofs=NO automount_flags=""
|
|||
apmd=NO apmd_flags="" # APM power management daemon.
|
||||
powerd=NO powerd_flags="" # power management daemon
|
||||
screenblank=NO screenblank_flags="" # wscons and FBIO screenblanker
|
||||
smtoff=NO
|
||||
|
||||
moused=NO # serial mouse handler
|
||||
moused_flags="-p /dev/tty00"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.102 2019/04/25 11:21:34 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.103 2019/05/12 01:33:47 kre Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
|
@ -37,7 +37,7 @@ CONFIGFILES=\
|
|||
racoon rpcbind raidframe raidframeparity random_seed rarpd \
|
||||
rbootd resize_root rndctl root route6d routed rtadvd \
|
||||
rtclocaltime rwho \
|
||||
savecore screenblank securelevel sshd \
|
||||
savecore screenblank securelevel smtoff sshd \
|
||||
staticroute swap1 swap2 sysctl sysdb syslogd \
|
||||
timed tpctl ttys \
|
||||
veriexec virecover wdogctl wpa_supplicant wscons wsmoused
|
||||
|
|
Loading…
Reference in New Issue