Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl_checker fixes | Damien Chaumette | 2003-05-02 | 1 | -3/+4 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -15/+15 |
| | |||||
* | changed netcnx type probe (so that if an ethernet connection exists, it won't | Francois Pons | 2003-03-11 | 1 | -2/+2 |
| | | | | | cause netcnx type to be always lan). | ||||
* | detect if the device is pcmcia when initializing the ONBOOT parameter | Florent Villard | 2003-03-06 | 1 | -1/+1 |
| | |||||
* | this is perl, not python ;p | Pascal Rigaux | 2003-03-05 | 1 | -1/+1 |
| | |||||
* | allow to set hostname in DHCP mode | Frederic Lepied | 2003-03-04 | 1 | -2/+2 |
| | |||||
* | install tmdns only when bind isn't installed | Frederic Lepied | 2003-03-04 | 1 | -1/+3 |
| | |||||
* | corrected HOSTNAME/DHCP_HOSTNAME management. | Frederic Lepied | 2003-02-28 | 1 | -14/+11 |
| | |||||
* | corrected HOSTNAME management | Frederic Lepied | 2003-02-27 | 1 | -11/+5 |
| | |||||
* | add the read_dhcpd_conf function for drakgw | Florin Grad | 2003-02-27 | 1 | -0/+12 |
| | |||||
* | small fixes. | Francois Pons | 2003-02-26 | 1 | -1/+1 |
| | |||||
* | added probe separately to handle drakconnect horror. | Francois Pons | 2003-02-26 | 1 | -0/+4 |
| | |||||
* | add probe of internet connection (this could avoid strange behaviour). | Francois Pons | 2003-02-26 | 1 | -2/+10 |
| | |||||
* | fixed back as titi sucks about message. | Francois Pons | 2003-02-26 | 1 | -1/+1 |
| | |||||
* | try to get back DOMAINNAME if needed. | Francois Pons | 2003-02-26 | 1 | -4/+3 |
| | |||||
* | (read_resolv_conf_raw): fix "search ..." handling | Pascal Rigaux | 2003-02-25 | 1 | -1/+1 |
| | |||||
* | no need to use regexp | Damien Chaumette | 2003-02-21 | 1 | -1/+1 |
| | |||||
* | use detect_devices::pcmcia_probe() instead of detect_devices::probeall() | Pascal Rigaux | 2003-02-20 | 1 | -1/+1 |
| | |||||
* | - read_resolv_conf() reads DOMAINNAME & DOMAINNAME2 | Pascal Rigaux | 2003-02-20 | 1 | -8/+17 |
| | | | | | | - read_resolv_conf() reads /etc/resolv.conf by default - read_resolv_conf_raw() created | ||||
* | dhcp fix | Damien Chaumette | 2003-02-20 | 1 | -4/+2 |
| | |||||
* | (read_conf) simplify | Thierry Vignaud | 2003-02-19 | 1 | -2/+1 |
| | |||||
* | Get back configuration settings from conf files | Damien Chaumette | 2003-02-18 | 1 | -1/+2 |
| | | | | | (fix some kind of titi sucking) | ||||
* | perl_checker fix | Thierry Vignaud | 2003-02-18 | 1 | -1/+1 |
| | |||||
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -3/+3 |
| | | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now | ||||
* | corrected option handling and added hotplug checkbox | Frederic Lepied | 2003-02-10 | 1 | -16/+18 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-02-10 | 1 | -3/+3 |
| | |||||
* | check that zeroconf hostname doesn"t contain a . | Frederic Lepied | 2003-02-09 | 1 | -5/+26 |
| | | | | | read zeroconf hostname from tmdns.conf | ||||
* | - DHCP & Zeroconf fixes for installation | Damien Chaumette | 2003-02-07 | 1 | -3/+4 |
| | | | | | - fix '217.0.0.1 localhost' not written in /etc/hosts when using DHCP | ||||
* | *** empty log message *** | Damien Chaumette | 2003-02-07 | 1 | -1/+1 |
| | |||||
* | avoid to mess up tmdns.conf file | Damien Chaumette | 2003-02-06 | 1 | -7/+4 |
| | |||||
* | fix dhcp package installation | Damien Chaumette | 2003-02-06 | 1 | -3/+5 |
| | | | | | fix zeroconf suckiness | ||||
* | fixed my own sucking | Damien Chaumette | 2003-02-05 | 1 | -0/+1 |
| | |||||
* | dhcp/zeroconf stuff | Damien Chaumette | 2003-02-03 | 1 | -4/+11 |
| | |||||
* | - fix zeroconf support | Damien Chaumette | 2003-02-03 | 1 | -27/+13 |
| | | | | | - cleanups | ||||
* | more zeroconf configuration | Damien Chaumette | 2003-01-31 | 1 | -0/+9 |
| | |||||
* | adapt to new category network/gigabit (which used to be in network/main) | Pascal Rigaux | 2003-01-30 | 1 | -1/+1 |
| | |||||
* | fix typo | Damien Chaumette | 2003-01-24 | 1 | -1/+1 |
| | |||||
* | pixelification | Pascal Rigaux | 2003-01-23 | 1 | -13/+3 |
| | |||||
* | - perl_checker compliant | Damien Chaumette | 2003-01-23 | 1 | -39/+46 |
| | | | | | | | | - s/$pump/$auto_ip/ - use join('', if_(..), if_(..)) - each_index instead of for - various fixes | ||||
* | force strict mode | Thierry Vignaud | 2003-01-23 | 1 | -0/+1 |
| | |||||
* | simplify easy_dhcp prototype | Pascal Rigaux | 2003-01-22 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-01-22 | 1 | -5/+5 |
| | |||||
* | English proofreading (first pass) | Pablo Saratxaga | 2003-01-21 | 1 | -4/+4 |
| | |||||
* | void label removed | Damien Chaumette | 2003-01-20 | 1 | -2/+2 |
| | |||||
* | - zero conf is avaible in drakconnect, with/without dhcp | Damien Chaumette | 2003-01-20 | 1 | -9/+21 |
| | | | | | - install tmdns and zcip packages when needed | ||||
* | - some changes to dhcp behavior for beta2 (not clean yet) | Damien Chaumette | 2003-01-17 | 1 | -5/+13 |
| | |||||
* | - fix /etc/hosts localhost.localdomain in localhost | Damien Chaumette | 2003-01-16 | 1 | -0/+1 |
| | |||||
* | replace occurences of "$foo ? $foo : $bar" with "$foo || $bar" | Pascal Rigaux | 2003-01-16 | 1 | -1/+1 |
| | |||||
* | have dhcp-client the default dhcp client | Pascal Rigaux | 2003-01-16 | 1 | -1/+1 |
| | |||||
* | (easy_dhcp): don't call network::configureNetwork2 | Pascal Rigaux | 2003-01-09 | 1 | -2/+0 |
| |