From 0dbe3f01acc05db4d7a3c1770854a809fd51b047 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Jun 2010 00:18:18 +0200 Subject: [PATCH] network: Don't explicitely load the ppp_generic module. This should be done on system boot. --- functions.ppp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/functions.ppp b/functions.ppp index 631a3c88..42c13011 100644 --- a/functions.ppp +++ b/functions.ppp @@ -20,11 +20,7 @@ ############################################################################### function ppp_pre_up() { - # Load the ppp_generic module if not already done - if ! grep -q ^ppp_generic /proc/modules; then - modprobe -q ppp_generic - fi - + : #connection --starting --zone=${zone} } -- 2.47.3