summaryrefslogtreecommitdiffstats
path: root/perl-install/network/adsl.pm
Commit message (Expand)AuthorAgeFilesLines
* please perl_checkerOlivier Blin2005-04-051-1/+1
* replace non-ASCII charactersOlivier Blin2005-04-051-1/+1
* do not reload firmware on eagle-usb modems if already doneOlivier Blin2005-04-041-1/+1
* eagle-usb: try to use the country specific CMVOlivier Blin2005-03-301-0/+5
* fctStartAdsl is moved in /sbin tooOlivier Blin2005-03-301-1/+2
* eaglectrl is now in /sbin (#15033)Olivier Blin2005-03-281-2/+2
* use new --nocall option of speedtouch-startOlivier Blin2005-03-241-2/+1
* make Bewan PCI modems work (drop MTU config entries)Olivier Blin2005-03-231-4/+0
* vpi is given as hex too (though it doesn't matter much since it'sOlivier Blin2005-03-171-1/+1
* allow drakconnect to display multiple instances of the same adsl deviceOlivier Blin2005-03-151-4/+4
* remove eagle-usb_must_be_configured fileOlivier Blin2005-03-141-0/+2
* fix and force CMVs symlink creationOlivier Blin2005-03-141-1/+1
* fix typo (linetype for eagle-usb)Olivier Blin2005-03-111-1/+1
* set Linetype in eagle-usb.conf to use CMVsOlivier Blin2005-03-051-0/+1
* create CMV symlinks for both POTS and ISDN linesOlivier Blin2005-03-051-3/+6
* CMV support for eagle-usbOlivier Blin2005-03-041-0/+4
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-3/+3
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-1/+1
* cleanupPascal Rigaux2004-10-151-1/+1
* (adsl_conf_backend) don't write ifcfg-ppp0 for static/dhcp connectionsOlivier Blin2004-10-091-1/+2
* fix typoOlivier Blin2004-10-031-1/+1
* (sagem_set_parameters, adsl_conf_backend): write static ip inOlivier Blin2004-10-031-1/+6
* (adsl_probe_info) fix old typo, do not reset vpi and vci if vpi isOlivier Blin2004-09-231-1/+1
* (adsl_conf_backend) do not let speedtouch-start launch connectionOlivier Blin2004-09-201-1/+2
* (adsl_conf_backend) use avmadsl option for capi cards to use settingsOlivier Blin2004-09-201-1/+1
* (adsl_conf_backend) make sure the speedtch kernel module won't be hiddenOlivier Blin2004-09-171-1/+3
* stop capi service before new config is written so that capiinit can unload th...Olivier Blin2004-09-161-1/+1
* do not add prefix in path given to ensure_is_installed ! (i.e. replace untest...Olivier Blin2004-09-151-1/+1
* add commentOlivier Blin2004-09-151-0/+2
* (adsl_conf_backend) don't create empty pppoe.conf if the package isn'tOlivier Blin2004-09-151-7/+11
* load modules and run start programs in standalone too, so that it willOlivier Blin2004-09-151-7/+5
* fix PPPoA caseThierry Vignaud2004-09-151-1/+1
* (adsl_conf_backend) move isdn4k-utils installation hereOlivier Blin2004-09-141-0/+1
* (adsl_conf_backend) remove ifcfg-sagemOlivier Blin2004-09-141-1/+3
* (adsl_conf_backend) support dsl over capiOlivier Blin2004-09-141-2/+39
* load modules for pppoe connections during install (partial fix for #11189)Olivier Blin2004-09-071-0/+1
* (adsl_conf_backend) explode sagem specific stuff to sagem_set_parameters()Olivier Blin2004-09-061-13/+15
* adapt to new fctStartAdslOlivier Blin2004-09-031-1/+1
* write ifcfg files for NET_DEVICE if it's ethernet (pptp, pppoe)Olivier Blin2004-08-301-2/+14
* write metric in ifcfg files according to connection typeOlivier Blin2004-08-271-0/+2
* protocol names, trademark and acronyms should be upcaseThierry Vignaud2004-08-231-5/+5
* typo fixesThierry Vignaud2004-08-191-1/+1
* fix sagem pty quotingOlivier Blin2004-08-171-1/+1
* sagem: don't run pppoa if the ethernet interface isn't created and useOlivier Blin2004-08-171-1/+1
* do not write noipdefault in /etc/ppp/peers/ppp0 for pptp connectionsOlivier Blin2004-08-161-1/+2
* (adsl_probe_info) net_cnx_up is obsolete, pptp info is available inOlivier Blin2004-08-161-2/+0
* (adsl_conf_backend) don't write net cnx scripts, internet serviceOlivier Blin2004-08-161-2/+0
* remove useless assignment (already done in adsl_protocol step)Olivier Blin2004-08-161-1/+0
* fix pppoe with sagem (write ETH=`/usr/sbin/eaglectrl -i` instead of ETH=sagem)Olivier Blin2004-08-161-1/+2
* mount /proc, /sys and /proc/usb/usb in $prefix ASAP instead of doing it at va...Pascal Rigaux2004-08-101-6/+0