]> git.ozlabs.org Git - ppp.git/commitdiff
Pass -q option to modprobe, as suggested in PR#1373
authorPaul Mackerras <paulus@samba.org>
Sun, 21 May 2006 12:45:59 +0000 (12:45 +0000)
committerPaul Mackerras <paulus@samba.org>
Sun, 21 May 2006 12:45:59 +0000 (12:45 +0000)
pppd/plugins/pppoatm/pppoatm.c

index f99fd0ad16c1eb6e1b5021c4a0a4f33f7dde03ef..6621cba8d384c234da55086ebbc5de6b5c67aa5a 100644 (file)
@@ -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();