From 967f448dded55f370a8640abfe0a1bafefb7e25f Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Sun, 21 May 2006 12:45:59 +0000 Subject: [PATCH] Pass -q option to modprobe, as suggested in PR#1373 --- pppd/plugins/pppoatm/pppoatm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pppd/plugins/pppoatm/pppoatm.c b/pppd/plugins/pppoatm/pppoatm.c index f99fd0a..6621cba 100644 --- a/pppd/plugins/pppoatm/pppoatm.c +++ b/pppd/plugins/pppoatm/pppoatm.c @@ -133,7 +133,7 @@ static int connect_pppoatm(void) int fd; struct atm_qos qos; - system ("/sbin/modprobe pppoatm"); + system ("/sbin/modprobe -q pppoatm"); if (!device_got_set) no_device_given_pppoatm(); -- 2.39.2