diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-08-11 02:22:15 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-08-11 02:22:15 +0000 |
commit | 60c5be6245a02d6f09aebd2d257716a578bc90c3 (patch) | |
tree | 9deeba176c0a0e0271bac780541305e799d668e9 /perl-install/services.pm | |
parent | 07d2e1e1e8da3b23c77c741236312c63485c550b (diff) | |
download | drakx-60c5be6245a02d6f09aebd2d257716a578bc90c3.tar drakx-60c5be6245a02d6f09aebd2d257716a578bc90c3.tar.gz drakx-60c5be6245a02d6f09aebd2d257716a578bc90c3.tar.bz2 drakx-60c5be6245a02d6f09aebd2d257716a578bc90c3.tar.xz drakx-60c5be6245a02d6f09aebd2d257716a578bc90c3.zip |
perl_checker compliance
Diffstat (limited to 'perl-install/services.pm')
-rw-r--r-- | perl-install/services.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/services.pm b/perl-install/services.pm index 663a2b4a2..79a7f233d 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -206,7 +206,6 @@ sub ask_standalone_gtk { my $update_service = sub { my ($service, $label) = @_; my $started = -e "/var/lock/subsys/$service"; - my $action = $started ? "stop" : "start"; $label->set_label($started ? N("running") : N("stopped")); }; my $b = Gtk2::EventBox->new; |