summaryrefslogtreecommitdiffstats
path: root/perl-install/network/shorewall.pm
Commit message (Collapse)AuthorAgeFilesLines
* fix florin: replace $prefix with $::prefixPascal Rigaux2003-02-201-2/+2
|
* update 2 rules for the pptp dsl internet connectionFlorin Grad2003-02-201-2/+5
|
* force strict modeThierry Vignaud2003-01-231-1/+1
|
* English proofreading (first pass)Pablo Saratxaga2003-01-211-1/+1
|
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-4/+4
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-2/+2
| | | | | | | | | | | | | | | | | | | 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!
* The LPD/LPRng port is 515, not 5015.Till Kamppeter2002-09-201-1/+2
|
* add the 5015 port for some printers in internal_portsFlorin Grad2002-09-201-1/+1
|
* remove forgotten debug hash printingsFlorin Grad2002-09-181-7/+0
|
* small updatesFlorin Grad2002-09-171-9/+12
|
* add internal_ports variableFlorin Grad2002-09-161-0/+2
|
* more services in drakgw_protocolsFlorin Grad2002-09-131-1/+1
|
* run_program crazynessGuillaume Cottenceau2002-09-121-3/+3
|
* fix writing twice tcp instead of tcp & udpPascal Rigaux2002-09-121-1/+1
|
* ensure net_interface is found in any casePascal Rigaux2002-08-261-1/+1
|
* remove debug codePascal Rigaux2002-08-231-1/+0
|
* make perl_checker happyPascal Rigaux2002-08-221-0/+1
|
* use $::prefix to access shorewall config filesPascal Rigaux2002-08-221-2/+2
|
* - add network::shorewallPascal Rigaux2002-08-221-0/+136
- add tinyfirewall during install