aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-08-08 01:32:45 -0500
committerChris Buechler <cmb@pfsense.org>2015-08-08 01:32:45 -0500
commit6718a83c45ee96b5e4e9fc916c8fd65d80ab9335 (patch)
tree7659a6d5dc4200b3d7d6612b1f484e5df8877f8e
parentc5bb49a943bbbcd058273ef06fa29e2d83c27810 (diff)
parent9088638b2f7e2f118039b4460bd2fe8c869e965e (diff)
downloadpfsense-packages-6718a83c45ee96b5e4e9fc916c8fd65d80ab9335.tar.gz
pfsense-packages-6718a83c45ee96b5e4e9fc916c8fd65d80ab9335.tar.bz2
pfsense-packages-6718a83c45ee96b5e4e9fc916c8fd65d80ab9335.zip
Merge pull request #945 from topper727/patch-4
-rw-r--r--config/lcdproc/lcdproc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/lcdproc/lcdproc.inc b/config/lcdproc/lcdproc.inc
index d4b4856a..2251618c 100644
--- a/config/lcdproc/lcdproc.inc
+++ b/config/lcdproc/lcdproc.inc
@@ -39,7 +39,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');
function lcdproc_notice ($msg) { syslog(LOG_NOTICE, "lcdproc: {$msg}"); }