diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-05-14 07:56:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-05-14 07:56:37 +0000 |
commit | a435c8242490ff32b00c1a4200081aff0a39f77c (patch) | |
tree | 1f630cd989a603908857f41477d2f7ee0e4d497a | |
parent | 679503ad6d704fdb7a2bca3ffb52527d85f38291 (diff) |
clean rm -f uses
-rw-r--r-- | etc/etc.alpha/MAKEDEV | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.alpha/MAKEDEV b/etc/etc.alpha/MAKEDEV index fa35f66d617..3b6a8ab8b32 100644 --- a/etc/etc.alpha/MAKEDEV +++ b/etc/etc.alpha/MAKEDEV @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: MAKEDEV,v 1.50 2001/03/08 02:37:15 ericj Exp $ +# $OpenBSD: MAKEDEV,v 1.51 2001/05/14 07:56:36 deraadt 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. @@ -199,7 +199,7 @@ usbs) sh $this utty0 utty1 ;; std) - rm -f console drum mem kmem null zero io tty klog stdin stdout stderr ksyms + rm -f console drum mem kmem null zero tty klog stdin stdout stderr ksyms mknod console c 0 0 mknod drum c 3 0 ; chmod 640 drum ; chown root.kmem drum mknod kmem c 2 1 ; chmod 640 kmem ; chown root.kmem kmem |