Check for modprobe.conf instead of modprobe.preload as it may be missing.

git-svn-id: http://voip.null.ro/svn/yate@4293 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2011-04-13 19:07:47 +00:00
parent 12e5f90172
commit b1cba4d938
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# This script configures Linux SCTP parameters for use with SIGTRAN
if [ ! -f /etc/sysctl.conf -o ! -f /etc/modprobe.preload -o ! -d /proc/sys/net ]; then
if [ ! -f /etc/sysctl.conf -o ! -f /etc/modprobe.conf -o ! -d /proc/sys/net ]; then
echo "Your system does not look like Linux!" >&2
exit 1
fi