]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/ppp-2.4.2-pppoatm-modprobe.patch
Pakfire laedt die Listen jetzt besser und hat eine veraenderte Oberflaeche bekommen.
[ipfire-2.x.git] / src / patches / ppp-2.4.2-pppoatm-modprobe.patch
1 diff -ruN ppp.orig/pppd/plugins/pppoatm.c ppp/pppd/plugins/pppoatm.c
2 --- ppp.orig/pppd/plugins/pppoatm.c 2003-10-17 22:03:40.000000000 +0200
3 +++ ppp/pppd/plugins/pppoatm.c 2003-10-17 22:03:27.000000000 +0200
4 @@ -148,7 +148,9 @@
5 int fd;
6 struct atm_qos qos;
7
8 +/*
9 system ("/sbin/modprobe pppoatm");
10 +*/
11
12 if (!device_got_set)
13 no_device_given_pppoatm();