Skip to content

Commit 8330871

Browse files
Lexi WinterLexi Winter
authored andcommitted
packages: Add dependency from rc to mtree
/etc/rc.d/var_run uses mtree, which is in the devel set and isn't installed as part of either minimal or optional, so add a manual dependency. Reviewed by: des, bapt, emaste Differential Revision: https://reviews.freebsd.org/D54540 Sponsored by: https://www.patreon.com/bsdivy
1 parent 4377300 commit 8330871

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

release/packages/ucl/rc.ucl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
deps {
2020
"runtime": {
2121
version = "${VERSION}"
22-
}
22+
},
23+
# /etc/rc.d/var_run depends on mtree.
24+
"mtree": {
25+
version = "${VERSION}"
26+
},
2327
}
24-

0 commit comments

Comments
 (0)