Module Name:    src
Committed By:   joerg
Date:           Wed Apr 15 21:33:57 UTC 2009

Modified Files:
        src/etc/rc.d: raidframeparity wdogctl

Log Message:
Add missing PROVIDE.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/etc/rc.d/raidframeparity
cvs rdiff -u -r1.2 -r1.3 src/etc/rc.d/wdogctl

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/rc.d/raidframeparity
diff -u src/etc/rc.d/raidframeparity:1.3 src/etc/rc.d/raidframeparity:1.4
--- src/etc/rc.d/raidframeparity:1.3	Mon Oct 11 15:00:51 2004
+++ src/etc/rc.d/raidframeparity	Wed Apr 15 21:33:57 2009
@@ -1,8 +1,9 @@
 #!/bin/sh
 #
-# $NetBSD: raidframeparity,v 1.3 2004/10/11 15:00:51 christos Exp $
+# $NetBSD: raidframeparity,v 1.4 2009/04/15 21:33:57 joerg Exp $
 #
 
+# PROVIDE: raidframeparity
 # REQUIRE: quota
 
 $_rc_subr_loaded . /etc/rc.subr

Index: src/etc/rc.d/wdogctl
diff -u src/etc/rc.d/wdogctl:1.2 src/etc/rc.d/wdogctl:1.3
--- src/etc/rc.d/wdogctl:1.2	Fri Aug 13 18:08:03 2004
+++ src/etc/rc.d/wdogctl	Wed Apr 15 21:33:57 2009
@@ -1,8 +1,9 @@
 #!/bin/sh
 #
-# $NetBSD: wdogctl,v 1.2 2004/08/13 18:08:03 mycroft Exp $
+# $NetBSD: wdogctl,v 1.3 2009/04/15 21:33:57 joerg Exp $
 #
 
+# PROVIDE: wdogctl
 # BEFORE:  disks
 
 # The watchdog is configured VERY early, so that any problems that

Reply via email to