summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/MAKEDEV16
-rw-r--r--etc/etc.i386/MAKEDEV16
-rw-r--r--share/man/man4/pt.4.orig0
-rw-r--r--share/man/man4/worm.4.orig0
4 files changed, 28 insertions, 4 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 592ab8f..13c5ecb 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -77,7 +77,7 @@
# spigot Video Spigot video aquisition card
# isdn* ISDN devices
#
-# $Id: MAKEDEV,v 1.75 1995/03/02 04:11:47 jkh Exp $
+# $Id: MAKEDEV,v 1.76 1995/03/04 12:22:14 bde Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -389,7 +389,19 @@ sd*|vn*|wd*)
uk*)
unit=`expr $i : 'uk\(.*\)'`
rm -f uk$unit
- mknod uk$unit c 27 $unit
+ mknod uk$unit c 31 $unit
+ ;;
+
+worm*)
+ unit=`expr $i : 'worm\(.*\)'`
+ rm -f worm$unit
+ mknod worm$unit c 62 $unit
+ ;;
+
+pt*)
+ unit=`expr $i : 'pt\(.*\)'`
+ rm -f pt$unit
+ mknod pt$unit c 61 $unit
;;
pty*)
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 592ab8f..13c5ecb 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -77,7 +77,7 @@
# spigot Video Spigot video aquisition card
# isdn* ISDN devices
#
-# $Id: MAKEDEV,v 1.75 1995/03/02 04:11:47 jkh Exp $
+# $Id: MAKEDEV,v 1.76 1995/03/04 12:22:14 bde Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -389,7 +389,19 @@ sd*|vn*|wd*)
uk*)
unit=`expr $i : 'uk\(.*\)'`
rm -f uk$unit
- mknod uk$unit c 27 $unit
+ mknod uk$unit c 31 $unit
+ ;;
+
+worm*)
+ unit=`expr $i : 'worm\(.*\)'`
+ rm -f worm$unit
+ mknod worm$unit c 62 $unit
+ ;;
+
+pt*)
+ unit=`expr $i : 'pt\(.*\)'`
+ rm -f pt$unit
+ mknod pt$unit c 61 $unit
;;
pty*)
diff --git a/share/man/man4/pt.4.orig b/share/man/man4/pt.4.orig
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/share/man/man4/pt.4.orig
diff --git a/share/man/man4/worm.4.orig b/share/man/man4/worm.4.orig
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/share/man/man4/worm.4.orig
OpenPOWER on IntegriCloud