diff options
Diffstat (limited to 'perl-install/standalone/drakgw')
-rwxr-xr-x | perl-install/standalone/drakgw | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index ec545faaa..ce8a2da10 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -54,7 +54,7 @@ log::l("[drakgw] kernel_version $kernel_version"); $kernel_version eq '2.2' || $kernel_version eq '2.4' or die "Only for 2.2 or 2.4 kernels.\n"; -my $in = interactive::vnew('su'); +my $in = interactive::vnew('su', 'default'); pur_gtk_mode() if $::isEmbedded && ref($in) =~ /gtk/; @@ -656,6 +656,9 @@ Click on Configure to launch the setup wizard.", $setup_state)); #------------------------------------------------- #- $Log$ +#- Revision 1.44 2001/05/16 11:13:21 damien +#- added icon management +#- #- Revision 1.43 2001/05/15 14:36:31 gc #- full path for iptables #- |