diff options
| author | Michael I. Bushnell <mib@gnu.org> | 1996-06-15 18:13:18 +0000 |
|---|---|---|
| committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-15 18:13:18 +0000 |
| commit | b6f8fd79185db469c0de9752da60817141e9ebda (patch) | |
| tree | 8954590a15c3c65ddf1b53214b4c141b02ffd2b4 | |
| parent | e297907c89e7d8ffc86fcf064c12bb4e1b118fa0 (diff) | |
([hrs]d*): Allow user to specify slice as well. Patch from Gord
Matzigkeit, gord@enci.ucalgary.ca.
| -rw-r--r-- | devio/MAKEDEV | 4 |
1 files 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 |
