diff options
author | Kenjiro Cho <kjc@cvs.openbsd.org> | 2002-12-05 03:00:28 +0000 |
---|---|---|
committer | Kenjiro Cho <kjc@cvs.openbsd.org> | 2002-12-05 03:00:28 +0000 |
commit | 03f47233ee3a2d6896920fe8bbd72f2abe074512 (patch) | |
tree | 00dfe1703cc0ab9435280c56c1bb406faf7f7402 /etc/etc.hp300 | |
parent | d990254ee7d59f887b83e2cd27d4acebf02d4c50 (diff) |
remove altq entries. altq is now handled through pf.
ok, deraadt@
Diffstat (limited to 'etc/etc.hp300')
-rw-r--r-- | etc/etc.hp300/MAKEDEV | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/etc/etc.hp300/MAKEDEV b/etc/etc.hp300/MAKEDEV index 1f4faecd082..697fbd7fe42 100644 --- a/etc/etc.hp300/MAKEDEV +++ b/etc/etc.hp300/MAKEDEV @@ -66,7 +66,6 @@ # lkm loadable kernel modules interface # *random inkernel random data source # xfs* XFS filesystem devices -# altq/ ALTQ control interface # systrace* system call tracing device PATH=/sbin:/usr/sbin:/bin:/usr/bin T=$0 @@ -300,14 +299,6 @@ systrace) M systrace c 50 0 644 ;; -altq) - RMlist="mkdir -p altq;$RMlist" - for d in altq cbq wfq afm fifoq red rio localq hfsc cdnr blue priq; do - M altq/$d c 52 $U 644 - U=$(($U+1)) - done - ;; - xfs*) M xfs$U c 51 $U 600 ;; @@ -403,7 +394,7 @@ all) R st1 hil grf0 ccd0 ccd1 ccd2 ccd3 vnd0 vnd1 vnd2 vnd3 sd0 sd1 R sd2 sd3 sd4 rd0 tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4 R bpf5 bpf6 bpf7 bpf8 bpf9 pty0 pty1 pty2 xfs0 local ppi0 - R apci0 random lkm pf altq systrace std fd + R apci0 random lkm pf systrace std fd ;; sd*|hd*|ccd*) |