aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-10-17 20:23:20 +0200
committerintrigeri <intrigeri@boum.org>2010-10-17 20:23:20 +0200
commitef2e21a7644eb5eb6d31bad47076a33abb02801c (patch)
tree03e1a7d7e515d4b6da4c9d375cd13a86f32eab1e /README
parent7fcec706fd74b5f958e74d7960640ff5ec8b19be (diff)
downloadpuppet-loginrecords-ef2e21a7644eb5eb6d31bad47076a33abb02801c.tar.gz
puppet-loginrecords-ef2e21a7644eb5eb6d31bad47076a33abb02801c.tar.bz2
Also disable /var/run/utmp (opt-out).
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index a9cf0ef..94571ec 100644
--- a/README
+++ b/README
@@ -16,10 +16,12 @@ Dependencies
Configuration
=============
-$disable_btmp, $disable_wtmp
-----------------------------
+$disable_btmp, $disable_utmp, $disable_wtmp
+-------------------------------------------
+
+Default: /var/log/btmp, /var/run/utmp and /var/log/wtmp are ensured to
+be absent.
-Default: /var/log/btmp and /var/log/wtmp are ensured to be absent.
These variables, when set to a false, non-empty value, have these
files created and their logging enabled again.