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