Reread rc.conf....

Kevin Downey redchin at gmail.com
Wed Jan 17 21:09:36 UTC 2007


On 1/17/07, Garrett Cooper <youshi10 at u.washington.edu> wrote:
> On Jan 17, 2007, at 12:01 PM, Kevin Downey wrote:
>
> > On 1/17/07, Agus <agus.262 at gmail.com> wrote:
> >> Hi folks.....
> >> I did some configs in my freebsd and realiza that i didnt have the
> >> inetd
> >> running. So i addesd inetd_enable="YES" to rc.conf.
> >> Now im trying to reread the rc.conf to make the changes active
> >> without
> >> restarting....
> >> Is there a way to do it? or i have to start each server it from
> >> rc.dmanually, in these case only inetd; but what if i added a lot of
> >> lines to
> >> rc.conf?
> >>
> >>
> >> i've read this...
> >>
> >> On the console do:
> >>
> >> # shutdown now
> >> (Note: without -r or -h)
> >>
> >> # return
> >> # exit
> >>
> >> Is this the only way to do it?
> >>
> >> Thanxsss
> >> _______________________________________________
> >> freebsd-questions at freebsd.org mailing list
> >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> >> To unsubscribe, send any mail to "freebsd-questions-
> >> unsubscribe at freebsd.org"
> >>
> >
> > /etc/rc.d/inetd restart
>
> The rc scripts in /etc/rc.d always work with the exception for me at
> least being rpcbind, nfsd, and mountd; those are the ones that I
> always have to reboot a machine for for some odd reason when I change
> related settings (unless I'm doing something wrong of course).
> -Garrett
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>

nfs is weird like that, but you can always just
killall -HUP nfsd
killall -HUP mountd

-- 
The biggest problem with communication is the illusion that it has occurred.


More information about the freebsd-questions mailing list