summaryrefslogtreecommitdiffstats
path: root/zoneminder
diff options
context:
space:
mode:
authoreuer <root@euer.krebsco.de>2012-12-23 23:05:23 +0100
committereuer <root@euer.krebsco.de>2012-12-23 23:05:23 +0100
commit84b10fc1b458e8e9cc6f7a5146a8ebd665e8ec78 (patch)
tree28678a81978e68293698ff216530e7eef7755ce8 /zoneminder
parent6bf071ed7ae2020e061bb125bc24433286e240bc (diff)
//tts -> //util/tts
Diffstat (limited to 'zoneminder')
-rw-r--r--zoneminder/Makefile14
-rw-r--r--zoneminder/zmdc.pl-LD_PRELOAD.patch10
-rw-r--r--zoneminder/zoneminder.conf2
3 files changed, 0 insertions, 26 deletions
diff --git a/zoneminder/Makefile b/zoneminder/Makefile
deleted file mode 100644
index 27302715..00000000
--- a/zoneminder/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-
-.PHONY: fix it so hard
-it: so
-so: it hard fix
- apt-get install --yes zoneminder libv4l-0
-
-hard: /etc/sysctl.d/zoneminder.conf
-/etc/sysctl.d/zoneminder.conf: zoneminder.conf
- cp $< $@
- sysctl -p $@
-
-fix: zmdc.pl-LD_PRELOAD.patch
- (cd /usr/bin && patch -N) < $< || :
-
diff --git a/zoneminder/zmdc.pl-LD_PRELOAD.patch b/zoneminder/zmdc.pl-LD_PRELOAD.patch
deleted file mode 100644
index b00fc673..00000000
--- a/zoneminder/zmdc.pl-LD_PRELOAD.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- /usr/bin/zmdc.pl 2011-05-23 22:28:57.505247793 +0200
-+++ /usr/bin/zmdc.pl 2011-05-23 22:29:45.597248242 +0200
-@@ -62,6 +62,7 @@
- $ENV{SHELL} = '/bin/sh' if exists $ENV{SHELL};
- delete @ENV{qw(IFS CDPATH ENV BASH_ENV)};
-
-+$ENV{LD_PRELOAD} = '/usr/lib/libv4l/v4l2convert.so';
- my @daemons = (
- 'zmc',
- 'zma',
diff --git a/zoneminder/zoneminder.conf b/zoneminder/zoneminder.conf
deleted file mode 100644
index 1eec6fd9..00000000
--- a/zoneminder/zoneminder.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-kernel.shmall = 134217728
-kernel.shmmax = 134217728