Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | introduce ->ensure_binary_is_installed and use it | Pascal Rigaux | 2004-08-02 | 1 | -1/+1 |
| | |||||
* | fix removing domain name (esp. when domain name is empty) | Pascal Rigaux | 2003-12-01 | 1 | -1/+1 |
| | |||||
* | escaped strings fixes | Thierry Vignaud | 2003-11-06 | 1 | -2/+2 |
| | |||||
* | check both nfs servers version 2 and version 3, and remove duplicates (bug ↵ | Pascal Rigaux | 2003-10-06 | 1 | -11/+17 |
| | | | | #6055) | ||||
* | - fix/use explanations | Damien Chaumette | 2003-09-08 | 1 | -1/+1 |
| | | | | | - fix #5307 (firmware) | ||||
* | - handle spaces in exported directories | Pascal Rigaux | 2003-06-06 | 1 | -3/+2 |
| | | | | | - simplify using --no-headers when calling showmount | ||||
* | (find_servers): chomp is uneeded | Thierry Vignaud | 2003-05-20 | 1 | -1/+0 |
| | |||||
* | (find_exports) better behavior when regexp does not match | Thierry Vignaud | 2003-05-20 | 1 | -1/+1 |
| | |||||
* | do not drop return values from regexp but use them to ensure we do not | Thierry Vignaud | 2003-05-19 | 1 | -1/+1 |
| | | | | | | reuse capture buffers from previous one, which is really bad and trully buggy | ||||
* | (check): fix return value (bug introduced with checking portmap is running) | Pascal Rigaux | 2003-03-04 | 1 | -1/+2 |
| | |||||
* | (check): start portmap if needed | Pascal Rigaux | 2003-02-27 | 1 | -0/+1 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -5/+5 |
| | |||||
* | (find_exports): use run_program::raw + stdout | Pascal Rigaux | 2002-12-03 | 1 | -9/+5 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-06 | 1 | -0/+1 |
| | |||||
* | use ensure_is_installed | Pascal Rigaux | 2002-08-13 | 1 | -1/+1 |
| | |||||
* | nicer conditional displaying of nfs comment | Pascal Rigaux | 2002-02-21 | 1 | -0/+4 |
| | |||||
* | cleaner & OOed code, with more code sharing | Pascal Rigaux | 2002-02-14 | 1 | -18/+24 |
| | |||||
* | $server->{ip} is no more mandatory | Pascal Rigaux | 2002-02-13 | 1 | -1/+2 |
| | |||||
* | find_exports: add a timeout | Pascal Rigaux | 2002-01-27 | 1 | -2/+7 |
| | |||||
* | ask before installing nfs-utils-clients or samba-client | Pascal Rigaux | 2001-12-06 | 1 | -2/+9 |
| | |||||
* | pleac perl_checker | Pascal Rigaux | 2001-08-22 | 1 | -0/+1 |
| | |||||
* | basic nfs handling in drakx | Pascal Rigaux | 2001-08-20 | 1 | -0/+42 |