diff options
author | abs <abs@pkgsrc.org> | 2004-06-27 21:33:23 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-06-27 21:33:23 +0000 |
commit | 31656acbb784cc40e9ac180fdaac6871156c542d (patch) | |
tree | c9aafbec1bb51c2dd78121f3bab37800a4195a73 /graphics/cambevao/patches.x/patch-ab | |
parent | 189fa0ec36ec09bb5656adb9768e658775685a45 (diff) | |
download | pkgsrc-31656acbb784cc40e9ac180fdaac6871156c542d.tar.gz |
Inport cambevao 2.0
cambevao grabs images from NetBSD's or FreeBSD's /dev/bktr and ov511+ based
USB webcams and saves them as jpegs. It includes a built-in mini webserver
for static and streaming images.
Diffstat (limited to 'graphics/cambevao/patches.x/patch-ab')
-rw-r--r-- | graphics/cambevao/patches.x/patch-ab | 23 |
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" |