aboutsummaryrefslogtreecommitdiffstats
path: root/config/lcdproc-dev
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-08-11 13:56:37 +0200
committerdoktornotor <notordoktor@gmail.com>2015-08-11 13:56:37 +0200
commitcc8909e4a5dbd5f49be5bebd71981e4cb57afbfd (patch)
tree245f0250879d1780f59f1194fa09c09a07d6d31a /config/lcdproc-dev
parent618daab2209b1bd148ef0f45a96a522761bc024c (diff)
downloadpfsense-packages-cc8909e4a5dbd5f49be5bebd71981e4cb57afbfd.tar.gz
pfsense-packages-cc8909e4a5dbd5f49be5bebd71981e4cb57afbfd.tar.bz2
pfsense-packages-cc8909e4a5dbd5f49be5bebd71981e4cb57afbfd.zip
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.)
Diffstat (limited to 'config/lcdproc-dev')
-rw-r--r--config/lcdproc-dev/lcdproc.inc2
1 files changed, 1 insertions, 1 deletions
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 */