Module Name: src
Committed By: snj
Date: Sun Oct 1 17:07:04 UTC 2017
Modified Files:
src/etc [netbsd-7]: MAKEDEV.tmpl
Log Message:
Pull up following revision(s) (requested by sevan in ticket #1501):
etc/MAKEDEV.tmpl: revision 1.186 via patch
veriexec is enabled by default in most kernel configs but the lack of device
node results in a non working config, despite following manual to get setup.
Remove a step for the user by creating a device node for veriexec by
default.
ok mrg jakllsch
To generate a diff of this commit:
cvs rdiff -u -r1.172.4.1 -r1.172.4.2 src/etc/MAKEDEV.tmpl
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/MAKEDEV.tmpl
diff -u src/etc/MAKEDEV.tmpl:1.172.4.1 src/etc/MAKEDEV.tmpl:1.172.4.2
--- src/etc/MAKEDEV.tmpl:1.172.4.1 Mon Nov 16 14:38:03 2015
+++ src/etc/MAKEDEV.tmpl Sun Oct 1 17:07:04 2017
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: MAKEDEV.tmpl,v 1.172.4.1 2015/11/16 14:38:03 msaitoh Exp $
+# $NetBSD: MAKEDEV.tmpl,v 1.172.4.2 2017/10/01 17:07:04 snj Exp $
#
# Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -839,6 +839,7 @@ all)
makedev altmem
makedev zfs
makedev lua
+ makedev veriexec
makedev local # do this last
;;