aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-12-03 04:46:09 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-12-03 04:46:09 +0000
commit46953c1291b20830de7c7ac8dd19213b8c1bd7d6 (patch)
treedf812084a0ece78e830c6290939d8173581657c2
parent6a249387567c21a86c2125c7e7cbae435fca8536 (diff)
Notes
-rw-r--r--etc/MAKEDEV22
-rw-r--r--etc/etc.i386/MAKEDEV22
2 files changed, 0 insertions, 44 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index e5d20f55ce22d..d488ce573fdd6 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -601,28 +601,6 @@ apm)
chmod 660 apm0
;;
-ttyx?|ttyy?|ttyz?)
- case $i in
- *0) unit=0;; *1) unit=1;; *2) unit=2;; *3) unit=3;;
- *4) unit=4;; *5) unit=5;; *6) unit=6;; *7) unit=7;;
- *8) unit=8;; *9) unit=9;; *a) unit=10;; *b) unit=11;;
- *c) unit=12;; *d) unit=13;; *e) unit=14;; *f) unit=15;;
- esac
- case $i in
- ttyy?) unit=`expr $unit \+ 16`;;
- ttyz?) unit=`expr $unit \+ 32`;;
- esac
- rm -f $i
- mknod $i c 42 $unit
- chown uucp.wheel $i
- ;;
-
-cronyx)
- rm -f cronyx
- mknod cronyx c 42 63
- chown 444 cronyx
- ;;
-
local)
umask 0
sh MAKEDEV.local
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index e5d20f55ce22d..d488ce573fdd6 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -601,28 +601,6 @@ apm)
chmod 660 apm0
;;
-ttyx?|ttyy?|ttyz?)
- case $i in
- *0) unit=0;; *1) unit=1;; *2) unit=2;; *3) unit=3;;
- *4) unit=4;; *5) unit=5;; *6) unit=6;; *7) unit=7;;
- *8) unit=8;; *9) unit=9;; *a) unit=10;; *b) unit=11;;
- *c) unit=12;; *d) unit=13;; *e) unit=14;; *f) unit=15;;
- esac
- case $i in
- ttyy?) unit=`expr $unit \+ 16`;;
- ttyz?) unit=`expr $unit \+ 32`;;
- esac
- rm -f $i
- mknod $i c 42 $unit
- chown uucp.wheel $i
- ;;
-
-cronyx)
- rm -f cronyx
- mknod cronyx c 42 63
- chown 444 cronyx
- ;;
-
local)
umask 0
sh MAKEDEV.local