Add kttcp
This commit is contained in:
parent
76c24da31d
commit
d81b00466f
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.64 2002/06/19 15:00:06 wiz Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.65 2002/06/29 19:29:11 matt Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -107,6 +107,7 @@
|
|||
# pci* PCI bus access devices
|
||||
# sysmon System Monitoring hardware
|
||||
# systrace syscall tracer
|
||||
# kttcp Kernel ttcp helper device
|
||||
#
|
||||
|
||||
dialin=0
|
||||
|
@ -754,6 +755,12 @@ apm*)
|
|||
chmod 644 apm apmctl
|
||||
;;
|
||||
|
||||
kttcp)
|
||||
rm -f kttcp
|
||||
mknod kttcp c 65 0
|
||||
chmod 600 kttcp
|
||||
;;
|
||||
|
||||
local)
|
||||
umask 0
|
||||
sh $0.local all
|
||||
|
|
Loading…
Reference in New Issue