From b1dadf3b40a5974ca3fe656163eecfb9cd28fc3f Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 11 Jul 2005 07:03:12 +0000 Subject: Mandrakesoft -> Mandriva in DBus names --- perl-install/network/activefw.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/network') diff --git a/perl-install/network/activefw.pm b/perl-install/network/activefw.pm index f524f7fb1..99a9d8db8 100644 --- a/perl-install/network/activefw.pm +++ b/perl-install/network/activefw.pm @@ -11,7 +11,7 @@ sub new { my $con = $bus->{connection}; $con->add_filter($filter); - $con->add_match("type='signal',interface='com.mandrakesoft.activefirewall'"); + $con->add_match("type='signal',interface='com.mandriva.activefirewall'"); set_DBus_watch($con); $con->dispatch; @@ -24,8 +24,8 @@ sub new { sub find_daemon { my ($o) = @_; - my $service = $o->{bus}->get_service("com.mandrakesoft.activefirewall.daemon"); - $o->{daemon} = $service->get_object("/com/mandrakesoft/activefirewall", "com.mandrakesoft.activefirewall.daemon"); + my $service = $o->{bus}->get_service("com.mandriva.activefirewall.daemon"); + $o->{daemon} = $service->get_object("/com/mandriva/activefirewall", "com.mandriva.activefirewall.daemon"); } sub set_DBus_watch { -- cgit v1.2.1