summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Expand)AuthorAgeFilesLines
* remove unused variable in network::netconnect, thanks perl_checkerOlivier Blin2004-08-101-2/+1
* add some FIXME comments in network::netconnectOlivier Blin2004-08-101-2/+2
* network::tools::connect_prog shouldn't be used/written anymore nowOlivier Blin2004-08-101-41/+0
* kill some more connect/disconnect_fileOlivier Blin2004-08-101-6/+1
* mount /proc, /sys and /proc/usb/usb in $prefix ASAP instead of doing it at va...Pascal Rigaux2004-08-101-6/+0
* mounting device "none" is cleanerPascal Rigaux2004-08-101-1/+1
* in netconnect::(start|stop)_internet, use (connect|disconnect)_backendOlivier Blin2004-08-091-2/+2
* perl_checker prototype compliancePascal Rigaux2004-08-091-6/+6
* perl_checker compliance + cleanupPascal Rigaux2004-08-091-14/+14
* s/iwpconfig/iwconfigFunda Wang2004-08-081-1/+1
* (network::adsl::adsl_conf_backend) add ppp_async alias for sagemOlivier Blin2004-08-061-2/+3
* (adsl_conf_backend) let's have a better looking mesageThierry Vignaud2004-08-061-1/+1
* fix titypoOlivier Blin2004-08-061-1/+1
* try to load all modules that may be needed to establish connexionOlivier Blin2004-08-061-2/+4
* (adsl_conf_backend) only try to mount /proc if it wasn't (eg if weThierry Vignaud2004-08-061-1/+1
* try to mount proc fs too, in case it wasn't done earlierOlivier Blin2004-08-061-0/+1
* use the new kdenetwork-kppp-provider package (thanks Laurent !) to beOlivier Blin2004-08-061-0/+1
* set netcnx type when an external isdn modem is selected, or elseOlivier Blin2004-08-051-1/+1
* try to mount usbdevfs in $::prefix before attempting to run adsl startOlivier Blin2004-08-051-1/+5
* quiet perl_checkerThierry Vignaud2004-08-051-2/+2
* (adsl_conf_backend) fix error messageThierry Vignaud2004-08-051-1/+1
* log module loading faillureThierry Vignaud2004-08-041-1/+2
* catch die from modules::loadOlivier Blin2004-08-041-1/+1
* add modules arrays and use modules::load to be able to load modulesOlivier Blin2004-08-041-9/+8
* fix wordingOlivier Blin2004-08-041-1/+1
* do not force kppp installation, it will be installed byOlivier Blin2004-08-041-1/+0
* do not write cnx_script anymore (isdn4linux service will modprobe theOlivier Blin2004-08-041-10/+0
* kill set_cnx_script usage, replace cnx_scripts with ifup/ifdownOlivier Blin2004-08-043-29/+11
* write a cnx_script for adsl connexions too (so that drakconnect canOlivier Blin2004-08-041-0/+5
* move mount options related stuff from fs.pm to newly created fs/mount_options.pmPascal Rigaux2004-08-032-5/+5
* many functions in fsedit don't modify anything, they are simply accessors.Pascal Rigaux2004-08-032-1/+3
* introduce ->ensure_binary_is_installed and use itPascal Rigaux2004-08-025-7/+7
* in sagem start section, modprobe eagle-usb and do not wait for syncOlivier Blin2004-08-021-1/+4
* in speedtouch start section, modprobe speedtch module and useOlivier Blin2004-08-021-1/+4
* in install, run modem start scripts once config is writtenOlivier Blin2004-08-021-0/+2
* sagem: use fctStartAdsl to wait for sync, up the interface and get interface ...Olivier Blin2004-07-301-1/+1
* (remove_initscript) simplifyThierry Vignaud2004-07-291-6/+3
* (handle_multiple_cnx) only restart network for ADSL if we use anThierry Vignaud2004-07-291-1/+1
* split server and plugin options, in order to support again bewanOlivier Blin2004-07-291-4/+9
* do not write a blank "pty" option in ppp config file is there is noOlivier Blin2004-07-281-1/+2
* it's probably better to rely on modem_run since speedtouch.sh may be droppedOlivier Blin2004-07-281-1/+1
* - use option -g for smbclient -L, this fixes bad parsing of formatted smbclie...Pascal Rigaux2004-07-281-14/+20
* - add field {fs_type} partially replacing {pt_type}Pascal Rigaux2004-07-271-2/+2
* '-e 1' option is unneeded with speedtouch >= 1.3Olivier Blin2004-07-271-1/+1
* remove unneeded quotesOlivier Blin2004-07-261-1/+1
* let perl-MDK-Common do the quotingOlivier Blin2004-07-261-2/+1
* hey, I suck, that's DIAL_ON_IFUP, not DIAL_ON_BOOTOlivier Blin2004-07-232-6/+6
* perl_checker complianceOlivier Blin2004-07-231-3/+3
* one more FIXME commentOlivier Blin2004-07-231-0/+1
* - introduce ONBOOT and DIAL_ON_BOOT settings for isdn connectionsOlivier Blin2004-07-233-5/+32