MT#18331 Remove unused LOGFILE variable

This variable was used for logging, in an insecure way, but latter
replaced by usage of logger(1). Remove to avoid confusion and false
alarms.

Change-Id: Ib17f0282707e2c91328b38818e65e7c44ea34276
changes/90/4990/1
Guillem Jover 9 years ago
parent c29bb68a0a
commit cbc2f26c01

@ -2,10 +2,7 @@ SERVER="127.0.0.1:5060"
LOCAL_IP="127.0.0.1"
FILE_DEBUG="0"
CONSOLE_DEBUG="0"
LOGFILE="/tmp/vmnotify.log"
VERBOSE=""
SIPSAK=`which sipsak`
UUIDGEN=`which uuidgen`
SIPFILE="/etc/ngcp-vmnotify/mwi.sip"

Loading…
Cancel
Save