summary refs log tree commit diff
path: root/etc/news.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-04-11 00:10:23 +0200
committerMarius Bakke <mbakke@fastmail.com>2020-04-11 00:10:23 +0200
commitbdb90df764661c11b37c988ea129c8e7a01b1889 (patch)
treec320b71b136bfcc5e5ec949279a05c8134fb0cca /etc/news.scm
parentb859a1bf7953eb98668cb11b459cde48b0dce991 (diff)
parent8ec9c5fd880be35fe322b0d4dbc69bd2c6c89ef1 (diff)
downloadguix-bdb90df764661c11b37c988ea129c8e7a01b1889.tar.gz
Merge branch 'master' into core-updates
Diffstat (limited to 'etc/news.scm')
-rw-r--r--etc/news.scm10
1 files changed, 8 insertions, 2 deletions
diff --git a/etc/news.scm b/etc/news.scm
index ba15f12ce6..61fc6b6255 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -11,12 +11,18 @@
  (version 0)
 
  (entry (commit "0468455e7d279c89ea3ad1b51935efb2b785ec47")
-        (title (en "Rottlog service added to @code{%base-services}"))
+        (title (en "Rottlog service added to @code{%base-services}")
+               (de "Rottlog-Dienst ist nun Teil der @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.")))
+the ``Log Rotation'' section of the manual for more information.")
+              (de "Eine Instanz des @code{rottlog-service-type} für
+Log-Rotation wurde zu den @code{%base-services} hinzugefügt.  Wenn der
+Systemdienst bereits in Ihrer Konfiguration für Guix System ausdrücklich
+genannt wurde, sollten Sie ihn jetzt daraus entfernen.  Siehe den Abschnitt
+„Log-Rotation“ im Handbuch für weitere Informationen.")))
 
  (entry (commit "b6bee63bed4f013064c0d902e7c8b83ed7514ade")
         (title (en "@code{guile} package now refers to version 3.0"))