aboutsummaryrefslogtreecommitdiffstats
path: root/community/zoneminder/0001-zmlinkcontent-fix-syntax-error.patch
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2017-04-16 00:44:20 +0300
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2017-04-16 00:47:34 +0300
commit0e9fcb2114efa5ce0d087a83aed2659d7f79cbe4 (patch)
treefb406f9e716a1c68b4325ad6ebdbc336daa54536 /community/zoneminder/0001-zmlinkcontent-fix-syntax-error.patch
parent97a3ddf98567eb8073aeca6cd73d3f2877eeeca7 (diff)
downloadaports-0e9fcb2114efa5ce0d087a83aed2659d7f79cbe4.tar.bz2
aports-0e9fcb2114efa5ce0d087a83aed2659d7f79cbe4.tar.xz
community/zoneminder: upstream redefined 1.30.2 tag
fixes #6913
Diffstat (limited to 'community/zoneminder/0001-zmlinkcontent-fix-syntax-error.patch')
-rw-r--r--community/zoneminder/0001-zmlinkcontent-fix-syntax-error.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/community/zoneminder/0001-zmlinkcontent-fix-syntax-error.patch b/community/zoneminder/0001-zmlinkcontent-fix-syntax-error.patch
deleted file mode 100644
index 329e0d7f0e..0000000000
--- a/community/zoneminder/0001-zmlinkcontent-fix-syntax-error.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 548464c0d58676225dc15f0604df7df1961abb83 Mon Sep 17 00:00:00 2001
-From: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
-Date: Mon, 20 Feb 2017 11:12:15 +0200
-Subject: [PATCH] zmlinkcontent: fix syntax error
-
----
- zmlinkcontent.sh.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/zmlinkcontent.sh.in b/zmlinkcontent.sh.in
-index 5f0d833..d6c7918 100755
---- a/zmlinkcontent.sh.in
-+++ b/zmlinkcontent.sh.in
-@@ -69,7 +69,7 @@ if [ -n "$ZM_CONFIG" ]; then
- elif [ -f "zm.conf" ]; then
- echo "Using local zm.conf"
- source "zm.conf"
--elif [ -f "/etc/zm.conf"]; then
-+elif [ -f "/etc/zm.conf" ]; then
- echo "Using system zm.conf"
- source "/etc/zm.conf"
- else
---
-2.9.3
-