Module Name: src
Committed By: riz
Date: Thu Sep 13 22:20:59 UTC 2012
Modified Files:
src/etc [netbsd-6]: MAKEDEV.tmpl
Log Message:
Pull up following revision(s) (requested by martin in ticket #543):
etc/MAKEDEV.tmpl: revision 1.158
Make the "init" target create optys as well - those were removed from "all",
but we still need them in emergency setups and some install media.
Should fix PR install/46902.
To generate a diff of this commit:
cvs rdiff -u -r1.151.2.5 -r1.151.2.6 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.151.2.5 src/etc/MAKEDEV.tmpl:1.151.2.6
--- src/etc/MAKEDEV.tmpl:1.151.2.5 Mon Aug 13 19:55:10 2012
+++ src/etc/MAKEDEV.tmpl Thu Sep 13 22:20:58 2012
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: MAKEDEV.tmpl,v 1.151.2.5 2012/08/13 19:55:10 riz Exp $
+# $NetBSD: MAKEDEV.tmpl,v 1.151.2.6 2012/09/13 22:20:58 riz Exp $
#
# Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -836,7 +836,7 @@ all)
init)
# unless overridden by MD entry, this is equal to 'all'
- makedev all
+ makedev all opty
;;
%MI_DEVICES_BEGIN%