diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 1999-10-07 11:18:11 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 1999-10-07 11:18:11 +0000 |
commit | 8bbc31c427479f5c9af94bfa5c644f982f709873 (patch) | |
tree | f4f62a8bb52c618b439b801c35a7b2d2b17503e2 /etc/etc.pmax/MAKEDEV | |
parent | a436710e874a3f50fb173e46266a7323971bf182 (diff) |
add random in raminst -moj
Diffstat (limited to 'etc/etc.pmax/MAKEDEV')
-rw-r--r-- | etc/etc.pmax/MAKEDEV | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/etc.pmax/MAKEDEV b/etc/etc.pmax/MAKEDEV index 51d80f15795..98372d70533 100644 --- a/etc/etc.pmax/MAKEDEV +++ b/etc/etc.pmax/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: MAKEDEV,v 1.32 1999/09/19 10:09:56 maja Exp $ +# $OpenBSD: MAKEDEV,v 1.33 1999/10/07 11:18:10 maja Exp $ # @(#)MAKEDEV 8.1 (Berkeley) 6/9/93 # @@ -124,6 +124,7 @@ raminst) sh $this std sh $this rz0 rz1 rz2 rz3 rz4 tz0 tz1 rd0 pty0 sh $this fb0 fb1 fb2 + sh $this random ;; std) |