Module Name:    src
Committed By:   jakllsch
Date:           Tue Mar 23 19:22:41 UTC 2010

Modified Files:
        src/etc: MAKEDEV.tmpl
        src/share/man/man8: MAKEDEV.8

Log Message:
Make device node for altq JoBS.
Should fix palindromic PR/43034.


To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 src/etc/MAKEDEV.tmpl
cvs rdiff -u -r1.37 -r1.38 src/share/man/man8/MAKEDEV.8

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.132 src/etc/MAKEDEV.tmpl:1.133
--- src/etc/MAKEDEV.tmpl:1.132	Sat Mar  6 21:33:20 2010
+++ src/etc/MAKEDEV.tmpl	Tue Mar 23 19:22:41 2010
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#	$NetBSD: MAKEDEV.tmpl,v 1.132 2010/03/06 21:33:20 plunky Exp $
+#	$NetBSD: MAKEDEV.tmpl,v 1.133 2010/03/23 19:22:41 jakllsch Exp $
 #
 # Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1476,7 +1476,7 @@
 altq)
 	makedir altq 755
 	unit=0
-	for dev in altq cbq wfq afm fifoq red rio localq hfsc cdnr blue priq
+	for dev in altq cbq wfq afm fifoq red rio localq hfsc cdnr blue priq jobs
 	do
 		mkdev altq/$dev c %altq_chr% $unit 644
 		unit=$(($unit + 1))

Index: src/share/man/man8/MAKEDEV.8
diff -u src/share/man/man8/MAKEDEV.8:1.37 src/share/man/man8/MAKEDEV.8:1.38
--- src/share/man/man8/MAKEDEV.8:1.37	Tue Oct 27 08:55:44 2009
+++ src/share/man/man8/MAKEDEV.8	Tue Mar 23 19:22:41 2010
@@ -6,7 +6,7 @@
 .\" *** DO NOT EDIT - any changes will be lost!!!
 .\" *** ------------------------------------------------------------------
 .\"
-.\" $NetBSD: MAKEDEV.8,v 1.37 2009/10/27 08:55:44 hubertf Exp $
+.\" $NetBSD: MAKEDEV.8,v 1.38 2010/03/23 19:22:41 jakllsch Exp $
 .\"
 .\" Copyright (c) 2001, 2003, 2007, 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -35,7 +35,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd October 27, 2009
+.Dd March 23, 2010
 .Dt MAKEDEV 8
 .Os
 .Sh NAME
@@ -573,6 +573,8 @@
 . It Ar uscanner#
 USB scanners, see
 .Xr \&uscanner 4
+. It Ar ttyHS#
+USB Option N.V. modems
 . It Ar ttyU#
 USB modems, see
 .Xr \&ucom 4

Reply via email to