Am Sat, 18 Mar 2017 22:31:44 +0000
schrieb Neil Bothwick <n...@digimed.co.uk>:

> On Fri, 17 Mar 2017 17:28:27 +0000, David W Noon wrote:
> 
> > > cat /etc/conf.d/modules 
> > > modules="vboxdrv vboxnetflt vboxnetadp vboxpci"
> > > modules="it87"    
> > 
> > The above syntax is incorrect.
> > 
> > To use multiple lines, you need to re-interpolate the modules
> > variable, thus:
> > 
> > modules="vboxdrv vboxnetflt vboxnetadp vboxpci"
> > modules="${modules} it87"
> > 
> > Otherwise the second assignment deletes the module list from the
> > first assignment.  
> 
> If that were true, it87 would be the only module loaded, not the only
> module not loaded.

This is only a wrong assumption... His reload command is using a
different configuration file.

> The comments in the file show multiple module definitions without
> explicitly adding the previous values.


-- 
Regards,
Kai

Replies to list-only preferred.

Attachment: pgpMRwVfTNz9h.pgp
Description: Digitale Signatur von OpenPGP

Reply via email to