summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-06-21 14:53:47 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2026-06-21 14:55:04 +0900
commit35162b8e195ce7f2eeb1e7cc925c2d19e57cb1e6 (patch)
tree63ab2f8b38436e951c7f969b7b97f159dbc73327
parent7807e2e66260807edc08e39f514ee9948e1f3d29 (diff)
news: Add entry for openresolv update.
* etc/news.scm <86776ccd30bb44eb856fcf3a14a8338f38fe1367>: New entry.
-rw-r--r--etc/news.scm16
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm
index 86bd757cbae..acb0ec76ee8 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -43,6 +43,22 @@
43(channel-news 43(channel-news
44 (version 0) 44 (version 0)
45 45
46 (entry (commit "86776ccd30bb44eb856fcf3a14a8338f38fe1367")
47 (title
48 (en "Openresolv update requires restarting NetworkManager"))
49 (body
50 (en "With this update to the @code{openresolv} package,
51@command{openresolv} now expects the @file{/etc/resolv.conf} configuration
52file to contain the header comment @samp{# Generated by resolvconf}. This is
53taken care of by NetworkManager, but may not immediately happen. To
54forcefully refresh the @file{/etc/resolv.conf} file and regain a working DNS,
55you can issue the following commands, as root:
56
57@example
58rm /etc/resolv.conf
59herd restart NetworkManager
60@end example")))
61
46 (entry (commit "16b1072f661051e6bc20d8dcafdb183960dd188b") 62 (entry (commit "16b1072f661051e6bc20d8dcafdb183960dd188b")
47 (title 63 (title
48 (en "PostgreSQL logs now go to a unified place") 64 (en "PostgreSQL logs now go to a unified place")