From 24fd814c326e282c4321965c31f341dad77e270d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 8 Jan 2021 11:28:34 +0000 Subject: gentoo resync : 08.01.2021 --- net-wireless/unifi/files/mongod-wrapper | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 net-wireless/unifi/files/mongod-wrapper (limited to 'net-wireless/unifi/files') diff --git a/net-wireless/unifi/files/mongod-wrapper b/net-wireless/unifi/files/mongod-wrapper deleted file mode 100644 index e8d65bb8aec9..000000000000 --- a/net-wireless/unifi/files/mongod-wrapper +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -# Remove --nohttpinterface argument, since it does not exist on MongoDB >= 3.6.x anymore -# See https://community.ubnt.com/t5/UniFi-Routing-Switching/MongoDB-3-6/td-p/2195435 -for arg do - shift - [ "${arg}" = "--nohttpinterface" ] && continue - set -- "$@" "${arg}" -done - -exec /usr/bin/mongod "$@" -- cgit v1.2.3