From 3304735f4bde4877f475767aed007bceabdc0d93 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Sat, 15 Jun 1996 18:13:18 +0000 Subject: ([hrs]d*): Allow user to specify slice as well. Patch from Gord Matzigkeit, gord@enci.ucalgary.ca. --- devio/MAKEDEV | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devio/MAKEDEV b/devio/MAKEDEV index d992d06a..b113e3c1 100644 --- a/devio/MAKEDEV +++ b/devio/MAKEDEV @@ -62,12 +62,12 @@ for I; do [hrs]d*) case "$I" in - [a-z][a-z][0-9][a-z]) + [a-z][a-z][0-9][a-z] | [a-z][a-z][0-9]s[1-9]) $ST r$I /hurd/devio $I $ST $I /hurd/devio -b $I ;; *) - echo 1>&2 $0: $I: Must supply a device number and partition + echo 1>&2 $0: $I: Must supply a device number and partition or slice exit 1 ;; esac -- cgit v1.2.3