From 52cd43a84bea524033b918b603698104f221bbb7 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Sun, 9 Jun 2013 12:20:34 +1000 Subject: [PATCH] pppoatm: Remove explicit loading of pppoatm kernel module The kernel does this automatically itself. Patch from debian package. Signed-off-by: Paul Mackerras --- pppd/plugins/pppoatm/pppoatm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/pppd/plugins/pppoatm/pppoatm.c b/pppd/plugins/pppoatm/pppoatm.c index 7712c6d..d693350 100644 --- a/pppd/plugins/pppoatm/pppoatm.c +++ b/pppd/plugins/pppoatm/pppoatm.c @@ -133,8 +133,6 @@ static int connect_pppoatm(void) int fd; struct atm_qos qos; - system ("/sbin/modprobe -q pppoatm"); - if (!device_got_set) no_device_given_pppoatm(); fd = socket(AF_ATMPVC, SOCK_DGRAM, 0); -- 2.39.2