Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -3/+3 |
| | |||||
* | to workaround perl bug removing UTF8 flag when passing scalars to die's, pass | Guillaume Cottenceau | 2003-02-19 | 1 | -1/+1 |
| | | | | | | a scalar-ref. but we need to de-ref, so it might break many things :). let's make a prayer :). | ||||
* | translate server {name} at display-time, not compile-time | Pascal Rigaux | 2003-02-17 | 1 | -5/+5 |
| | |||||
* | install package shorewall only when the user wants a firewall | Pascal Rigaux | 2003-02-14 | 1 | -7/+9 |
| | |||||
* | English proofreading by Stew Benedicts | Pablo Saratxaga | 2003-01-21 | 1 | -1/+1 |
| | |||||
* | use "if any" instead of "if grep", and various other occurences of "any", ↵ | Pascal Rigaux | 2003-01-07 | 1 | -5/+4 |
| | | | | "every", "partition" | ||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
| | |||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | 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! | ||||
* | add a silly message | Florin Grad | 2002-09-17 | 1 | -0/+5 |
| | |||||
* | - replace tinyfirewall by drakfirewall | Daouda Lo | 2002-09-02 | 1 | -0/+180 |