]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/pppoatm/pppoatm.c
Pass -q option to modprobe, as suggested in PR#1373
[ppp.git] / 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();