Skip to content
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