[Bug 282255] rc: Is rc_fast_and_loose actually working?
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 282255] rc: Is rc_fast_and_loose actually working?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Oct 2024 17:47:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282255
Mark Johnston <markj@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |markj@FreeBSD.org
--- Comment #1 from Mark Johnston <markj@FreeBSD.org> ---
From NetBSD:
rc_fast_and_loose
If set to a non-empty string, each script in /etc/rc.d
will be executed in the current shell rather than a sub
shell. This may be faster on slow machines that have an
expensive fork(2) operation.
Note: Use this at your own risk! A rogue command or
script may inadvertently prevent boot to
multiuser.
I don't think there's any value in keeping it these days.
--
You are receiving this mail because:
You are the assignee for the bug.