diff options
author | 1999-09-27 22:09:25 +0000 | |
---|---|---|
committer | 1999-09-27 22:09:25 +0000 | |
commit | 5a9f8be82bcbf38dab0c5fc4d08893d36af35e6b (patch) | |
tree | 0d42fc11602aefe9c82f190f4ad5a8312d6587c9 | |
parent | Stand-alone package signer. (diff) | |
download | wireguard-openbsd-5a9f8be82bcbf38dab0c5fc4d08893d36af35e6b.tar.xz wireguard-openbsd-5a9f8be82bcbf38dab0c5fc4d08893d36af35e6b.zip |
random on floppy
-rw-r--r-- | etc/etc.alpha/MAKEDEV | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.alpha/MAKEDEV b/etc/etc.alpha/MAKEDEV index 7fcae79788c..bd3da08198f 100644 --- a/etc/etc.alpha/MAKEDEV +++ b/etc/etc.alpha/MAKEDEV @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: MAKEDEV,v 1.44 1999/08/20 17:00:33 downsj Exp $ +# $OpenBSD: MAKEDEV,v 1.45 1999/09/27 22:09:25 deraadt Exp $ # $NetBSD: MAKEDEV,v 1.8.4.1 1996/06/18 00:41:56 cgd Exp $ # # Copyright (c) 1990 The Regents of the University of California. @@ -157,7 +157,7 @@ all) ;; raminst) - sh $this std + sh $this std random sh $this sd0 sd1 sd2 wd0 st0 sh $this cd0 sh $this rd0 bpf0 |