Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/etc.i386 Remove watchdog before creating it. Keeps the s...



details:   https://anonhg.NetBSD.org/src/rev/e065a8d09041
branches:  trunk
changeset: 499816:e065a8d09041
user:      jmc <jmc%NetBSD.org@localhost>
date:      Thu Nov 30 07:33:52 2000 +0000

description:
Remove watchdog before creating it. Keeps the same behavior as the rest of the creates

diffstat:

 etc/etc.i386/MAKEDEV |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r aba79d4af48d -r e065a8d09041 etc/etc.i386/MAKEDEV
--- a/etc/etc.i386/MAKEDEV      Thu Nov 30 07:24:12 2000 +0000
+++ b/etc/etc.i386/MAKEDEV      Thu Nov 30 07:33:52 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.127 2000/11/26 17:44:11 ad Exp $
+#      $NetBSD: MAKEDEV,v 1.128 2000/11/30 07:33:52 jmc Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -682,6 +682,7 @@
        chown root.wheel sysmon
        chmod 644 sysmon
 
+       rm -f watchdog
        mknod watchdog c $major 1
        chown root.wheel watchdog
        chmod 644 watchdog



Home | Main Index | Thread Index | Old Index