mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
Only check 'ipchains' module on start
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@498 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
8918a72c13
commit
8556250875
@ -3015,7 +3015,7 @@ verify_os_version() {
|
||||
;;
|
||||
esac
|
||||
|
||||
[ -n "`lsmod 2> /dev/null | grep '^ipchains'`" ] && \
|
||||
[ $command = start -a -n "`lsmod 2> /dev/null | grep '^ipchains'`" ] && \
|
||||
startup_error "Shorewall can't start with the ipchains kernel module loaded - see FAQ #8"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user