summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTomasz Torcz <tomek@pipebreaker.pl>2018-03-06 09:35:47 +0100
committerSven Eden <yamakuzure@gmx.net>2018-06-28 09:23:09 +0200
commit0dd269348f8b9c8746dbacc9df136127ec8b4f1b (patch)
tree88ad866b057a1326752d334312978083ea325220 /NEWS
parent45bfc1484277b6dfef30aaec79edaef4a998e29a (diff)
NEWS: fix typos in v238 section (#8369)
(cherry picked from commit 07a35e846b7986d3c02eca99fa291f6869035c58)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 3bf37f7ea..c749c6723 100644
--- a/NEWS
+++ b/NEWS
@@ -11,7 +11,7 @@ CHANGES WITH 238:
other forms of resource accounting (CPU, IO, IP) remain off for now,
because it's not clear yet that their impact is small enough to move
from opt-in to opt-out. We recommend downstreams to leave memory
- accounting on by default if kernel 4.14 or higher is are primarily
+ accounting on by default if kernel 4.14 or higher is primarily
used. On very resource constrained systems or when support for old
kernels is a necessity, -Dmemory-accounting-default=false can be used
to revert this change.
@@ -35,12 +35,12 @@ CHANGES WITH 238:
disk (in case some of those files are owned by that user), while
still allowing local admin overrides.
- This functionality is exposed to rpm scriplets through a new
+ This functionality is exposed to rpm scriptlets through a new
%sysusers_create_package macro. Old %sysusers_create and
%sysusers_create_inline macros are deprecated.
A transfiletrigger for sysusers.d configuration is now installed,
- which means that it should be uncessary to call elogind-sysusers from
+ which means that it should be unnecessary to call elogind-sysusers from
package installation scripts, unless the package installs any files
owned by those newly-created users, in which case
%sysusers_create_package should be used.