Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -3/+3 |
| | |||||
* | do not use "local *F", use "my $F" or output() instead | Pascal Rigaux | 2002-12-03 | 1 | -10/+9 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-28 | 1 | -1/+1 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -3/+3 |
| | |||||
* | use a scalar instead of a typeglob (let typeglobs be deprecated!) | Pascal Rigaux | 2002-11-25 | 1 | -1/+1 |
| | |||||
* | fixes perl-checker importation of bug, getFile is complex for perl newbies, do | Francois Pons | 2002-11-25 | 1 | -1/+1 |
| | | | | | not rely on perl-checker for trying to "fix" it else it won't run anymore ;-) | ||||
* | make it work (changed *F => *GETFILE and added a return) else perl has some | Francois Pons | 2002-11-25 | 1 | -1/+1 |
| | | | | | problem using it as reference to file handle. | ||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -2/+2 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -1/+1 |
| | |||||
* | - replace ... =~ 'foo' with ... =~ /foo/ | Pascal Rigaux | 2002-11-11 | 1 | -5/+4 |
| | | | | | - remove unneeded parentheses for things like ... if (...) | ||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -2/+1 |
| | |||||
* | - have "local *FILEHANDLE" before each "open FILEHANDLE, ..." | Pascal Rigaux | 2002-11-06 | 1 | -5/+5 |
| | | | | | - use some "cat_" and "output" where possible | ||||
* | replace complex "unless"s with "if"s | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | (preConfigureTimezone): don't set UTC in beginner mode if there is no windows | Pascal Rigaux | 2002-10-28 | 1 | -1/+1 |
| | |||||
* | Hide password to browse W2k servers. (Buchan Milne). | Stew Benedict | 2002-10-14 | 1 | -0/+1 |
| | | | | | Domain name to all caps in smb.conf. (Buchan Milne). | ||||
* | added possible fix for noauto: flag of hdlist not generating good list file. | Francois Pons | 2002-09-30 | 1 | -4/+14 |
| | |||||
* | don't write fstab on upgrade (to workaround the fact that many entries are ↵ | Pascal Rigaux | 2002-09-13 | 1 | -1/+1 |
| | | | | dropped) | ||||
* | allow live_update to have something configured correctly for urpmi media. | Francois Pons | 2002-09-13 | 1 | -1/+3 |
| | |||||
* | do something with "Security Administrator (login or email)" | Pascal Rigaux | 2002-09-12 | 1 | -1/+1 |
| | |||||
* | fixed very stupid typo and inconsistency in allowNVIDIA_rpms. | Francois Pons | 2002-09-12 | 1 | -3/+2 |
| | |||||
* | fixed possible problem with NVIDIA packages parsing. | Francois Pons | 2002-09-11 | 1 | -1/+1 |
| | |||||
* | set mount point for nt partitions by default | Pascal Rigaux | 2002-09-10 | 1 | -0/+8 |
| | |||||
* | fix urpmi installation. | Francois Pons | 2002-09-09 | 1 | -2/+2 |
| | |||||
* | fixed still present hdlist and synthesis file for media not configured (because | Francois Pons | 2002-09-09 | 1 | -34/+39 |
| | | | | | of not selected). | ||||
* | fixed to allow changing boot medium. | Francois Pons | 2002-09-06 | 1 | -3/+3 |
| | |||||
* | add flag CDCOM when using commercial cds | Pascal Rigaux | 2002-09-05 | 1 | -0/+1 |
| | |||||
* | allow noauto:... media in hdlists file to be installed for urpmi. | Francois Pons | 2002-09-05 | 1 | -1/+2 |
| | |||||
* | restore auto build of synthesis file (for updates). | Francois Pons | 2002-09-02 | 1 | -0/+8 |
| | |||||
* | fixed typo. | Francois Pons | 2002-09-02 | 1 | -1/+1 |
| | |||||
* | fix list building not to use parsehdlist. | Francois Pons | 2002-09-02 | 1 | -12/+7 |
| | |||||
* | install_urpmi only install selected media. | Francois Pons | 2002-09-02 | 1 | -1/+1 |
| | |||||
* | fixed possible problem with is_installed and are_installed. | Francois Pons | 2002-08-30 | 1 | -2/+2 |
| | |||||
* | use mkdir_p instead of mkdir | Pascal Rigaux | 2002-08-28 | 1 | -2/+2 |
| | |||||
* | remove/simplify error hanling (most of it is moved to fsedit.pm) | Pascal Rigaux | 2002-08-27 | 1 | -20/+7 |
| | |||||
* | added warn about packages to remove. | Francois Pons | 2002-08-27 | 1 | -0/+13 |
| | |||||
* | (ensure_is_installed): use $::prefix to test if file is installed | Pascal Rigaux | 2002-08-21 | 1 | -2/+2 |
| | |||||
* | - add do_pkgs->are_installed | Pascal Rigaux | 2002-08-21 | 1 | -0/+23 |
| | | | | | | - add an auto parameter to ensure_is_installed - implement do_pkgs->ensure_is_installed during install | ||||
* | make sure kernel is selected during upgrade. | Francois Pons | 2002-08-20 | 1 | -0/+5 |
| | |||||
* | (getAndSaveAutoInstallFloppy): ensure mount fail doesn't cause any pb | Pascal Rigaux | 2002-08-19 | 1 | -1/+1 |
| | |||||
* | workaround perl bug another way | Pascal Rigaux | 2002-08-10 | 1 | -2/+2 |
| | |||||
* | fixed loadO when getFile is not used (local files). | Francois Pons | 2002-08-09 | 1 | -3/+5 |
| | |||||
* | add fsck.jfs | Pascal Rigaux | 2002-08-09 | 1 | -1/+1 |
| | |||||
* | use $::prefix in timezone::read | Pascal Rigaux | 2002-08-08 | 1 | -1/+1 |
| | |||||
* | timezone::read now returns a hash | Pascal Rigaux | 2002-08-08 | 1 | -2/+1 |
| | |||||
* | Windows PDC -> Windows Domain, don't make samba dirs - samba fixed now | Stew Benedict | 2002-08-08 | 1 | -4/+0 |
| | |||||
* | getAndSaveFile now return before writing zero-length file if input file doesn't | Francois Pons | 2002-08-07 | 1 | -1/+1 |
| | | | | | exists on invocation. | ||||
* | make perl_checker happy | Pascal Rigaux | 2002-08-06 | 1 | -0/+1 |
| | |||||
* | smbpasswd call deferred with addToBeDone | Stew Benedict | 2002-08-05 | 1 | -1/+6 |
| | |||||
* | partial rework of Windows PDC authentication, still need | Stew Benedict | 2002-08-04 | 1 | -3/+6 |
| | | | | | to run smbpasswd after network is up |