diff --git a/general/sysutils/logrotate.xml b/general/sysutils/logrotate.xml
index f42fee1901..fe76f01ce3 100644
--- a/general/sysutils/logrotate.xml
+++ b/general/sysutils/logrotate.xml
@@ -6,9 +6,9 @@
-
-
-
+
+
+
]>
@@ -100,7 +100,7 @@
command:
-./configure --prefix=/usr &&
+./configure --prefix=/usr &&
make
@@ -125,7 +125,7 @@ make
the file as the root user:
cat > /etc/logrotate.conf << EOF
-# Begin of /etc/logrotate.conf
+# Begin /etc/logrotate.conf
# Rotate log files weekly
weekly
@@ -142,7 +142,7 @@ rotate 2
# Create new empty files after rotating old ones
# This will create empty log files, with owner
-# set to root, group set to sys, and permissions 644
+# set to root, group set to sys, and permissions 664
create 0664 root sys
# Compress the backups with gzip
@@ -164,7 +164,7 @@ compress
# so we include any file in it.
include /etc/logrotate.d
-# End of /etc/logrotate.conf
+# End /etc/logrotate.conf
EOF
chmod -v 0644 /etc/logrotate.conf
@@ -172,7 +172,7 @@ chmod -v 0644 /etc/logrotate.conf
Now create the /etc/logrotate.d
directory as the root user:
- mkdir -p /etc/logrotate.d
+mkdir -p /etc/logrotate.d
At this point additional log rotation commands can be entered, typically
in the /etc/logrotate.d directory.
@@ -223,7 +223,7 @@ chmod -v 0644 /etc/logrotate.d/example.log
because they are not actually created.
- To run the logrotate daily,
+ To run the logrotate command daily,
if you've installed
and completed the section on periodic jobs,
executeexecute the following
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 9aad78b769..4d9420f6c6 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -45,6 +45,10 @@
March 2nd, 2020
+
+ [renodr] - Update to logrotate-3.16.0. Fixes
+ #13205>.
+
[renodr] - Update to libqmi-1.24.4. Fixes
#13200.
diff --git a/packages.ent b/packages.ent
index 0ac4e0d1f7..c3377d4083 100644
--- a/packages.ent
+++ b/packages.ent
@@ -280,7 +280,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
-
+