[DragonFlyBSD - Bug #3328] (Feedback) rcenable will not add `_enable` prefix
bugtracker-admin at leaf.dragonflybsd.org
bugtracker-admin at leaf.dragonflybsd.org
Sat Nov 5 08:07:14 PDT 2022
Issue #3328 has been updated by tuxillo.
Status changed from New to Feedback
According to the manpage (https://man.dragonflybsd.org/?command=rc.conf§ion=ANY)
<pre>
The following list provides a name and short description for each
variable that can be set in the rc.conf file. To set a variable of bool
type, specify either "YES", "TRUE", "ON", or "1". To unset, specify
"NO", "FALSE", "OFF", or "0". These values are case insensitive. The
_enable postfix in the name of a variable for starting a service can be
omitted (as in NetBSD).
</pre>
----------------------------------------
Bug #3328: rcenable will not add `_enable` prefix
http://bugs.dragonflybsd.org/issues/3328#change-14414
* Author: mneumann
* Status: Feedback
* 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