[media-sound/teamspeak-server-bin] hide more behind useflag, inifile handling got removed in last commit, so need some sanity at some point, add extra script for tsdns (we might need it at some point, who knows)
parent
bc6e6a6e52
commit
8554d0d224
@ -0,0 +1,10 @@
|
||||
#! /bin/bash
|
||||
|
||||
BASEDIR="/opt/teamspeak3-server"
|
||||
|
||||
export LD_LIBRARY_PATH="${BASEDIR}${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}"
|
||||
|
||||
# work around DT_RPATH (.) security issue by chdir'ing into expected $LD_LIBRARY_PATH
|
||||
cd "${BASEDIR}"
|
||||
|
||||
exec "${BASEDIR}/sbin/tsdnsserver" $*
|
Loading…
Reference in New Issue