diff options
author | dgregor <dgregor@cvs.openbsd.org> | 1998-02-16 01:00:36 +0000 |
---|---|---|
committer | dgregor <dgregor@cvs.openbsd.org> | 1998-02-16 01:00:36 +0000 |
commit | 7333264511f8624b37c362a214943cb0c4e8dbab (patch) | |
tree | d8bbbf01ed3b6689785f1f9b94fa4a288eb6a0d0 /etc/etc.alpha/MAKEDEV | |
parent | 808a6a8a65988f190f9e2afe5de267a45f21d6aa (diff) |
Fix incorrect mknod's for ipl: iplnat -> ipnat and iplstate -> ipstate
Diffstat (limited to 'etc/etc.alpha/MAKEDEV')
-rw-r--r-- | etc/etc.alpha/MAKEDEV | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.alpha/MAKEDEV b/etc/etc.alpha/MAKEDEV index 979dc27429d..712c7176527 100644 --- a/etc/etc.alpha/MAKEDEV +++ b/etc/etc.alpha/MAKEDEV @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: MAKEDEV,v 1.31 1998/01/26 04:19:33 dgregor Exp $ +# $OpenBSD: MAKEDEV,v 1.32 1998/02/16 01:00:35 dgregor 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. @@ -408,8 +408,8 @@ random|srandom|urandom|prandom|arandom) ipl) rm -f ipl ipnat ipstate mknod ipl c 35 0 - mknod iplnat c 35 1 - mknod iplstate c 35 2 + mknod ipnat c 35 1 + mknod ipstate c 35 2 chown root.wheel ipl ipnat ipstate ;; |