summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 866debc..5f18ae3 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -1030,11 +1030,6 @@ lpt*)
mknod lpctl$unit c 16 `unit2minor \`expr $unit + 128\``
;;
-tw*)
- unit=`expr $i : 'tw\(.*\)'`
- mknod tw$unit c 19 `unit2minor $unit` root:operator
- ;;
-
# Use this to create virtual consoles for syscons, pcvt or codrv
# ttyv0-b
# use as MAKEDEV vtyNN to create NN entries
@@ -1647,6 +1642,11 @@ twe*)
mknod twe$unit c 146 `unit2minor $unit`
;;
+tw*)
+ unit=`expr $i : 'tw\(.*\)'`
+ mknod tw$unit c 19 `unit2minor $unit` root:operator
+ ;;
+
local)
umask 0 # XXX should be elsewhere
sh MAKEDEV.local
OpenPOWER on IntegriCloud