summaryrefslogtreecommitdiffstats
path: root/MDK/Common/System.pm
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-478/+0
|
* setVarsInSh: fix writing "|" in sh config filesPascal Rigaux2006-09-041-1/+1
|
* revert bad commit (thanks titi)Pascal Rigaux2006-05-151-1/+1
|
* perl_checker compliancePascal Rigaux2006-05-151-1/+1
|
* (syscall_) perl_checker complianceThierry Vignaud2006-02-221-1/+1
|
* better fix for syscall.ph used somewhere elsePascal Rigaux2006-01-031-5/+6
|
* Hopefully that's the latest fix to be really really sure to load syscall ↵Rafael Garcia-Suarez2005-12-291-0/+3
| | | | constants
* ensure syscall_() work whatever is the first module to use itThierry Vignaud2005-12-221-3/+2
|
* (syscall_) make it work everytimeThierry Vignaud2005-12-221-1/+1
|
* Mandrakesoft is now MandrivaPascal Rigaux2005-11-251-1/+1
|
* cleanupPascal Rigaux2005-09-271-4/+1
|
* fixed bug making localedrake (and maybe others) crashing when trying toPablo Saratxaga2005-09-271-0/+3
| | | | | create a gnome/kde rc file under a non-existing directory
* fix addVarsInSh() with no fieldsPascal Rigaux2005-05-271-1/+1
|
* add addVarsInSh() and addVarsInShMode()Pascal Rigaux2005-05-271-1/+29
|
* use "our" instead of "use vars"Pascal Rigaux2005-05-271-8/+8
|
* update_gnomekderc: modify the default group (entries at the top of theOlivier Blin2005-02-141-3/+4
| | | | | file not preceded by a group name) if category is undef
* (setVarsInShMode) consider all files in /home as insecured and useThierry Vignaud2004-12-231-2/+7
| | | | | secured_output() on them
* add ";" to please perl_checkerPascal Rigaux2004-11-171-1/+1
|
* - export distrib()Daouda Lo2004-10-191-1/+1
|
* Add distrib function to get company, system (e.g. Mandrakelinux) and product ↵Florent Villard2004-10-181-0/+11
| | | | (e.g. 10.1)
* more flexible typeFromMagicPascal Rigaux2004-09-061-8/+13
|
* setVarsInSh() now tries to use quoting only when really needed,Pascal Rigaux2004-08-041-8/+6
| | | | | otherwise it breaks program parsing the generated file (eg: /usr/sbin/autologin)
* MDK::Common::System: whereis_binary() can now handle prefixPascal Rigaux2004-08-021-2/+2
|
* - fix single/quote handling in getVarsFromSh()Pascal Rigaux2004-06-281-12/+17
| | | | | - setVarsInSh() now handles characters $, ', " and spaces in the value
* hash in boolean context is bad (dixit Rafael)Pascal Rigaux2004-05-081-1/+1
|
* - deprecate "open F, ..." prefering "open(my $F, ...)"Pascal Rigaux2004-04-281-2/+2
| | | | | - fix an internal_error
* perl_checker compliancePascal Rigaux2004-01-091-1/+1
|
* check the name given to whereis_binary() doesn't contain a "/"Pascal Rigaux2004-01-071-0/+4
|
* add whereis_binary()Pascal Rigaux2004-01-071-2/+12
|
* - read_gnomekderc() & update_gnomekderc() will now handle key=value where keyPascal Rigaux2003-09-191-2/+2
| | | | | can contain spaces
* MDK::Common::System::list_users() should list user 500 if it existsPascal Rigaux2003-09-011-1/+1
|
* Add amd64 compat_arch mappingsGwenolé Beauchesne2003-08-041-0/+2
|
* - add read_gnomekderc() (and make update_gnomekderc() a little more robust ↵Pascal Rigaux2003-07-301-2/+21
| | | | when the category is plain weird)
* perl_checker adaptationsPascal Rigaux2003-04-241-3/+3
|
* fix description of moduleGuillaume Cottenceau2003-04-171-1/+1
|
* (fuzzy_pidofs): handle the empty /proc/XXX/cmdline case (using /proc/XXX/exe ↵Pascal Rigaux2003-04-011-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 Vignaud2003-01-291-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 exprsPascal Rigaux2002-12-041-4/+4
|
* - warn use of "cond ? list : ()" (use if_(cond, list) instead)Pascal Rigaux2002-12-041-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 Rigaux2002-09-061-0/+1
| | | | when it doesn't end with a cr
* MDK::Common::System::update_gnomekderc: fix adding section when the file ↵Pascal Rigaux2002-09-061-1/+2
| | | | doesn't end with a cr
* - add setExportedVarsInSh and setExportedVarsInCshPascal Rigaux2002-08-121-10/+18
| | | | | - remove setVarsInCsh (obsoleted by setExportedVarsInCsh)
* - perl_checker: cleaner, more usable (via .perl_checker for -exclude's)Pascal Rigaux2002-07-311-1/+2
| | | | | | - perl_checker: more stricter syntax rules - adapt *.pm's to those rules
* - perl_checker: add *much* stricter syntax rulesPascal Rigaux2002-07-311-2/+2
| | | | | - adapt *.pm's to those rules
* MDK::Common::System: add fuzzy_pidofsPascal Rigaux2002-07-231-1/+10
|
* (update_gnomekderc): rework it, make it work in all possible casePascal Rigaux2002-02-161-19/+26
|
* - MDK/Common/System.pm: fix call to "output" in "template2file" and ↵Pascal Rigaux2002-02-161-4/+4
| | | | | | | "update_gnomekderc" - perl-checker: don't fail on non-tagged import
* add arch() and alike stuffPascal Rigaux2001-08-041-1/+42
|
* much doc addedPascal Rigaux2001-08-031-2/+129
|
* everything should work nowPascal Rigaux2001-07-241-2/+2
|