Project

General

Profile

Packaging Request #3607

Updated by nona about 2 months ago

* steps to reproduce:
<pre><code class="shell">
# pacman -S dhcpcd-openrc
# rc-service dhcpcd start
</code></pre>

* expected result:
<pre>
* Caching service dependencies ... [ ok ]
* Starting DHCP Client Daemon ...
</pre>

* actual result:
<pre>
sudo pacman -S dhcpcd-openrc
error: target not found: dhcpcd-openrc
</pre>

* suggested workaround
<pre><code class="shell">
$ wget https://gitea.artixlinux.org/packages/dhcpcd-openrc/src/branch/master/dhcpcd.initd
# mv dhcpcd.initd /etc/init.d/dhcpcd
# chmod 755 /etc/init.d/dhcpcd
# rc-service dhcpcd start
</code></pre>

Back