Date: Sun, 23 Aug 2020 22:54:54 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 121440] rc(8) and rcorder(8) unclear about PROVIDE keyword being mandatory Message-ID: <bug-121440-227-hu9YXwXhgf@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-121440-227@https.bugs.freebsd.org/bugzilla/> References: <bug-121440-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D121440 Oleksandr Tymoshenko <gonzo@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |doc@FreeBSD.org Component|Documentation |Manual Pages Assignee|doc@FreeBSD.org |bugs@FreeBSD.org unitrunker@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |unitrunker@gmail.com --- Comment #3 from unitrunker@gmail.com --- rc.subr uses grep to look for rc scripts with '^# PROVIDE:' See "find_local_scripts_new" and "find_local_scripts_old". Scripts in /usr/local/etc/rc.d/* without the "# PROVIDE:" clause are ignore= d by /etc/rc. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-121440-227-hu9YXwXhgf>