Small fix for $OpenBSD$ marker. While at it, bring example in sync
with ports tree.
Index: faq/ports/specialtopics.html
===================================================================
RCS file: /cvs/www/faq/ports/specialtopics.html,v
retrieving revision 1.37
diff -u -r1.37 specialtopics.html
--- faq/ports/specialtopics.html 5 Apr 2014 21:41:06 -0000 1.37
+++ faq/ports/specialtopics.html 18 Apr 2014 08:35:14 -0000
@@ -1254,13 +1254,13 @@
<blockquote><pre>
#!/bin/sh
#
-# $OpenBSD: specialtopics.html,v 1.37 2014/04/05 21:41:06 sthen Exp $
+# $OpenBSD$
daemon="${TRUEPREFIX}/sbin/munin-node"
. /etc/rc.d/rc.subr
-pexp="perl: ${daemon}"
+pexp="/usr/bin/perl -wT $daemon"
rc_pre() {
install -d -o _munin /var/run/munin
--
best regards
q#