On Sat, Oct 22, 2022 at 07:24:21AM +0100, Jason McIntyre wrote:
> On Fri, Oct 21, 2022 at 06:58:52PM +0000, Klemens Nanni wrote:
> > But now that I see your diff, I think we should actually include `sh'
> > in the synopsis since /etc/netstart is not executable, so the documented
> > form does not actually work (I just never noticed this missing bit):
> >
> > $ man -h netstart
> > /etc/netstart [-n] [interface ...]
> > $ /etc/netstart
> > ksh: /etc/netstart: cannot execute - Permission denied
> >
> > Feedback? Objection? OK?
> >
>
> i don;t mind doing it that way either. i couldn;t find any similar pages
> to compare, so feel free.
There is rc.d(8) but those scripts are actually executable and to be run
themselves:
$ man -h rc.d
/etc/rc.d/daemon [-df] action
I don't think we have another script in base that is meant to be run
manually, so netstart(8) stands out.
I'll leave it on the list for a few days and go ahead with the diff
unless someone speaks up.