Blame SOURCES/pmcd-pmlogger-local-context.patch

59923c
diff --git a/src/pmcd/pmcd.defaults b/src/pmcd/pmcd.defaults
59923c
index 83ee4d9a9..56e125553 100644
59923c
--- a/src/pmcd/pmcd.defaults
59923c
+++ b/src/pmcd/pmcd.defaults
59923c
@@ -4,7 +4,7 @@
59923c
 # Behaviour regarding listening on external-facing interfaces;
59923c
 # unset PMCD_LOCAL to allow connections from remote hosts.
59923c
 # A value of 0 permits remote connections, 1 permits local only.
59923c
-# PMCD_LOCAL=1
59923c
+PMCD_LOCAL=1
59923c
 
59923c
 # Max length to which the queue of pending connections may grow
59923c
 # A value of 5 is the default.
59923c
diff --git a/src/pmlogger/pmlogger.defaults b/src/pmlogger/pmlogger.defaults
59923c
index 5462403ec..261a79039 100644
59923c
--- a/src/pmlogger/pmlogger.defaults
59923c
+++ b/src/pmlogger/pmlogger.defaults
59923c
@@ -4,7 +4,7 @@
59923c
 # Behaviour regarding listening on external-facing interfaces;
59923c
 # unset PMLOGGER_LOCAL to allow connections from remote hosts.
59923c
 # A value of 0 permits remote connections, 1 permits local only.
59923c
-# PMLOGGER_LOCAL=1
59923c
+PMLOGGER_LOCAL=1
59923c
 
59923c
 # Max length to which the queue of pending connections may grow
59923c
 # A value of 5 is the default.