summaryrefslogtreecommitdiffstats
path: root/perl-install/commands.pm
Commit message (Collapse)AuthorAgeFilesLines
* fixed command insmod.Francois Pons2003-02-171-1/+2
|
* perl_checker compliance ("ref" now need parentheses in many case)Pascal Rigaux2003-02-121-2/+2
|
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-2/+2
|
* do not use "local my $F, ...", use "local(my $F, ...) insteadPascal Rigaux2002-12-031-1/+1
|
* remove pack_ and unpack_ (unused)Pascal Rigaux2002-12-031-42/+2
|
* fix "ps" and "df" (were broken due to localization of *DF and *PS)Pascal Rigaux2002-11-281-5/+3
|
* perl_checker adaptationsPascal Rigaux2002-11-271-10/+10
|
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-9/+9
| | | | | | - remove redundant parentheses - add some parentheses for clarity
* add/remove some spaces to make perl_checker happyPascal Rigaux2002-11-121-2/+2
|
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-4/+6
|
* - do not use "foreach $var (...) {...}" use "foreach my $var (...) {...}" ↵Pascal Rigaux2002-11-111-11/+13
| | | | | | | | instead (only pb are functions called in {...} that could use $var, none found except in commands.pm) - various small syntax enhancements to please perl_checker
* - have "local *FILEHANDLE" before each "open FILEHANDLE, ..."Pascal Rigaux2002-11-061-1/+3
| | | | | - use some "cat_" and "output" where possible
* (cp): use cp_afPascal Rigaux2002-11-061-36/+2
|
* please perl_checker:Pascal Rigaux2002-11-061-6/+14
| | | | | | | - local'ize $_ before doing while (<...>) - use "foreach" instead of "for" - remove unneeded parentheses on the right side of infix if/foreach/unless
* make perl_checker happyPascal Rigaux2002-08-051-1/+1
|
* s/__END__/1;Thierry Vignaud2002-08-051-1/+1
|
* kill "wonderful perl"Thierry Vignaud2002-08-051-5/+1
|
* - the old $o->{keyboard} is now $o->{keyboard}{KEYBOARD}Pascal Rigaux2002-08-011-1/+1
| | | | | | | | - KBCHARSET is $o->{keyboard}{KBCHARSET} - isNotDelete is $o->{keyboard}{BACKSPACE} (as written in sysconfig/keyboard) - add GRP_TOGGLE which gives XkbOptions "grp:GRP_TOGGLE" - add dialog box to choose GRP_TOGGLE
* make new perl_checker happyPascal Rigaux2002-07-311-1/+2
|
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-10/+10
|
* remove "$_ =~ " (as detected by new perl_checker)Pascal Rigaux2002-07-171-1/+1
|
* adapt to new modprobe.pmPascal Rigaux2002-07-061-1/+1
|
* adapt to new modules.pmPascal Rigaux2002-07-041-2/+2
|
* make lspci a full pci probe instead of safe pci probe.Francois Pons2001-09-181-1/+1
|
* use new mkdir_p, rm_rf and cp_af from MDK::CommonPascal Rigaux2001-09-161-14/+2
|
* (sync): (re-?)addPascal Rigaux2001-08-031-0/+2
|
* do not export sync, keep it in common (esp. so that it doesn't conflict with ↵Pascal Rigaux2001-07-251-1/+1
| | | | my_gtk::sync
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-6/+7
|
* fix syntaxPascal Rigaux2001-07-241-1/+1
|
* removed/renamed unused/seldom-used functionsPascal Rigaux2001-07-241-2/+2
|
* generalize the use of chomp_ as the functional alternative to chomp (and ↵Pascal Rigaux2001-07-241-2/+2
| | | | works on lists)
* (grep_): add a missing semi-colonPascal Rigaux2001-06-111-1/+1
|
* fixed log of packdrake.Francois Pons2001-04-121-2/+1
|
* - move report_bug in install_anyPascal Rigaux2001-04-051-29/+2
| | | | | - g_auto_install generates the auto_inst.cfg string without output'ing it
* fix typoPascal Rigaux2001-03-281-2/+1
|
* add fstab in the logPascal Rigaux2001-03-281-2/+6
|
* fixed live update between GLIBC 2.1 and GLIBC 2.2. should work for otherFrancois Pons2001-03-121-4/+4
| | | | | | | | | | combination but not tested. fixed locale usage and gtk environment interaction (added LOCPATH, GCONV_PATH and GTK_EXE_PREFIX). created LD_LOADER environment variable to keep track of right ELF loader to be used for the GLIBC used by the live update. added internal PATH to LD_LIBRARY_PATH as ELF loader only check this one and not PATH.
* (loadkeys): createdPascal Rigaux2001-03-121-0/+7
|
* *** empty log message ***Stew Benedict2001-03-031-1/+1
|
* (more): handle 'q' to quitPascal Rigaux2001-02-241-1/+5
|
* call /usr/bin/insmod_ with full pathPascal Rigaux2001-02-221-1/+1
|
* (head_tail): fix usagePascal Rigaux2001-02-051-1/+1
|
* removed need of packdrake binaryFrancois Pons2001-01-051-1/+6
|
* report_bug: created, returns a stringPascal Rigaux2000-12-081-9/+12
|
* removed foreach (<... which are eating memoryFrancois Pons2000-11-141-3/+5
|
* no_commentPascal Rigaux2000-10-041-1/+1
|
* no_commentPascal Rigaux2000-10-021-1/+2
|
* no_commentPascal Rigaux2000-09-261-0/+1
|
* no_commentPascal Rigaux2000-09-241-1/+1
|
* no_commentPascal Rigaux2000-09-141-1/+1
|