Browse Source

Remove possibly existing ipl node, before recreating it

OPENBSD_2_1
niklas 27 years ago
parent
commit
506e64eff7
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/etc.sparc/MAKEDEV

+ 2
- 1
src/etc/etc.sparc/MAKEDEV View File

@ -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
;;


Loading…
Cancel
Save