Module Name:    src
Committed By:   jmcneill
Date:           Mon Mar  7 23:21:13 UTC 2011

Modified Files:
        src/etc/rc.d: npf

Log Message:
put a : in an otherwise empty function, makes this script work with bash


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/etc/rc.d/npf

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/npf
diff -u src/etc/rc.d/npf:1.1 src/etc/rc.d/npf:1.2
--- src/etc/rc.d/npf:1.1	Wed Feb  2 02:20:28 2011
+++ src/etc/rc.d/npf	Mon Mar  7 23:21:13 2011
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: npf,v 1.1 2011/02/02 02:20:28 rmind Exp $
+# $NetBSD: npf,v 1.2 2011/03/07 23:21:13 jmcneill Exp $
 #
 # Public Domain.
 #
@@ -55,6 +55,7 @@
 
 npf_status()
 {
+	:
 }
 
 load_rc_config $name

Reply via email to