summaryrefslogtreecommitdiffstats
path: root/perl-install/network/nfs.pm
Commit message (Expand)AuthorAgeFilesLines
* - fix/use explanationsDamien Chaumette2003-09-081-1/+1
* - handle spaces in exported directoriesPascal Rigaux2003-06-061-3/+2
* (find_servers): chomp is uneededThierry Vignaud2003-05-201-1/+0
* (find_exports) better behavior when regexp does not matchThierry Vignaud2003-05-201-1/+1
* do not drop return values from regexp but use them to ensure we do notThierry Vignaud2003-05-191-1/+1
* (check): fix return value (bug introduced with checking portmap is running)Pascal Rigaux2003-03-041-1/+2
* (check): start portmap if neededPascal Rigaux2003-02-271-0/+1
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-5/+5
* (find_exports): use run_program::raw + stdoutPascal Rigaux2002-12-031-9/+5
* make perl_checker happyPascal Rigaux2002-11-061-0/+1
* use ensure_is_installedPascal Rigaux2002-08-131-1/+1
* nicer conditional displaying of nfs commentPascal Rigaux2002-02-211-0/+4
* cleaner & OOed code, with more code sharingPascal Rigaux2002-02-141-18/+24
* $server->{ip} is no more mandatoryPascal Rigaux2002-02-131-1/+2
* find_exports: add a timeoutPascal Rigaux2002-01-271-2/+7
* ask before installing nfs-utils-clients or samba-clientPascal Rigaux2001-12-061-2/+9
* pleac perl_checkerPascal Rigaux2001-08-221-0/+1
* basic nfs handling in drakxPascal Rigaux2001-08-201-0/+42