From cc8909e4a5dbd5f49be5bebd71981e4cb57afbfd Mon Sep 17 00:00:00 2001 From: doktornotor Date: Tue, 11 Aug 2015 13:56:37 +0200 Subject: lcdproc-dev localhost fix Get fix from #945 into the -dev version as well. (Planning to do a code style cleanup for this one as well, but it takes some time.) --- config/lcdproc-dev/lcdproc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/lcdproc-dev/lcdproc.inc') diff --git a/config/lcdproc-dev/lcdproc.inc b/config/lcdproc-dev/lcdproc.inc index ebe3cc57..5cb99324 100644 --- a/config/lcdproc-dev/lcdproc.inc +++ b/config/lcdproc-dev/lcdproc.inc @@ -38,7 +38,7 @@ } else { define('LCDPROC_CONFIG','/usr/local/etc/LCDd.conf'); } - define('LCDPROC_HOST','localhost'); + define('LCDPROC_HOST','127.0.0.1'); define('LCDPROC_PORT','13666'); define('LCDPROC_SERVICE_NAME','lcdproc'); /* Functions */ -- cgit v1.2.3