diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-06 19:42:42 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-06 19:42:42 +0000 |
commit | fb41d232bd2036b207ddf44ea895b67698c8cfc9 (patch) | |
tree | 90f9c5a6ffff779b512564aea63b175b4e53357a /etc | |
parent | 2147c3c136210923f660c8106c0dabd611110bb3 (diff) |
Remove possibly existing ipl node, before recreating it
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.sparc/MAKEDEV | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/etc.sparc/MAKEDEV b/etc/etc.sparc/MAKEDEV index 7ff1f0502b9..7a68899d0dc 100644 --- a/etc/etc.sparc/MAKEDEV +++ b/etc/etc.sparc/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: MAKEDEV,v 1.24 1997/05/06 19:11:38 kstailey Exp $ +# $OpenBSD: MAKEDEV,v 1.25 1997/05/06 19:42:41 niklas Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -242,6 +242,7 @@ bpf*) ;; ipl) + rm -f ipl mknod ipl c 59 0 chown root.wheel ipl ;; |