diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-07-10 19:39:27 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-10 19:39:27 +0200 |
commit | 205c4d1d6a3f5343f970abf20283d69dcec359ed (patch) | |
tree | 3017a29e6d836d49bfe1c487efc569ff29773e9a /TODO | |
parent | 805623aaa43e78d4dcfb74a7cea689a23449eeed (diff) |
journald: use "persistent", not "permanent" as storage option
"permanent" is simply the wrong term and we use "persistant" in most
other contexts to correct this.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,6 +34,8 @@ Bugfixes: Features: +* replace BindTo= by BindsTo=, but keep old name for compat + * switch-root: sockets need relabelling * switch-root: handle journald restart @@ -42,8 +44,6 @@ Features: * systemd-analyze post-boot is broken for initrd -* journal: s/permanent/persistant - * man: clarify that time-sync.target is not only sysv compat but also useful otherwise. Same for similar targets * journalctl should complain if run with uid != 0 and no persistant logs exist |