summaryrefslogtreecommitdiffstats
path: root/perl-install/network/drakfirewall.pm
Commit message (Collapse)AuthorAgeFilesLines
* new perl_checker compliancePascal Rigaux2003-04-171-3/+3
|
* to workaround perl bug removing UTF8 flag when passing scalars to die's, passGuillaume Cottenceau2003-02-191-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-timePascal Rigaux2003-02-171-5/+5
|
* install package shorewall only when the user wants a firewallPascal Rigaux2003-02-141-7/+9
|
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-1/+1
|
* use "if any" instead of "if grep", and various other occurences of "any", ↵Pascal Rigaux2003-01-071-5/+4
| | | | "every", "partition"
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-1/+1
|
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-1/+1
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-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 messageFlorin Grad2002-09-171-0/+5
|
* - replace tinyfirewall by drakfirewallDaouda Lo2002-09-021-0/+180