summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/BSD/make-devices
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ipfilter/BSD/make-devices')
-rwxr-xr-xcontrib/ipfilter/BSD/make-devices30
1 files changed, 0 insertions, 30 deletions
diff --git a/contrib/ipfilter/BSD/make-devices b/contrib/ipfilter/BSD/make-devices
deleted file mode 100755
index d512e1c..0000000
--- a/contrib/ipfilter/BSD/make-devices
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/sh
-
-os=`uname -s`-`uname -r`
-
-case "$os" in
- FreeBSD-2.2*)
- major=79
- ;;
- FreeBSD-*)
- major=20
- ;;
- NetBSD-*)
- echo "see /dev/MAKEDEV"
- exit 0
- ;;
- OpenBSD-*)
- echo "see /dev/MAKEDEV"
- exit 0
- ;;
- *)
- ;;
-esac
-
-umask 037
-mknod /dev/ipl c $major 0
-mknod /dev/ipnat c $major 1
-mknod /dev/ipstate c $major 2
-mknod /dev/ipauth c $major 3
-mknod /dev/ipsync c $major 4
-mknod /dev/ipscan c $major 5
OpenPOWER on IntegriCloud