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 - #!/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. # Copyright (c) 1990 The Regents of the University of California.
# All rights reserved. # All rights reserved.
@ -242,6 +242,7 @@ bpf*)
;; ;;
ipl) ipl)
rm -f ipl
mknod ipl c 59 0 mknod ipl c 59 0
chown root.wheel ipl chown root.wheel ipl
;; ;;


Loading…
Cancel
Save