diff options
author | root <root@pigstarter.de> | 2013-11-05 13:24:42 +0100 |
---|---|---|
committer | root <root@pigstarter.de> | 2013-11-05 13:24:42 +0100 |
commit | 5e326f51c58e500285ea3daee91986ee1ea518eb (patch) | |
tree | 2b3eccf15e10e4331dcb2d01c9f53620d749f55f /sandbox/zoneminder | |
parent | ae627d2aa73ea6862af3985f1c07e95c6d493275 (diff) |
sandbox -> .graveyard
Diffstat (limited to 'sandbox/zoneminder')
-rw-r--r-- | sandbox/zoneminder/Makefile | 14 | ||||
-rw-r--r-- | sandbox/zoneminder/zmdc.pl-LD_PRELOAD.patch | 10 | ||||
-rw-r--r-- | sandbox/zoneminder/zoneminder.conf | 2 |
3 files changed, 0 insertions, 26 deletions
diff --git a/sandbox/zoneminder/Makefile b/sandbox/zoneminder/Makefile deleted file mode 100644 index 27302715..00000000 --- a/sandbox/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/sandbox/zoneminder/zmdc.pl-LD_PRELOAD.patch b/sandbox/zoneminder/zmdc.pl-LD_PRELOAD.patch deleted file mode 100644 index b00fc673..00000000 --- a/sandbox/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/sandbox/zoneminder/zoneminder.conf b/sandbox/zoneminder/zoneminder.conf deleted file mode 100644 index 1eec6fd9..00000000 --- a/sandbox/zoneminder/zoneminder.conf +++ /dev/null @@ -1,2 +0,0 @@ -kernel.shmall = 134217728 -kernel.shmmax = 134217728 |