summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
* typo (forgot a space)Florin Grad2004-03-221-1/+1
|
* do not write the REDIRECT squid rules if one has only one NIC connected to ↵Florin Grad2004-03-221-1/+1
| | | | the net zone
* eagle-usb maintainers ask not to fill dns by default because ppp willThierry Vignaud2004-03-191-1/+1
| | | | | return better one through peerdns option
* dnsX were renamed as dnsServerX+1 long time ago and are managed oneThierry Vignaud2004-03-191-4/+0
| | | | | step earlier
* fix obvious wrong lookup (at install time, we must check installedThierry Vignaud2004-03-181-12/+12
| | | | | root fs instead of /)
* always offer to restart adsl connectionsThierry Vignaud2004-03-181-2/+1
|
* only warn about 2.4.x kernel for bewan modemThierry Vignaud2004-03-181-1/+1
|
* only kill pppoa for sagem modem (eg for bewan, we use pppoa plugin forThierry Vignaud2004-03-181-1/+2
| | | | | ppp)
* fix bewan support by providing an ad-how /etc/ppp/optionsThierry Vignaud2004-03-181-0/+25
|
* only warn about the fact we need 2.4.x kernel when we're under 2.6.xThierry Vignaud2004-03-181-2/+2
|
* fix pci modem support:Thierry Vignaud2004-03-171-9/+14
| | | | | | | - handle manually installed drivers - removed urpmi sources - faster checking for driver presence
* (get_eth_cards) if SIOCETHTOOL ioctl is not supported by driver, tryThierry Vignaud2004-03-171-0/+4
| | | | | | to lookup card by driver in devices list (if there's only one physical card managed by this driver)
* do not pass eth interface and user to adsl-start, they're alreadyThierry Vignaud2004-03-171-1/+1
| | | | | provided in pppoe.conf (#2004)
* fix SmartLink modem managment (#8959)Thierry Vignaud2004-03-171-1/+1
|
* update wanadoo dns according toThierry Vignaud2004-03-171-2/+2
| | | | | http://www.wanadoo.fr/bin/frame2.cgi?u=http%3A//assistance.wanadoo.fr/reponse791.asp
* bewan supportThierry Vignaud2004-03-162-2/+32
|
* only show encapsulation parameter for sagem modemThierry Vignaud2004-03-161-3/+5
|
* (adsl_conf_backend) fix adsl stop on pppoa linksThierry Vignaud2004-03-161-2/+1
|
* preselect pppoa for bewan tooThierry Vignaud2004-03-161-1/+1
|
* make it clear these checks are only for pci modemsThierry Vignaud2004-03-161-5/+6
|
* pci modem: only take care of selected oneThierry Vignaud2004-03-161-6/+5
|
* warn that we only support kernel 2.4.x for pci modemsThierry Vignaud2004-03-161-0/+6
|
* remove debug statementThierry Vignaud2004-03-161-1/+0
|
* for ADSL Bewan and ISDN modem, warn that only 2.4.x kernels are supportedThierry Vignaud2004-03-161-1/+5
|
* (ppp_configure) really fix modem symlink (#7967)Thierry Vignaud2004-03-161-1/+1
|
* always write scripts like in the old days but when there's no cnxThierry Vignaud2004-03-151-11/+10
|
* skip "start on boot" step for LAN (already managed by network scripts)Thierry Vignaud2004-03-151-15/+24
|
* perl_checker fixThierry Vignaud2004-03-151-1/+1
|
* write ether conf later on QA requestThierry Vignaud2004-03-151-1/+1
|
* do not list anymore wireless cards in LAN connection, only in wirelessThierry Vignaud2004-03-151-7/+3
| | | | | connections
* fix ADSL modems not listed unless one try to manually pick a networkThierry Vignaud2004-03-151-1/+1
| | | | | | card (#8611): prevent module::interactive from offering to pick a module when there's no network cards
* add ppp+ and ippp+ in the interfaces listFlorin Grad2004-03-151-0/+1
|
* (write_interface_conf) fix missing quotes around wireless encryption key (#8887)Thierry Vignaud2004-03-151-0/+1
|
* (mapIntfToDevice) do not try to match a physical device when SIOCETHTOOL ↵Thierry Vignaud2004-03-151-2/+3
| | | | ioctl is not supported
* provide a nice way to go back to summary when interface is already ↵Thierry Vignaud2004-03-121-2/+11
| | | | configured (#8002)
* fix buttons so that they're labeled as cancel/ok instead ofThierry Vignaud2004-03-121-0/+1
| | | | | previous/next when warning in network installations
* fix writing drakconnect config file at install time (#7478)Thierry Vignaud2004-03-121-1/+1
|
* add some tests for the REDIRECT squid rulesFlorin Grad2004-03-111-5/+7
|
* spell Mandrakelinux in one wordThierry Vignaud2004-03-102-1/+2
|
* fix isdn config stepThierry Vignaud2004-03-091-1/+1
|
* (read_providers_backend) add prototype in order to please lord perl_checkerThierry Vignaud2004-03-091-1/+1
|
* isdn config step: enable to alter defined but empty fieldsThierry Vignaud2004-03-091-1/+1
|
* fix parameters reading/writin in isdn config step: take parametersThierry Vignaud2004-03-091-7/+7
| | | | | from isdn data structure, not cnx one
* fix isdn config step by using runtime referencesThierry Vignaud2004-03-091-1/+3
|
* rename ensure_is_installed_if_availlable( as ensure_is_installed_if_available()Thierry Vignaud2004-03-081-2/+2
|
* install unicorn package for bewan modemsThierry Vignaud2004-03-081-0/+3
|
* fix variable interpolation in stringsThierry Vignaud2004-03-081-1/+1
|
* misc perl_checker cleanupsThierry Vignaud2004-03-081-2/+2
|
* isdn_read_config() alter its argument, thus there's no need in returning itThierry Vignaud2004-03-082-3/+2
| | | | | | | | (which may induce developer in error by believing argument is not overwritten...) standalone drakconnect already discard returned value anyway...
* kill isdn_get_info() and isdn_get_list() (they were unused since quite a fewThierry Vignaud2004-03-081-10/+1
| | | | | releases :-()