mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
Back out previous commit until we work this out. Sigh.
This commit is contained in:
parent
6a24938756
commit
46953c1291
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4928
22
etc/MAKEDEV
22
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user