Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -7/+2 |
| | |||||
* | (read_raw) explain (ie add comments) | Thierry Vignaud | 2005-10-03 | 1 | -0/+2 |
| | |||||
* | (remove_module) better written this way | Thierry Vignaud | 2005-09-07 | 1 | -3/+5 |
| | |||||
* | (remove_module) prevent wiping /etc/modprobe.preload if module is | Thierry Vignaud | 2005-09-07 | 1 | -0/+1 |
| | | | | | unset (#16181) | ||||
* | don't need prefixing with current package | Pascal Rigaux | 2005-06-09 | 1 | -2/+2 |
| | |||||
* | read in existing modprobe.conf on upgrade (bugzilla #13309) | Pascal Rigaux | 2005-06-02 | 1 | -1/+9 |
| | |||||
* | (remove_module) handle removal of cards (#7049) | Thierry Vignaud | 2005-02-14 | 1 | -0/+4 |
| | |||||
* | ensure that explanations go into /var/log/explanations is standalone mode | Thierry Vignaud | 2004-11-25 | 1 | -7/+7 |
| | | | | | (log::explanations() just calls log::l() at install time) | ||||
* | really parse modules file according to its type when reading it (always call ↵ | Olivier Blin | 2004-08-24 | 1 | -11/+17 |
| | | | | $conf->read, split modules::any_conf::read in modules::any_conf::read_handled) | ||||
* | internally keep module names according to what we configure (and our kernel, ↵ | Pascal Rigaux | 2004-08-10 | 1 | -15/+25 |
| | | | | 2.4 or 2.6) | ||||
* | perl_checker enhancement | Pascal Rigaux | 2004-07-22 | 1 | -1/+1 |
| | |||||
* | add $Id | Pascal Rigaux | 2004-07-22 | 1 | -1/+1 |
| | |||||
* | modules::modprobe_conf now works (at least a little :) | Pascal Rigaux | 2004-07-22 | 1 | -23/+99 |
| | |||||
* | - %modules::conf is no more a global, so many functions need passing ↵ | Pascal Rigaux | 2004-07-21 | 1 | -0/+117 |
$modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes |