[DragonFlyBSD - Bug #3328] rcenable will not add `_enable` prefix

bugtracker-admin at leaf.dragonflybsd.org bugtracker-admin at leaf.dragonflybsd.org
Sat Jan 7 13:15:19 PST 2023


Issue #3328 has been updated by daftaupe.


@mneumann, it works to call through /etc/rc.d/dhcpcd.

<pre><code class="shell">
% doas /etc/rc.d/dhcpcd restart
Stopping dhcpcd.
Starting dhcpcd.
dhcpcd-9.4.1 starting
DUID 00:01:00:01:2b:4b:29:27:52:54:00:7e:af:b8
forked to background, child pid 1318
</code></pre>


----------------------------------------
Bug #3328: rcenable will not add `_enable` prefix
http://bugs.dragonflybsd.org/issues/3328#change-14464

* Author: mneumann
* Status: Closed
* Priority: Normal
* Target version: 6.4
* Start date: 2022-09-13
----------------------------------------
When I run

```
rcenable dhcpcd
```

I get the following line added to rc.conf:

dhcpcd="YES"

While I'd expect it to be:

dhcpcd_enable="YES"





-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account


More information about the Bugs mailing list