Re: rc.d/linux runs unconditionally

2019-10-03 Thread Edward Tomasz NapieraƂa
On 1003T0947, Michael Butler wrote:
> In rc.d/sysvipc we see ..
> 
> name="sysvipc"
> desc="Load SysV IPC modules"
> rcvar="sysvipc_enable"
> start_cmd="${name}_start"
> 
>  .. so it won't try to run without explicitly setting sysvipc_enable in
> /etc/rc.conf.
> 
> However in rc.d/linux, we have only ..
> 
> name="linux"
> desc="Enable Linux ABI"
> start_cmd="${name}_start"
> 
>  .. which causes it to try to load the linux modules unconditionally
> even when I don't want them,

Should be fixed now; thanks!

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


rc.d/linux runs unconditionally

2019-10-03 Thread Michael Butler
In rc.d/sysvipc we see ..

name="sysvipc"
desc="Load SysV IPC modules"
rcvar="sysvipc_enable"
start_cmd="${name}_start"

 .. so it won't try to run without explicitly setting sysvipc_enable in
/etc/rc.conf.

However in rc.d/linux, we have only ..

name="linux"
desc="Enable Linux ABI"
start_cmd="${name}_start"

 .. which causes it to try to load the linux modules unconditionally
even when I don't want them,

imb
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"