Hi!> > I'm trying to understand why the sshd still starts after local daemons, > > out-of-the-box, and what it takes to make this extremely vital service > > to start before non-system (local) ones. I bet I'm not the first one to > > ask, so why isn't this already done ? Seems quite easy for me. > > The fix is quite simple: Add > > # BEFORE: mail > > to /etc/rc.d/sshd > > I tried to submit a PR on that about a year ago, but it never > seemed to make it into the PR system.It did enter the PR system. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190447 I'll have a look at it, it annoys me as well 8-} -- pi at opsec.eu +49 171 3101372 5 years to go !
On Sep 23 12:44, Kurt Jaeger wrote:> >It did enter the PR system. > >https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190447 > >I'll have a look at it, it annoys me as well 8-} >If this type of thing is being done on the base system sshd it would also be useful to look at the port version of ssh as well? I use the port and it has always annoyed me that I get constant "connection refused" whilst I'm waiting for the server to fully boot up! -- Matt
> On 23 September 2015, at 03:44, Kurt Jaeger <lists at opsec.eu> wrote: > > Hi! > >>> I'm trying to understand why the sshd still starts after local daemons, >>> out-of-the-box, and what it takes to make this extremely vital service >>> to start before non-system (local) ones. I bet I'm not the first one to >>> ask, so why isn't this already done ? Seems quite easy for me. >> >> The fix is quite simple: Add >> >> # BEFORE: mail >> >> to /etc/rc.d/sshd >> >> I tried to submit a PR on that about a year ago, but it never >> seemed to make it into the PR system. > > It did enter the PR system. > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190447 > > I'll have a look at it, it annoys me as well 8-}Thanks. I never could find that PR in the database. Guess I don?t quite understand how to successfully search it ;-)