Module Name:    src
Committed By:   kre
Date:           Sun May 12 01:33:47 UTC 2019

Modified Files:
        src/etc/defaults: rc.conf
        src/etc/rc.d: Makefile

Log Message:
install rc.d


To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 src/etc/defaults/rc.conf
cvs rdiff -u -r1.102 -r1.103 src/etc/rc.d/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/defaults/rc.conf
diff -u src/etc/defaults/rc.conf:1.148 src/etc/defaults/rc.conf:1.149
--- src/etc/defaults/rc.conf:1.148	Sat May 11 19:31:03 2019
+++ src/etc/defaults/rc.conf	Sun May 12 01:33:47 2019
@@ -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"

Index: src/etc/rc.d/Makefile
diff -u src/etc/rc.d/Makefile:1.102 src/etc/rc.d/Makefile:1.103
--- src/etc/rc.d/Makefile:1.102	Thu Apr 25 11:21:34 2019
+++ src/etc/rc.d/Makefile	Sun May 12 01:33:47 2019
@@ -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

Reply via email to