From 46953c1291b20830de7c7ac8dd19213b8c1bd7d6 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 3 Dec 1994 04:46:09 +0000 Subject: [PATCH] Back out previous commit until we work this out. Sigh. --- etc/MAKEDEV | 22 ---------------------- etc/etc.i386/MAKEDEV | 22 ---------------------- 2 files changed, 44 deletions(-) diff --git a/etc/MAKEDEV b/etc/MAKEDEV index e5d20f55ce22..d488ce573fdd 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 e5d20f55ce22..d488ce573fdd 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