summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-12-03 04:46:09 +0000
committerjkh <jkh@FreeBSD.org>1994-12-03 04:46:09 +0000
commitd7649fc477570c94eda1ad4d6fd775fc3a22694f (patch)
treedf812084a0ece78e830c6290939d8173581657c2 /etc/MAKEDEV
parent207c361309bfc04954c8fadaf0f9a0f7b9a13ee5 (diff)
downloadFreeBSD-src-d7649fc477570c94eda1ad4d6fd775fc3a22694f.zip
FreeBSD-src-d7649fc477570c94eda1ad4d6fd775fc3a22694f.tar.gz
Back out previous commit until we work this out. Sigh.
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV22
1 files changed, 0 insertions, 22 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index e5d20f5..d488ce5 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
OpenPOWER on IntegriCloud