Date: Tue, 19 Apr 2005 01:18:56 -0700 (PDT) From: Rob <spamrefuse@yahoo.com> To: Daniel O'Connor <doconnor@gsoft.com.au>, freebsd-stable@freebsd.org Cc: Kris Kennaway <kris@obsecurity.org> Subject: Re: [PATCH] Re: /etc/rc.d/sshd : "kldload random" missing? Message-ID: <20050419081856.14487.qmail@web54010.mail.yahoo.com> In-Reply-To: 6667
next in thread | raw e-mail | index | archive | help
--- Daniel O'Connor <doconnor@gsoft.com.au> wrote: > On Tue, 19 Apr 2005 17:06, Daniel O'Connor wrote: > > On Tue, 19 Apr 2005 16:43, Rob wrote: > > > Should I submit a patch here? > > > > > > Following patch works fine for me > > > (be aware some lines are wrapped :[ ) > > > > I think a more correct solution would be to make a > 'random' rc.d script > > which sshd depends on (and others if they're found > to need it) > > Heh actually now that I look.. there IS a random > script already.. > > Perhaps.. > [inchoate 17:08] /etc/rc.d >diff -u sshd.orig sshd > --- sshd.orig Tue Apr 19 17:07:52 2005 > +++ sshd Tue Apr 19 17:07:59 2005 > @@ -5,7 +5,7 @@ > # > > # PROVIDE: sshd > -# REQUIRE: LOGIN cleanvar > +# REQUIRE: LOGIN cleanvar random > > . /etc/rc.subr My earlier patch to the rc.d/sshd script was for loading the 'random.ko' module, if needed. But the random script does not do that. Should then the random script be extended by also checking whether loading 'random.ko' needs to be done? Rob. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050419081856.14487.qmail>