Module Name: src
Committed By: wiz
Date: Tue Jun 1 21:08:13 UTC 2010
Modified Files:
src/etc/rc.d: bthcid sdpd
Log Message:
Fix typo in sdpd, reported by Jukka Salmi in PR 43401.
This also affected bthcid, so I also fixed it there.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/etc/rc.d/bthcid
cvs rdiff -u -r1.2 -r1.3 src/etc/rc.d/sdpd
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/bthcid
diff -u src/etc/rc.d/bthcid:1.1 src/etc/rc.d/bthcid:1.2
--- src/etc/rc.d/bthcid:1.1 Mon Jun 19 15:44:36 2006
+++ src/etc/rc.d/bthcid Tue Jun 1 21:08:13 2010
@@ -1,13 +1,13 @@
#!/bin/sh
#
-# $NetBSD: bthcid,v 1.1 2006/06/19 15:44:36 gdamore Exp $
+# $NetBSD: bthcid,v 1.2 2010/06/01 21:08:13 wiz Exp $
#
# PROVIDE: bthcid
# REQUIRE: bluetooth
# BEFORE: LOGIN
-$rc_subr_loaded . /etc/rc.subr
+$_rc_subr_loaded . /etc/rc.subr
name="bthcid"
rcvar=$name
Index: src/etc/rc.d/sdpd
diff -u src/etc/rc.d/sdpd:1.2 src/etc/rc.d/sdpd:1.3
--- src/etc/rc.d/sdpd:1.2 Sun Mar 18 15:53:54 2007
+++ src/etc/rc.d/sdpd Tue Jun 1 21:08:13 2010
@@ -1,13 +1,13 @@
#!/bin/sh
#
-# $NetBSD: sdpd,v 1.2 2007/03/18 15:53:54 plunky Exp $
+# $NetBSD: sdpd,v 1.3 2010/06/01 21:08:13 wiz Exp $
#
# PROVIDE: sdpd
# REQUIRE: bluetooth
# BEFORE: LOGIN
-$rc_subr_loaded . /etc/rc.subr
+$_rc_subr_loaded . /etc/rc.subr
name="sdpd"
rcvar=$name