Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154278438
D53115.id164230.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D53115.id164230.diff
View Options
diff --git a/release/packages/ucl/local-unbound.ucl b/release/packages/ucl/dhclient.ucl
copy from release/packages/ucl/local-unbound.ucl
copy to release/packages/ucl/dhclient.ucl
--- a/release/packages/ucl/local-unbound.ucl
+++ b/release/packages/ucl/dhclient.ucl
@@ -16,12 +16,11 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-messages = [
- {
- type: upgrade
- message: <<EOM
-After upgrading local-unbound, the configuration file should be regenerated
-by running "service local_unbound setup" before restarting the service.
-EOM
- }
-]
+deps {
+ # dhclient uses resolvconf to update /etc/resolv.conf in case the
+ # DHCP server returns nameserver addresses.
+ "resolvconf" {
+ version = "${VERSION}"
+ },
+}
+
diff --git a/release/packages/ucl/local-unbound.ucl b/release/packages/ucl/local-unbound.ucl
--- a/release/packages/ucl/local-unbound.ucl
+++ b/release/packages/ucl/local-unbound.ucl
@@ -25,3 +25,11 @@
EOM
}
]
+
+deps {
+ # local-unbound uses resolvconf to update resolv.conf and to generate
+ # its forwarders.conf.
+ "resolvconf" {
+ version = "${VERSION}"
+ },
+}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 28, 1:44 PM (2 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32242355
Default Alt Text
D53115.id164230.diff (1 KB)
Attached To
Mode
D53115: packages: dhclient, local-unbound require resolvconf
Attached
Detach File
Event Timeline
Log In to Comment