diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-09-17 13:57:04 -0500 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-09-17 13:58:12 -0500 |
commit | 387abf80ad40e4a6c2f4725c8eff4d66bf110d1f (patch) | |
tree | bc893e6768257e210e102c8a2dd476cd735ef336 /NEWS | |
parent | dd8b2bf433a42683380b6fa041660dd92f91b6a9 (diff) |
NEWS: add some clarifications
As suggested by Colin Guthrie on the ML.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -37,7 +37,7 @@ CHANGES WITH 207: * The option "discard" (as known from Debian) is now synonymous to "allow-discards" in /etc/crypttab. In fact, - the latter is preferred now (since it is easier to remember + "discard" is preferred now (since it is easier to remember and type). * Some licensing clean-ups were made, so that more code is now @@ -62,12 +62,13 @@ CHANGES WITH 207: environment for all services, do so via the kernel command line systemd.setenv= assignment. - * The systemd-sysctl tool no longer natively reads the - file /etc/sysctl.conf. If desired, the file should be - symlinked from /etc/sysctl.d/99-sysctl.conf. Apart from - providing legacy support by a symlink rather than built-in - code, it also makes the otherwise hidden order of application - of the different files visible. + * The systemd-sysctl tool no longer natively reads the file + /etc/sysctl.conf. If desired, the file should be symlinked + from /etc/sysctl.d/99-sysctl.conf. Apart from providing + legacy support by a symlink rather than built-in code, it + also makes the otherwise hidden order of application of the + different files visible. (Note that this partly reverts to a + pre-198 application order of sysctl knobs!) * The "systemctl set-log-level" and "systemctl dump" commands have been moved to systemd-analyze. |