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, 0 insertions, 23 deletions
diff --git a/graphics/cambevao/patches.x/patch-ab b/graphics/cambevao/patches.x/patch-ab
deleted file mode 100644
index bdd54ebf5e6..00000000000
--- a/graphics/cambevao/patches.x/patch-ab
+++ /dev/null
@@ -1,23 +0,0 @@
-$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"