summaryrefslogtreecommitdiffstats
path: root/MDK/Common/System.pm
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|
* initial commitPascal Rigaux2001-07-241-0/+181