summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-10-23 08:12:37 +0200
committerAaron Bauman <bman@gentoo.org>2019-11-07 21:42:51 -0500
commit0e621d8c87891c58894609687cc7d1ac83a36713 (patch)
treea5f3ede80d57caea3a1bfce22e596c7ecb20f65f /media-video
parentmedia-sound/murmur: remove unused files (diff)
downloadgentoo-0e621d8c87891c58894609687cc7d1ac83a36713.tar.gz
gentoo-0e621d8c87891c58894609687cc7d1ac83a36713.tar.bz2
gentoo-0e621d8c87891c58894609687cc7d1ac83a36713.zip
media-video/unifi-video: remove unused file
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13390 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/unifi-video/files/mongod-wrapper3
1 files changed, 0 insertions, 3 deletions
diff --git a/media-video/unifi-video/files/mongod-wrapper b/media-video/unifi-video/files/mongod-wrapper
deleted file mode 100644
index f2eb2a437520..000000000000
--- a/media-video/unifi-video/files/mongod-wrapper
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-cleaned_args=$(echo $* | sed -e 's/--nohttpinterface//')
-/usr/bin/mongod ${cleaned_args}