diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-26 07:04:18 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-26 07:04:18 +0000 |
commit | 3870c994712f675ee50d643aec36bb4d7bc9d475 (patch) | |
tree | c6eaf72521e8ec4571a589ce5640be838682fa59 | |
parent | 1ccc151c742e77de61e5f42ad6e9410def889cd1 (diff) |
remove ksyms before recreating it.
-rw-r--r-- | etc/etc.powerpc/MAKEDEV | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.powerpc/MAKEDEV b/etc/etc.powerpc/MAKEDEV index a88b6ad06b6..a568c52c788 100644 --- a/etc/etc.powerpc/MAKEDEV +++ b/etc/etc.powerpc/MAKEDEV @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: MAKEDEV,v 1.49 2001/06/24 23:36:08 kjell Exp $ +# $OpenBSD: MAKEDEV,v 1.50 2001/06/26 07:04:17 drahn Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -180,7 +180,7 @@ ramdisk) std) rm -f console drum kmem mem reload zero null tty - rm -f klog stdin stdout stderr # ksyms + rm -f klog stdin stdout stderr ksyms mknod console c 0 0 mknod drum c 3 0 ; chmod 640 drum ; chgrp kmem drum mknod kmem c 2 1 ; chmod 640 kmem ; chgrp kmem kmem |