Module Name: src Committed By: bouyer Date: Fri May 20 19:21:33 UTC 2011
Modified Files: src/etc [netbsd-5]: MAKEDEV.tmpl src/share/man/man8 [netbsd-5]: MAKEDEV.8 Log Message: Pull up following revision(s) (requested by dholland in ticket #1613): etc/MAKEDEV.tmpl: revision 1.133 share/man/man8/MAKEDEV.8: revision 1.38 Make device node for altq JoBS. Should fix palindromic PR/43034. To generate a diff of this commit: cvs rdiff -u -r1.113.2.7 -r1.113.2.8 src/etc/MAKEDEV.tmpl cvs rdiff -u -r1.32.2.1 -r1.32.2.2 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.113.2.7 src/etc/MAKEDEV.tmpl:1.113.2.8 --- src/etc/MAKEDEV.tmpl:1.113.2.7 Sat Sep 26 19:52:09 2009 +++ src/etc/MAKEDEV.tmpl Fri May 20 19:21:32 2011 @@ -1,5 +1,5 @@ #!/bin/sh - -# $NetBSD: MAKEDEV.tmpl,v 1.113.2.7 2009/09/26 19:52:09 snj Exp $ +# $NetBSD: MAKEDEV.tmpl,v 1.113.2.8 2011/05/20 19:21:32 bouyer Exp $ # # Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc. # All rights reserved. @@ -1455,7 +1455,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.32.2.1 src/share/man/man8/MAKEDEV.8:1.32.2.2 --- src/share/man/man8/MAKEDEV.8:1.32.2.1 Sat Sep 26 19:52:09 2009 +++ src/share/man/man8/MAKEDEV.8 Fri May 20 19:21:32 2011 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.32.2.1 2009/09/26 19:52:09 snj Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.32.2.2 2011/05/20 19:21:32 bouyer 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 September 6, 2008 +.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