Module Name: src
Committed By: jmcneill
Date: Sat Aug 12 11:41:21 UTC 2017
Modified Files:
src/etc: MAKEDEV.tmpl
Log Message:
add dial-out device node for plcom
To generate a diff of this commit:
cvs rdiff -u -r1.184 -r1.185 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.184 src/etc/MAKEDEV.tmpl:1.185
--- src/etc/MAKEDEV.tmpl:1.184 Thu Jun 8 03:42:37 2017
+++ src/etc/MAKEDEV.tmpl Sat Aug 12 11:41:21 2017
@@ -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 @@ epcom[0-9]*)
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]*)