Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc Make the "init" target create optys as well - those were...



details:   https://anonhg.NetBSD.org/src/rev/d36657f26d20
branches:  trunk
changeset: 781422:d36657f26d20
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Sep 05 08:25:53 2012 +0000

description:
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.

diffstat:

 etc/MAKEDEV.tmpl |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 91da68d39743 -r d36657f26d20 etc/MAKEDEV.tmpl
--- a/etc/MAKEDEV.tmpl  Wed Sep 05 06:29:09 2012 +0000
+++ b/etc/MAKEDEV.tmpl  Wed Sep 05 08:25:53 2012 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#      $NetBSD: MAKEDEV.tmpl,v 1.157 2012/08/13 08:30:51 christos Exp $
+#      $NetBSD: MAKEDEV.tmpl,v 1.158 2012/09/05 08:25:53 martin Exp $
 #
 # Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -835,7 +835,7 @@
 
 init)
        # unless overridden by MD entry, this is equal to 'all'
-       makedev all
+       makedev all opty
        ;;
 
 %MI_DEVICES_BEGIN%



Home | Main Index | Thread Index | Old Index