summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-04-06 12:07:02 +0200
committerLudovic Courtès <ludo@gnu.org>2020-04-06 12:08:14 +0200
commit1a6f09d01b77678a92b1c4c7efae761ebc0d7ef1 (patch)
tree67d7e0d29b9b1324130b6d4c0e5f72537607b64f
parent0468455e7d279c89ea3ad1b51935efb2b785ec47 (diff)
downloadpatches-1a6f09d01b77678a92b1c4c7efae761ebc0d7ef1.tar
patches-1a6f09d01b77678a92b1c4c7efae761ebc0d7ef1.tar.gz
news: Add entry for 'rottlog-service-type'.
* etc/news.scm: Add entry for 'rottlog-service-type'.
-rw-r--r--etc/news.scm8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm
index 305d49366d..f03db67f46 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -10,6 +10,14 @@
(channel-news
(version 0)
+ (entry (commit "0468455e7d279c89ea3ad1b51935efb2b785ec47")
+ (title (en "Rottlog service added to @code{%base-services}"))
+ (body (en "An instance of @code{rottlog-service-type}, the system
+service responsible for log rotation, has been added to @code{%base-services}.
+If your operating system configuration for Guix System is explicitly adding
+@code{rottlog-service-type} to the services, you should now remove it. See
+the ``Log Rotation'' section of the manual for more information.")))
+
(entry (commit "e3e1a7ba08af2d58c47264c543617e499c239444")
(title (en "@command{guix pull} now supports SSH authenticated
repositories")