Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/etc Pull up following revision(s) (requested by martin in...
details: https://anonhg.NetBSD.org/src/rev/a901799e358e
branches: netbsd-6
changeset: 774598:a901799e358e
user: riz <riz%NetBSD.org@localhost>
date: Thu Sep 13 22:20:58 2012 +0000
description:
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.
diffstat:
etc/MAKEDEV.tmpl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 176192f3baa2 -r a901799e358e etc/MAKEDEV.tmpl
--- a/etc/MAKEDEV.tmpl Thu Sep 13 20:29:06 2012 +0000
+++ b/etc/MAKEDEV.tmpl Thu Sep 13 22:20:58 2012 +0000
@@ -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 @@
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