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

bugtracker-admin at leaf.dragonflybsd.org bugtracker-admin at leaf.dragonflybsd.org
Sat Jan 7 04:20:11 PST 2023


Issue #3328 has been updated by daftaupe.


Ah I see, you mean there's no dhcpcd=NO in /etc/defaults/rc.conf, so that is incoherent.
because I have
<pre><code class="shell">
% grep dhcpcd /etc/defaults/rc.conf
				# the DHCP client, e.g., "dhcpcd" or "dhclient"
dhcpcd_enable="NO"		# Set to YES to run dhcpcd in master mode.
dhcpcd_program="/sbin/dhcpcd"
dhcpcd_flags="-b"
</code></pre>

Or are you talking about something else as you mention now dhcpd instead of dhcpcd.

So I guess we should just replace dhcpcd_enable="NO" by dhcpcd="NO" in our /etc/defaults/rc.conf, right ?


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

* 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