From 58a713d0591d48da3f2d0b4bd6c05d976d0dd340 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 12 Sep 2002 22:48:25 +0000 Subject: do something with "Security Administrator (login or email)" --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 34b8464ac..d1994d2c9 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1100,7 +1100,7 @@ connections from many clients. Note: if your machine is only a client on the Int if_($in->do_pkgs->is_installed('libsafe') && arch() =~ /^i.86/, { label => _("Use libsafe for servers"), val => $libsafe, type => 'bool', text => _("A library which defends against buffer overflow and format string attacks.") } ), - { label => _("Security Administrator (login or email)"), val => \$email, }, + { label => _("Security Administrator (login or email)"), val => $email, }, ], ); } -- cgit v1.2.1