Source-Changes-HG archive

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

[src/trunk]: src/etc add dial-out device node for plcom



details:   https://anonhg.NetBSD.org/src/rev/e6997253719f
branches:  trunk
changeset: 826049:e6997253719f
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Aug 12 11:41:21 2017 +0000

description:
add dial-out device node for plcom

diffstat:

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

diffs (18 lines):

diff -r 01afad70e834 -r e6997253719f etc/MAKEDEV.tmpl
--- a/etc/MAKEDEV.tmpl  Sat Aug 12 11:21:15 2017 +0000
+++ b/etc/MAKEDEV.tmpl  Sat Aug 12 11:41:21 2017 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#      $NetBSD: MAKEDEV.tmpl,v 1.184 2017/06/08 03:42:37 kre Exp $
+#      $NetBSD: MAKEDEV.tmpl,v 1.185 2017/08/12 11:41:21 jmcneill Exp $
 #
 # Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1985,6 +1985,7 @@
 plcom[0-9]*)
        unit=${i#plcom}
        mkdev plcom$unit c %plcom_chr% $unit "" "" $u_uucp
+       mkdev dplcom$unit c %plcom_chr% $(($unit + $dialout)) "" "" $u_uucp
        ;;
 
 wmcom[0-9]*)



Home | Main Index | Thread Index | Old Index