summaryrefslogtreecommitdiff
path: root/graphics/cambevao/patches.x/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/cambevao/patches.x/patch-ab')
-rw-r--r--graphics/cambevao/patches.x/patch-ab23
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/cambevao/patches.x/patch-ab b/graphics/cambevao/patches.x/patch-ab
new file mode 100644
index 00000000000..bdd54ebf5e6
--- /dev/null
+++ b/graphics/cambevao/patches.x/patch-ab
@@ -0,0 +1,23 @@
+$NetBSD: patch-ab,v 1.1.1.1 2004/06/27 21:33:24 abs Exp $
+
+--- /dev/null 2004-06-25 22:41:00.000000000 +0100
++++ template.rc.d 2004-06-25 22:41:02.000000000 +0100
+@@ -0,0 +1,18 @@
++#!/bin/sh
++#
++# $ NetBSD $
++#
++# PROVIDE: @PROGRAM@
++# REQUIRE: DAEMON
++
++if [ -f /etc/rc.subr ]
++then
++ . /etc/rc.subr
++fi
++
++name="@PROGRAM@"
++rcvar=$name
++command="@PREFIX@/bin/${name}"
++
++load_rc_config $name
++run_rc_command "$1"