On Mon, Aug 02, 2021 at 12:44:01PM +0700, Robert Elz wrote: > Date: Mon, 2 Aug 2021 11:54:27 +0900 > From: Rin Okuyama <rokuyama...@gmail.com> > Message-ID: <be7c1ea5-9caa-7e57-6397-e06013100...@gmail.com> > > | Install /etc/rc.d/zfs for everyone? > > Add a new dummy rc.d script (like LOGIN or DISKS) > have devpubd come before that, and everything > which should come later require it. > > That's cleaner. We should probably have a > few more of them for the startup stages, even > if they're not really needed yet, and far > fewer real scripts depending on each other > except where there is a genuine relationship.
Seconded, like what I did with /etc/rc.d/CRITLOCALMOUNTED recently (which also shows the hardest part of the game: find a proper name, and beware of case-insensitive-but-case-preserving source filesystems that we still support cross builds from). Martin