summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 5797055..0affad3 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -121,7 +121,7 @@
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
# kbd keyboard devices
#
-# $Id: MAKEDEV,v 1.180 1999/01/06 16:18:05 yokota Exp $
+# $Id: MAKEDEV,v 1.181 1999/01/08 16:03:57 hm Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
@@ -775,6 +775,11 @@ ums*)
mknod ums$unit c 111 $unit
;;
+ulpt*)
+ unit=`expr $i : 'ulpt\(.*\)'`
+ mknod ulpt$unit c 113 $unit
+ ;;
+
lpt*)
unit=`expr $i : 'lpt\(.*\)'`
mknod lpt$unit c 16 $unit
OpenPOWER on IntegriCloud