mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-27 13:11:57 +02:00
Merge branch 'master' into 4.4.23
This commit is contained in:
commit
55129204ac
@ -226,6 +226,7 @@ loadmodule() # $1 = module name, $2 - * arguments
|
||||
local suffix
|
||||
|
||||
if [ -d /sys/module/ ]; then
|
||||
if ! list_search $modulename $DONT_LOAD; then
|
||||
if [ ! -d /sys/module/$modulename ]; then
|
||||
shift
|
||||
|
||||
@ -247,6 +248,7 @@ loadmodule() # $1 = module name, $2 - * arguments
|
||||
done
|
||||
done
|
||||
fi
|
||||
fi
|
||||
elif ! list_search $modulename $DONT_LOAD $MODULES; then
|
||||
shift
|
||||
|
||||
|
@ -248,6 +248,7 @@ loadmodule() # $1 = module name, $2 - * arguments
|
||||
local suffix
|
||||
|
||||
if [ -d /sys/module/ ]; then
|
||||
if ! list_search $modulename $DONT_LOAD; then
|
||||
if [ ! -d /sys/module/$modulename ]; then
|
||||
shift
|
||||
|
||||
@ -269,6 +270,7 @@ loadmodule() # $1 = module name, $2 - * arguments
|
||||
done
|
||||
done
|
||||
fi
|
||||
fi
|
||||
elif ! list_search $modulename $MODULES $DONT_LOAD ; then
|
||||
shift
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user