Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - fix gtk2 port | Thierry Vignaud | 2002-12-02 | 1 | -3/+3 |
| | | | | | - let it work with kernel 2.5 too | ||||
* | fix | Thierry Vignaud | 2002-11-28 | 1 | -1/+1 |
| | |||||
* | - Gtk2 port | Thierry Vignaud | 2002-11-27 | 1 | -20/+18 |
| | | | | | - perl_checker fixes | ||||
* | switch latest tools that still manually handle embedding | Thierry Vignaud | 2002-11-21 | 1 | -13/+13 |
| | | | | | to use my_gtk | ||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-20 | 1 | -16/+11 |
| | |||||
* | - standalone.pm : | Thierry Vignaud | 2002-11-18 | 1 | -2/+0 |
| | | | | | | | | | | | o make it be 'use strict' aware o factorize options managment in one place - standalone tools : o they all now support -h|--help -v|--version, ... o they can add their own options to %standalone::usages - harddrake : use std --testing/$::testing rather than its own --test option | ||||
* | update copyright years | Thierry Vignaud | 2002-11-18 | 1 | -1/+1 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -57/+57 |
| | | | | | | | | | | | | | | | | | | | 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! | ||||
* | fix the disable function | Florin Grad | 2002-09-20 | 1 | -3/+5 |
| | |||||
* | removed unneeded '\t' in translatable text | Pablo Saratxaga | 2002-09-20 | 1 | -1/+1 |
| | |||||
* | more details for the dhcp server | Florin Grad | 2002-09-18 | 1 | -14/+36 |
| | |||||
* | add warning message | Florin Grad | 2002-09-17 | 1 | -0/+2 |
| | |||||
* | add the nameserver IP variable in advanced mode | Florin Grad | 2002-09-17 | 1 | -1/+5 |
| | |||||
* | meumeuh | Guillaume Cottenceau | 2002-09-12 | 1 | -3/+3 |
| | |||||
* | meuh | Guillaume Cottenceau | 2002-09-12 | 1 | -1/+1 |
| | |||||
* | a fix from florin/pixel to make it work | Guillaume Cottenceau | 2002-09-12 | 1 | -8/+4 |
| | |||||
* | drakgw now needs shorewall, so install shorewall if needed (fix bug reported ↵ | Pascal Rigaux | 2002-08-29 | 1 | -4/+4 |
| | | | | by Erwan) | ||||
* | florin fixes for multiple NIC boxes | Thierry Vignaud | 2002-08-23 | 1 | -2/+3 |
| | |||||
* | use shorewall (need testing) | Pascal Rigaux | 2002-08-22 | 1 | -86/+23 |
| | |||||
* | replace "kill USR1" with "kill 'USR1'" (and same for USR2) | Pascal Rigaux | 2002-08-05 | 1 | -3/+3 |
| | | | | | (so that 'use strict' works) | ||||
* | kill $Log (487 useless lines supressed from drakxtools) | Thierry Vignaud | 2002-08-05 | 1 | -169/+0 |
| | |||||
* | Handle parsing --embedded command line in standalone.pm | Pascal Rigaux | 2002-07-31 | 1 | -2/+5 |
| | | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/ | ||||
* | make new perl_checker happy | Pascal Rigaux | 2002-07-31 | 1 | -7/+12 |
| | |||||
* | - Big Move 1: interactive::* hierarchy | Thierry Vignaud | 2002-07-23 | 1 | -2/+5 |
| | |||||
* | time to remove ipchains/2.2 stuff since now ipchains and iptables | Guillaume Cottenceau | 2002-04-09 | 1 | -137/+18 |
| | | | | | packages conflict | ||||
* | - call net_monitor to disable internet | Guillaume Cottenceau | 2002-03-07 | 1 | -5/+21 |
| | | | | | | | | connection before network-restart - user return value when status'ing the initscripts rather than grepping their text output | ||||
* | exit the pur_gtk version after launching the wizard version | Guillaume Cottenceau | 2002-02-22 | 1 | -2/+6 |
| | |||||
* | - move 'use standalone' up to comply to 'explanations' | Guillaume Cottenceau | 2002-01-18 | 1 | -28/+41 |
| | | | | | | - write higher-level 'explanations' - small fix, s/`ls ..`/glob(..)/ | ||||
* | drakgw for gold | Guillaume Cottenceau | 2001-12-17 | 1 | -15/+68 |
| | |||||
* | use isa rather than ref to test if we're gtk | Guillaume Cottenceau | 2001-10-30 | 1 | -1/+4 |
| | |||||
* | don't call pkgs_install when no package needs to be installed | Guillaume Cottenceau | 2001-10-02 | 1 | -1/+5 |
| | |||||
* | debug | damien | 2001-09-18 | 1 | -1/+5 |
| | |||||
* | corrected wizard mode in newt mode | damien | 2001-09-12 | 1 | -1/+4 |
| | |||||
* | works now ;p | Guillaume Cottenceau | 2001-09-06 | 1 | -4/+6 |
| | |||||
* | quit_global | Guillaume Cottenceau | 2001-08-29 | 1 | -2/+5 |
| | |||||
* | fixed i18n | Stefan Siegel | 2001-08-18 | 1 | -2/+5 |
| | |||||
* | use vnew the right way everywhere | Guillaume Cottenceau | 2001-08-09 | 1 | -1/+4 |
| | |||||
* | - if package installs fail, redo one by one to know which one failed | Guillaume Cottenceau | 2001-08-09 | 1 | -11/+25 |
| | | | | | | | - try to not end up with a failing configuration file, if program is brutally stopped - if unrecognized config file, don't fail, rather ignore it and proceed - run dhcpd_update feature (if present) after setup of dhcp server | ||||
* | add interactive_pkgs stuff | Pascal Rigaux | 2001-08-08 | 1 | -1/+4 |
| | |||||
* | use MDK::Common; | Yves Duret | 2001-08-06 | 1 | -3/+8 |
| | | | | | use network::netconnect; and update functions call from netconnect | ||||
* | move to MDK::Common, bool->to_bool | Pascal Rigaux | 2001-07-24 | 1 | -1/+4 |
| | |||||
* | added icon management | damien | 2001-05-16 | 1 | -1/+4 |
| | |||||
* | full path for iptables | Guillaume Cottenceau | 2001-05-15 | 1 | -8/+11 |
| | |||||
* | add some rule so later on tinyfirewall will not prevent everything from working | Guillaume Cottenceau | 2001-04-12 | 1 | -0/+18 |
| | |||||
* | kosmetik | Guillaume Cottenceau | 2001-04-11 | 1 | -3/+5 |
| | |||||
* | do i18n for title also | Guillaume Cottenceau | 2001-04-11 | 1 | -1/+4 |
| | |||||
* | add INTERFACE param in sysconfig parameter for smooth interoperation with ↵ | Guillaume Cottenceau | 2001-04-10 | 1 | -2/+9 |
| | | | | bastille-firewall | ||||
* | deyvounification : remove some un-useful comments in code | Yves Duret | 2001-04-09 | 1 | -18/+3 |
| | |||||
* | do not die when an initscript returns non-0 (initscripts too buggy) | Guillaume Cottenceau | 2001-04-09 | 1 | -1/+4 |
| | |||||
* | fix for when there is an already existing rc.firewall | Guillaume Cottenceau | 2001-04-09 | 1 | -4/+23 |
| | | | | | complies with old format of drakgw so that upgrades will work |