summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-03-21 06:31:00 +0000
committerjkh <jkh@FreeBSD.org>1995-03-21 06:31:00 +0000
commit2fbf3422edb8694b86e53539add2e6e2bd62f720 (patch)
tree14ab841edf53d532ea873d70d12a8f5c03dffbc5 /etc
parent4ea154599c8cea3d1c38a5424516a2026a22f573 (diff)
downloadFreeBSD-src-2fbf3422edb8694b86e53539add2e6e2bd62f720.zip
FreeBSD-src-2fbf3422edb8694b86e53539add2e6e2bd62f720.tar.gz
Fix apm and gsc rules to allow `<blah>0' or just `<blah>' to be shorthand.
[Actually, it's `<blah>*' but I'm not telling anyone]
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV6
-rw-r--r--etc/etc.i386/MAKEDEV6
2 files changed, 6 insertions, 6 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 01b0032..c5c1eb2 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -77,7 +77,7 @@
# spigot Video Spigot video aquisition card
# isdn* ISDN devices
#
-# $Id: MAKEDEV,v 1.79 1995/03/12 15:25:32 bde Exp $
+# $Id: MAKEDEV,v 1.80 1995/03/13 00:10:40 ache Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -712,14 +712,14 @@ vat)
chmod 660 vatio
;;
-gsc)
+gsc*)
rm -f gsc0
mknod gsc0 c 47 0
chmod 666 gsc0
chown root.wheel gsc0
;;
-apm)
+apm*)
rm -f apm0
mknod apm0 c 39 0
chown root.wheel apm0
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 01b0032..c5c1eb2 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.79 1995/03/12 15:25:32 bde Exp $
+# $Id: MAKEDEV,v 1.80 1995/03/13 00:10:40 ache Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -712,14 +712,14 @@ vat)
chmod 660 vatio
;;
-gsc)
+gsc*)
rm -f gsc0
mknod gsc0 c 47 0
chmod 666 gsc0
chown root.wheel gsc0
;;
-apm)
+apm*)
rm -f apm0
mknod apm0 c 39 0
chown root.wheel apm0
OpenPOWER on IntegriCloud