Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -478/+0 |
| | |||||
* | setVarsInSh: fix writing "|" in sh config files | Pascal Rigaux | 2006-09-04 | 1 | -1/+1 |
| | |||||
* | revert bad commit (thanks titi) | Pascal Rigaux | 2006-05-15 | 1 | -1/+1 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2006-05-15 | 1 | -1/+1 |
| | |||||
* | (syscall_) perl_checker compliance | Thierry Vignaud | 2006-02-22 | 1 | -1/+1 |
| | |||||
* | better fix for syscall.ph used somewhere else | Pascal Rigaux | 2006-01-03 | 1 | -5/+6 |
| | |||||
* | Hopefully that's the latest fix to be really really sure to load syscall ↵ | Rafael Garcia-Suarez | 2005-12-29 | 1 | -0/+3 |
| | | | | constants | ||||
* | ensure syscall_() work whatever is the first module to use it | Thierry Vignaud | 2005-12-22 | 1 | -3/+2 |
| | |||||
* | (syscall_) make it work everytime | Thierry Vignaud | 2005-12-22 | 1 | -1/+1 |
| | |||||
* | Mandrakesoft is now Mandriva | Pascal Rigaux | 2005-11-25 | 1 | -1/+1 |
| | |||||
* | cleanup | Pascal Rigaux | 2005-09-27 | 1 | -4/+1 |
| | |||||
* | fixed bug making localedrake (and maybe others) crashing when trying to | Pablo Saratxaga | 2005-09-27 | 1 | -0/+3 |
| | | | | | create a gnome/kde rc file under a non-existing directory | ||||
* | fix addVarsInSh() with no fields | Pascal Rigaux | 2005-05-27 | 1 | -1/+1 |
| | |||||
* | add addVarsInSh() and addVarsInShMode() | Pascal Rigaux | 2005-05-27 | 1 | -1/+29 |
| | |||||
* | use "our" instead of "use vars" | Pascal Rigaux | 2005-05-27 | 1 | -8/+8 |
| | |||||
* | update_gnomekderc: modify the default group (entries at the top of the | Olivier Blin | 2005-02-14 | 1 | -3/+4 |
| | | | | | file not preceded by a group name) if category is undef | ||||
* | (setVarsInShMode) consider all files in /home as insecured and use | Thierry Vignaud | 2004-12-23 | 1 | -2/+7 |
| | | | | | secured_output() on them | ||||
* | add ";" to please perl_checker | Pascal Rigaux | 2004-11-17 | 1 | -1/+1 |
| | |||||
* | - export distrib() | Daouda Lo | 2004-10-19 | 1 | -1/+1 |
| | |||||
* | Add distrib function to get company, system (e.g. Mandrakelinux) and product ↵ | Florent Villard | 2004-10-18 | 1 | -0/+11 |
| | | | | (e.g. 10.1) | ||||
* | more flexible typeFromMagic | Pascal Rigaux | 2004-09-06 | 1 | -8/+13 |
| | |||||
* | setVarsInSh() now tries to use quoting only when really needed, | Pascal Rigaux | 2004-08-04 | 1 | -8/+6 |
| | | | | | otherwise it breaks program parsing the generated file (eg: /usr/sbin/autologin) | ||||
* | MDK::Common::System: whereis_binary() can now handle prefix | Pascal Rigaux | 2004-08-02 | 1 | -2/+2 |
| | |||||
* | - fix single/quote handling in getVarsFromSh() | Pascal Rigaux | 2004-06-28 | 1 | -12/+17 |
| | | | | | - setVarsInSh() now handles characters $, ', " and spaces in the value | ||||
* | hash in boolean context is bad (dixit Rafael) | Pascal Rigaux | 2004-05-08 | 1 | -1/+1 |
| | |||||
* | - deprecate "open F, ..." prefering "open(my $F, ...)" | Pascal Rigaux | 2004-04-28 | 1 | -2/+2 |
| | | | | | - fix an internal_error | ||||
* | perl_checker compliance | Pascal Rigaux | 2004-01-09 | 1 | -1/+1 |
| | |||||
* | check the name given to whereis_binary() doesn't contain a "/" | Pascal Rigaux | 2004-01-07 | 1 | -0/+4 |
| | |||||
* | add whereis_binary() | Pascal Rigaux | 2004-01-07 | 1 | -2/+12 |
| | |||||
* | - read_gnomekderc() & update_gnomekderc() will now handle key=value where key | Pascal Rigaux | 2003-09-19 | 1 | -2/+2 |
| | | | | | can contain spaces | ||||
* | MDK::Common::System::list_users() should list user 500 if it exists | Pascal Rigaux | 2003-09-01 | 1 | -1/+1 |
| | |||||
* | Add amd64 compat_arch mappings | Gwenolé Beauchesne | 2003-08-04 | 1 | -0/+2 |
| | |||||
* | - add read_gnomekderc() (and make update_gnomekderc() a little more robust ↵ | Pascal Rigaux | 2003-07-30 | 1 | -2/+21 |
| | | | | when the category is plain weird) | ||||
* | perl_checker adaptations | Pascal Rigaux | 2003-04-24 | 1 | -3/+3 |
| | |||||
* | fix description of module | Guillaume Cottenceau | 2003-04-17 | 1 | -1/+1 |
| | |||||
* | (fuzzy_pidofs): handle the empty /proc/XXX/cmdline case (using /proc/XXX/exe ↵ | Pascal Rigaux | 2003-04-01 | 1 | -1/+3 |
| | | | | | | | to have the name of the prog) (it is now useful for xfs (XFree86)) | ||||
* | (list_users) introduce it to get the id list of unprivilegied users, | Thierry Vignaud | 2003-01-29 | 1 | -1/+10 |
| | | | | | | thus enabling to consolidate code in printerdrake, mcc/menu_launchers, drakcronat and the like | ||||
* | more restricted detection of non-use of if_()-like exprs | Pascal Rigaux | 2002-12-04 | 1 | -4/+4 |
| | |||||
* | - warn use of "cond ? list : ()" (use if_(cond, list) instead) | Pascal Rigaux | 2002-12-04 | 1 | -4/+4 |
| | | | | | - adapt MDK::Common::* to this (using @{[]} instead of () to avoid the warning) | ||||
* | MDK::Common::System::update_gnomekderc: fix adding lines to the last section ↵ | Pascal Rigaux | 2002-09-06 | 1 | -0/+1 |
| | | | | when it doesn't end with a cr | ||||
* | MDK::Common::System::update_gnomekderc: fix adding section when the file ↵ | Pascal Rigaux | 2002-09-06 | 1 | -1/+2 |
| | | | | doesn't end with a cr | ||||
* | - add setExportedVarsInSh and setExportedVarsInCsh | Pascal Rigaux | 2002-08-12 | 1 | -10/+18 |
| | | | | | - remove setVarsInCsh (obsoleted by setExportedVarsInCsh) | ||||
* | - perl_checker: cleaner, more usable (via .perl_checker for -exclude's) | Pascal Rigaux | 2002-07-31 | 1 | -1/+2 |
| | | | | | | - perl_checker: more stricter syntax rules - adapt *.pm's to those rules | ||||
* | - perl_checker: add *much* stricter syntax rules | Pascal Rigaux | 2002-07-31 | 1 | -2/+2 |
| | | | | | - adapt *.pm's to those rules | ||||
* | MDK::Common::System: add fuzzy_pidofs | Pascal Rigaux | 2002-07-23 | 1 | -1/+10 |
| | |||||
* | (update_gnomekderc): rework it, make it work in all possible case | Pascal Rigaux | 2002-02-16 | 1 | -19/+26 |
| | |||||
* | - MDK/Common/System.pm: fix call to "output" in "template2file" and ↵ | Pascal Rigaux | 2002-02-16 | 1 | -4/+4 |
| | | | | | | | "update_gnomekderc" - perl-checker: don't fail on non-tagged import | ||||
* | add arch() and alike stuff | Pascal Rigaux | 2001-08-04 | 1 | -1/+42 |
| | |||||
* | much doc added | Pascal Rigaux | 2001-08-03 | 1 | -2/+129 |
| | |||||
* | everything should work now | Pascal Rigaux | 2001-07-24 | 1 | -2/+2 |
| |