Files
ports/net/cloud-init/files/extra-cloudinit_distros_freebsd.py
Andrey Fesenko 4c62d8671a net/cloud-init: update to 25.2 release (+)
Install manpages
Pet portlint/stage-qa
Honor PREFIX and other flags for PYDITUTILS [1]

Release notes:	https://github.com/canonical/cloud-init/releases/tag/25.2
PR:		288037 [1]
2025-09-02 11:57:39 +03:00

12 lines
495 B
Python

--- cloudinit/distros/freebsd.py.orig 2025-08-12 19:00:58 UTC
+++ cloudinit/distros/freebsd.py
@@ -35,7 +35,7 @@ class Distro(cloudinit.distros.bsd.BSD):
pkg_cmd_update_prefix = ["pkg", "update"]
pkg_cmd_upgrade_prefix = ["pkg", "upgrade"]
prefer_fqdn = True # See rc.conf(5) in FreeBSD
- home_dir = "/usr/home"
+ home_dir = "/home"
# FreeBSD has the following dhclient lease path:
# /var/db/dhclient.leases.<iface_name>
dhclient_lease_directory = "/var/db"