Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | force strict mode | Thierry Vignaud | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | English proofreading (first pass) | Pablo Saratxaga | 2003-01-21 | 1 | -1/+1 |
| | |||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -4/+4 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -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 Kamppeter | 2002-09-20 | 1 | -1/+2 |
| | |||||
* | add the 5015 port for some printers in internal_ports | Florin Grad | 2002-09-20 | 1 | -1/+1 |
| | |||||
* | remove forgotten debug hash printings | Florin Grad | 2002-09-18 | 1 | -7/+0 |
| | |||||
* | small updates | Florin Grad | 2002-09-17 | 1 | -9/+12 |
| | |||||
* | add internal_ports variable | Florin Grad | 2002-09-16 | 1 | -0/+2 |
| | |||||
* | more services in drakgw_protocols | Florin Grad | 2002-09-13 | 1 | -1/+1 |
| | |||||
* | run_program crazyness | Guillaume Cottenceau | 2002-09-12 | 1 | -3/+3 |
| | |||||
* | fix writing twice tcp instead of tcp & udp | Pascal Rigaux | 2002-09-12 | 1 | -1/+1 |
| | |||||
* | ensure net_interface is found in any case | Pascal Rigaux | 2002-08-26 | 1 | -1/+1 |
| | |||||
* | remove debug code | Pascal Rigaux | 2002-08-23 | 1 | -1/+0 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-08-22 | 1 | -0/+1 |
| | |||||
* | use $::prefix to access shorewall config files | Pascal Rigaux | 2002-08-22 | 1 | -2/+2 |
| | |||||
* | - add network::shorewall | Pascal Rigaux | 2002-08-22 | 1 | -0/+136 |
- add tinyfirewall during install |