diff options
author | trasz <trasz@FreeBSD.org> | 2015-08-05 17:38:02 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2015-08-05 17:38:02 +0000 |
commit | a34c93c2297d1598283d6ab0b798c14f945e7634 (patch) | |
tree | 13b77f99be34c55b18fd5e3f3a2fa9c92548049b /etc/rc.d | |
parent | 1b47007c5a9cc1caa236827a984cadeb324a9d00 (diff) | |
download | FreeBSD-src-a34c93c2297d1598283d6ab0b798c14f945e7634.zip FreeBSD-src-a34c93c2297d1598283d6ab0b798c14f945e7634.tar.gz |
Make rctl_enable rc variable actually work. To avoid breaking existing
setups that worked before, flip the default to "YES". Most people don't
have /etc/rctl.conf, so they won't be affected in any way.
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'etc/rc.d')
-rwxr-xr-x | etc/rc.d/rctl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.d/rctl b/etc/rc.d/rctl index 567436b..93b200d 100755 --- a/etc/rc.d/rctl +++ b/etc/rc.d/rctl @@ -10,6 +10,7 @@ . /etc/rc.subr name="rctl" +rcvar="rctl_enable" start_cmd="rctl_start" stop_cmd="rctl_stop" |