<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/openrc.git/init.d/hwclock.in, branch origin/setgroups-zero</title>
<subtitle>[no description]</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=origin%2Fsetgroups-zero</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=origin%2Fsetgroups-zero'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/'/>
<updated>2025-08-23T01:24:58Z</updated>
<entry>
<title>init.d/*: add -wsl depend keywords</title>
<updated>2025-08-23T01:24:58Z</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2025-08-22T01:22:15Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=8c6d0e06c270af35711df1d3a265735cab47fd80'/>
<id>urn:sha1:8c6d0e06c270af35711df1d3a265735cab47fd80</id>
<content type='text'>
by the list in !871 it mostly seemed to match docker and similar, so for
now let's add -wsl to all services that have -docker

Closes: https://github.com/OpenRC/openrc/issues/871
</content>
</entry>
<entry>
<title>init.d/*: Quote the argument of ":" commands</title>
<updated>2025-03-08T20:56:37Z</updated>
<author>
<name>Ulrich Müller</name>
<email>ulm@gentoo.org</email>
</author>
<published>2025-03-08T16:47:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=2992cfa3754b25b8c61ad4c3f52a1b119d9fcaf3'/>
<id>urn:sha1:2992cfa3754b25b8c61ad4c3f52a1b119d9fcaf3</id>
<content type='text'>
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223
</content>
</entry>
<entry>
<title>Podman detection</title>
<updated>2024-07-25T12:09:10Z</updated>
<author>
<name>Kanako the Gay</name>
<email>kanako@gayest.dev</email>
</author>
<published>2024-05-22T01:04:53Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=b94dc7d8ab946d9f664768d65dc4797de2e69c0d'/>
<id>urn:sha1:b94dc7d8ab946d9f664768d65dc4797de2e69c0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid warning on grep 3.8 in hwclock</title>
<updated>2022-09-07T15:59:30Z</updated>
<author>
<name>Stefan Linke</name>
<email>particleflux@gmail.com</email>
</author>
<published>2022-09-07T15:18:09Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=9380347f042f7d294317f4420b648422817eb75a'/>
<id>urn:sha1:9380347f042f7d294317f4420b648422817eb75a</id>
<content type='text'>
Starting with grep version 3.8, the hwclock init script logs warnings
about stray backslashes:

&gt; hwclock | * Setting system clock using the hardware clock [UTC] ...
&gt; hwclock |grep: warning: stray \ before -
&gt; hwclock |grep: warning: stray \ before -

This is caused by the check for existence of the `--noadjfile` argument
in function `get_noadjfile()`.

Replacing the affected logic with an explicit argument denoting the
pattern as such resolves the issue.

Fixes #548
</content>
</entry>
<entry>
<title>use HEAD in git URIs to point to the default branch</title>
<updated>2021-12-21T01:07:00Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2021-12-21T01:07:00Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=301161a7a4bda27c7ebd54c537dfec0cbc926365'/>
<id>urn:sha1:301161a7a4bda27c7ebd54c537dfec0cbc926365</id>
<content type='text'>
This makes the URIs shorter and dynamic: whatever the default branch
the repo uses will be used.
</content>
</entry>
<entry>
<title>hwclock: use shell variables for configuration file path</title>
<updated>2017-12-14T22:38:09Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2017-12-14T22:38:09Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=eb18f4f3483b99705f944c7274b4a6b451716df7'/>
<id>urn:sha1:eb18f4f3483b99705f944c7274b4a6b451716df7</id>
<content type='text'>
This removes a reference to @SYSCONFDIR@.
</content>
</entry>
<entry>
<title>update dependencies for clock service</title>
<updated>2017-03-16T15:16:39Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2017-03-16T15:16:39Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=9bd63b5d4a16601712a65eb8962214cdd4d26ce5'/>
<id>urn:sha1:9bd63b5d4a16601712a65eb8962214cdd4d26ce5</id>
<content type='text'>
The clock services had a very long list of "before" dependencies that
referred to other services within OpenRC. For ease of maintenance,
convert these to "after clock" dependencies in the individual services.
</content>
</entry>
<entry>
<title>Remove all occurances of 'before *' from dependencies</title>
<updated>2017-03-14T23:04:31Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2017-03-14T23:04:31Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=c333707cba356f4cacfd58a6fcc78f7c073dddcd'/>
<id>urn:sha1:c333707cba356f4cacfd58a6fcc78f7c073dddcd</id>
<content type='text'>
Using wildcards in dependencies causes issues when rc_parallel is set to
yes because it can lead to deadlocks.
All dependencies need to be explicit rather than implicit.

This is the first stage of moving this direction.
</content>
</entry>
<entry>
<title>init.d: Clean up some bad ewarn output</title>
<updated>2016-09-28T19:00:40Z</updated>
<author>
<name>Doug Freed</name>
<email>dwfreed@mtu.edu</email>
</author>
<published>2016-09-28T19:00:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=61882821e0d6110a2ca2f67fad7c362983a85cf0'/>
<id>urn:sha1:61882821e0d6110a2ca2f67fad7c362983a85cf0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hwclock: fix module load warning</title>
<updated>2016-09-08T18:36:13Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2016-09-08T17:39:52Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=841b883825ddf9982a673b3964757f6df25acd46'/>
<id>urn:sha1:841b883825ddf9982a673b3964757f6df25acd46</id>
<content type='text'>
</content>
</entry>
</feed>
