From 2fbf3422edb8694b86e53539add2e6e2bd62f720 Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 21 Mar 1995 06:31:00 +0000 Subject: Fix apm and gsc rules to allow `0' or just `' to be shorthand. [Actually, it's `*' but I'm not telling anyone] --- etc/MAKEDEV | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/MAKEDEV') 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 -- cgit v1.1