- Oct 15, 2024
-
-
Nathaniel Russell authored
[PATCH] Implement Slackware specific information for rc.ntpd See merge request !1
-
Nathaniel Russell authored
-
- Aug 31, 2024
-
-
- Aug 28, 2024
-
-
Pablo Correa Gomez authored
This is probably some ancient copy-paste
-
- Jul 06, 2024
-
- Feb 19, 2024
-
-
David Heidelberg authored
Heavily "inspired" by systemd. Signed-off-by:
David Heidelberg <david@ixit.cz>
-
- Feb 11, 2024
-
-
Luca Weiss authored
Adapted from https://github.com/systemd/systemd/commit/67840dbf
-
- Aug 14, 2023
-
- Jun 06, 2023
-
-
Pablo Correa Gomez authored
Before, this was dependent on running as a daemon.
-
In that case locale_values hasn't been initialized yet and we shouldn't try to dereference a null pointer.
- Jun 05, 2023
-
-
Luca Weiss authored
Nowadays any init system can daemonize processes for you, so we can remove supporting code that makes openrc-settingsd daemonize itself. At the same time we can also remove pidfile handling completely since this is then also handled by openrc.
-
Pablo Correa Gomez authored
Let's avoid creating things that we don't want actually manage.
-
- Jun 03, 2023
-
-
Pablo Correa Gomez authored
This file is not actually a requirement, so failure to write should not be a severe problem. If that happens, print the error and just continue.
-
Pablo Correa Gomez authored
-
Pablo Correa Gomez authored
Since it's setting two files at a time, let's simplify the function a bit, and make use of g_auto macros. This has the additional purpose that we want to stop failing if the timezone file cannot be set, so this is additionally a preparation commit for that.
-
Pablo Correa Gomez authored
This is a huge simplification over previous code. g_time_zone_new_identifier takes care of reading localtime and fallsback to the timezone file if that does not exist.
-
Pablo Correa Gomez authored
Since it's already used twice, and will be used more in the next commits.
-
- May 24, 2023
-
-
Pablo Correa Gomez authored
This is a Gentoo-only thing, that does not exist, nor is it needed in Alpine Linux. So make it possible to not use it.
-
Pablo Correa Gomez authored
So we can get rid of the Alpine patch[1] [1] https://git.alpinelinux.org/aports/tree/community/openrc-settingsd/use-profiled-instead-of-envd.patch
-
- Mar 20, 2023
-
- Mar 14, 2023
-
-
Luca Weiss authored
With modern openrc we can use the defaults and just set a few variables. Also we can remove NTP_SERVICE variable since the user can set it very easy via OPENRC_SETTINGSD_OPTS variable.
-
Luca Weiss authored
Stop using compiled-in location for pidfile, and instead pass path to pidfile on the command line. If nothing is passed, we won't create a pidfile.
-
Luca Weiss authored
Only Gentoo seems to use the /etc/conf.d/hostname style, implement support for the more standard /etc/hostname.
-
- Mar 13, 2023
-
-
Luca Weiss authored
-
Luca Weiss authored
Read the values from machine-info file and expose them on D-Bus.
-
Luca Weiss authored
With meson now available there's no need to keep this around. Remove it.
-
- Dec 19, 2022
-
-
Luca Weiss authored
-
Luca Weiss authored
-
Luca Weiss authored
The runscript shebang is deprecated, so use openrc-run instead.
-
Luca Weiss authored
The /etc/dbus-1/system.d/ path is deprecated for a while for system-installed packages and /usr/share/dbus-1/system.d/ should be used now.
-
Luca Weiss authored
-
Luca Weiss authored
The autotools build system uses "-include ./config.h" which makes the macros defined in config.h available already without including config.h directly. But for meson build system this isn't the case so we need to move config.h before any #if that we have below.
-
Luca Weiss authored
Remove unused label and remove double assignment of entry variable.
-
- Feb 17, 2021
-
-
Luca Weiss authored
- Feb 15, 2021
-
-
Luca Weiss authored
-
- Oct 29, 2020
-
-
Luca Weiss authored
We check in guess_icon_name for the configured chassis so we must set the chassis value first.
-
Luca Weiss authored
Convert the existing guess_icon_name method to guess the chassis value and build the icon name based on that.
-