summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Belisle <cbelisle@mandriva.com>2002-06-10 15:47:58 +0000
committerChristian Belisle <cbelisle@mandriva.com>2002-06-10 15:47:58 +0000
commitc2478766881858484a98a0d22ec90356ca613cf4 (patch)
treed7222740f9e88d97e3fe19ec974b93f6978bc89f
parented6b6d15843f20793fb4527012ad2cad7b04db59 (diff)
downloaddrakx-backup-do-not-use-c2478766881858484a98a0d22ec90356ca613cf4.tar
drakx-backup-do-not-use-c2478766881858484a98a0d22ec90356ca613cf4.tar.gz
drakx-backup-do-not-use-c2478766881858484a98a0d22ec90356ca613cf4.tar.bz2
drakx-backup-do-not-use-c2478766881858484a98a0d22ec90356ca613cf4.tar.xz
drakx-backup-do-not-use-c2478766881858484a98a0d22ec90356ca613cf4.zip
Add security user email entry in draksec
-rw-r--r--perl-install/any.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index dd06a1f4f..e02262b17 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -1063,7 +1063,8 @@ 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 user (login or email)"), val => $email, }
]
);
}