Source-Changes-HG archive

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

[src/trunk]: src/etc/rc.d put a : in an otherwise empty function, makes this ...



details:   https://anonhg.NetBSD.org/src/rev/809174532d13
branches:  trunk
changeset: 763003:809174532d13
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Mar 07 23:21:13 2011 +0000

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

diffstat:

 etc/rc.d/npf |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 7430138331d4 -r 809174532d13 etc/rc.d/npf
--- a/etc/rc.d/npf      Mon Mar 07 22:18:46 2011 +0000
+++ b/etc/rc.d/npf      Mon Mar 07 23:21:13 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index