From 1c5a736f0a3b0a133cbcb4cf4cf4a9abf9b558b8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 15 Sep 2008 15:25:02 +0000 Subject: (level_choose) kill 'libsafe' option which isn't visible since libsafe package is not availalbe since 2007.1 --- perl-install/security/level.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'perl-install/security') diff --git a/perl-install/security/level.pm b/perl-install/security/level.pm index 9b0bc6ee5..a411d66bf 100644 --- a/perl-install/security/level.pm +++ b/perl-install/security/level.pm @@ -62,9 +62,6 @@ connections from many clients. Note: if your machine is only a client on the Int N("%s: %s", to_string($_), formatAlaTeX($help{$_})); }, type => 'list', gtk => { use_boxradio => 1 } }, - if_($in->do_pkgs->is_installed('libsafe') && arch() =~ /^i.86/, - { label => N("Use libsafe for servers"), val => $libsafe, type => 'bool', text => - N("A library which defends against buffer overflow and format string attacks.") }), { label => N("Security Administrator:"), title => 1 }, { label => N("Login or email:"), val => $email, }, ], -- cgit v1.2.1