Make device node for altq JoBS.
Should fix palindromic PR/43034.
This commit is contained in:
parent
4a4de35bc7
commit
4af989b1cc
|
@ -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 @@ dpt*)
|
|||
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))
|
||||
|
|
|
@ -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 @@ USB Diamond Rio 500 devices, see
|
|||
. 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
|
||||
|
|
Loading…
Reference in New Issue