-
v1.5.0889ffb6f · ·
v1.5.0 Changelog: - hostnamed: update chassis table to SMBIOS 3.5 - hostnamed: add ACPI and Device Tree chassis detection mechanisms
-
v1.4.040e2001f · ·
v1.4.0 Changelog: - Remove code to daemonize openrc-settingsd - now handled by openrc itself - Add a specific option to force logging to syslog - localed: fix crash if SetLocale authorization failed
-
v1.3.01790c3a2 · ·
v1.3.0 Changelog: - localed: Add support for paths different to those used in Gentoo - localed: do not require env-update binary for SetLocale to work - timedated: improve timezone handling in case some files don't exist yet
-
v1.2.074a805ee · ·
v1.2.0 Changelog: - Meson build system has been added, autotools was removed - Hostname file style now has a 'default' mode that uses /etc/hostname, and not the Gentoo style of /etc/conf.d/hostname. Gentoo users need to set the style explicitly with `-Dhostname-style=gentoo` - The `conf.d` variable `NTP_SERVICE` was removed. You can still use `OPENRC_SETTINGSD_OPTS` to pass e.g. `--ntp-service=chronyd` - Pidfile location no longer is set at compile-time but now at runtime using `--pidfile`. If not passed no pidfile will be created. - Add support for `HardwareVendor`, `HardwareModel`, `KernelName`, `KernelRelease` and `KernelVersion` hostnamed properties - Install dbus policy in correct directory - Simplify `init.d` script and use `openrc-run` shebang - Rewrite the man page in scdoc format
-
v1.1.0211d0754 · ·
Hostnamed changes: - add support for Chassis, Deployment & Location properties - guess chassis property - add detection for more smbios types - fix polkit action for SetPrettyHostname General fixes/changes: - fix missing newline on new shell entries - make /etc/localtime a symlink if it doesn't exist yet or already is a symlink - ensure 0664 permissions on /etc/{localtime,timezone} - port to GTask - optionally build without openrc