rcNG changes/aditions

Giorgos Keramidas keramida at freebsd.org
Tue Mar 15 12:31:21 PST 2005


On 2005-03-15 20:58, Jose M Rodriguez <josemi at freebsd.jazztel.es> wrote:
> El Martes, 15 de Marzo de 2005 07:25, Giorgos Keramidas escribi?:
> > On 2005-03-14 23:06, Jose M Rodriguez <josemi at freebsd.jazztel.es> wrote:
> > > update to PR conf/75137 (sound modules): I rework this adding
> > > support for preloaded modules to /etc/rc.subr
> > >
> > > +					# try to load ${name}_modules
> > > +					#
> > > +			eval "_modules=\$${name}_modules"
> > > +			if [ -n "${_modules}" ]; then
> > > +				debug "run_rc_command: kldload ${_modules}."
> > > +				eval "preload_modules ${_modules}"
> > > +				_return=$?
> > > +				[ $_return -ne 0 ] && [ -z "$rc_force" ] &&
> > > +				    return 1
> > > +			fi
> >
> > What happens if some of the modules are already loaded and rc_force
> > is not set?
>
> preload_modules test if the module is loaded before trying to load.   It
> only load what is not loaded before.  I'm not sure if the logic is 100%
> safe, but I tested this case.

I must have missed this part.  Thanks the clarification :-)



More information about the freebsd-current mailing list