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

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