diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1993-12-24 11:36:28 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1993-12-24 11:36:28 +0000 |
| commit | 4348705c2b832b6475a0ebd0d98eb047d22bc368 (patch) | |
| tree | 5e826ee2023465bde89f3cfad5d5438baa610dde | |
| parent | 4344c041d1db17260988c1ea52ee2c2aa77e72f7 (diff) | |
Notes
| -rw-r--r-- | etc/MAKEDEV | 4 | ||||
| -rw-r--r-- | etc/etc.i386/MAKEDEV | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV index f1827909a0b7..3d01dbd2fa6e 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -71,7 +71,7 @@ # tw* xten power controller # snd* various sound cards # -# $Id: MAKEDEV,v 1.19 1993/12/18 01:19:02 ache Exp $ +# $Id: MAKEDEV,v 1.20 1993/12/21 05:49:28 ache Exp $ # PATH=/sbin:/bin/:/usr/bin:/usr/sbin: @@ -119,7 +119,7 @@ wt*) umask 2 ; u=`expr $i : '..\(.*\)'` if [ x$u = x ]; then u=0; fi rm -f r[Ww]t$u nr[Ww]t$u r[Ww]t$u[a-f] nr[Ww]t$u[a-f] - mknod rwt${u} c 10 `expr 0 + $u`# default density, 512b blocks + mknod rwt${u} c 10 `expr 0 + $u` # default density, 512b blocks mknod nrwt${u} c 10 `expr 4 + $u` # mknod rWt${u} c 10 `expr 64 + $u` # default density, 1024b blocks # mknod nrWt${u} c 10 `expr 68 + $u` diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV index f1827909a0b7..3d01dbd2fa6e 100644 --- a/etc/etc.i386/MAKEDEV +++ b/etc/etc.i386/MAKEDEV @@ -71,7 +71,7 @@ # tw* xten power controller # snd* various sound cards # -# $Id: MAKEDEV,v 1.19 1993/12/18 01:19:02 ache Exp $ +# $Id: MAKEDEV,v 1.20 1993/12/21 05:49:28 ache Exp $ # PATH=/sbin:/bin/:/usr/bin:/usr/sbin: @@ -119,7 +119,7 @@ wt*) umask 2 ; u=`expr $i : '..\(.*\)'` if [ x$u = x ]; then u=0; fi rm -f r[Ww]t$u nr[Ww]t$u r[Ww]t$u[a-f] nr[Ww]t$u[a-f] - mknod rwt${u} c 10 `expr 0 + $u`# default density, 512b blocks + mknod rwt${u} c 10 `expr 0 + $u` # default density, 512b blocks mknod nrwt${u} c 10 `expr 4 + $u` # mknod rWt${u} c 10 `expr 64 + $u` # default density, 1024b blocks # mknod nrWt${u} c 10 `expr 68 + $u` |
