diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-14 21:52:42 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-14 21:52:42 +0000 |
commit | 4a0d2a318e1cfcbcc54ef373ea97bdd2af63d8e6 (patch) | |
tree | a488a3109b65d765712799c73ba7e4e012d2954d | |
parent | 76d7ccd56dc978a37b6068d5db45b47dbb80c8b9 (diff) | |
download | drakx-4a0d2a318e1cfcbcc54ef373ea97bdd2af63d8e6.tar drakx-4a0d2a318e1cfcbcc54ef373ea97bdd2af63d8e6.tar.gz drakx-4a0d2a318e1cfcbcc54ef373ea97bdd2af63d8e6.tar.bz2 drakx-4a0d2a318e1cfcbcc54ef373ea97bdd2af63d8e6.tar.xz drakx-4a0d2a318e1cfcbcc54ef373ea97bdd2af63d8e6.zip |
cleanup (it was working, but wasn't nice)
-rw-r--r-- | perl-install/services.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/services.pm b/perl-install/services.pm index d1d9ab783..61984bbfb 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -115,7 +115,7 @@ sub ask_install_simple { _("Choose which services should be automatically started at boot time"), { list => $l, - help => sub { description($_, $prefix) }, + help => sub { description($_[0], $prefix) }, values => $on_services, sort => 1, }); |