diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 1999-12-29 00:54:17 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 1999-12-29 00:54:17 +0000 |
commit | da6db5771414aca7e768d3bdcf6a70ccf317e694 (patch) | |
tree | 2aedcceddc39fe97da475cc397b8ddddc40920e0 /perl-install/standalone/draksec | |
parent | fcef7c0af0b51e7883fe6f78db5ab6f03be8000a (diff) | |
download | drakx-backup-do-not-use-da6db5771414aca7e768d3bdcf6a70ccf317e694.tar drakx-backup-do-not-use-da6db5771414aca7e768d3bdcf6a70ccf317e694.tar.gz drakx-backup-do-not-use-da6db5771414aca7e768d3bdcf6a70ccf317e694.tar.bz2 drakx-backup-do-not-use-da6db5771414aca7e768d3bdcf6a70ccf317e694.tar.xz drakx-backup-do-not-use-da6db5771414aca7e768d3bdcf6a70ccf317e694.zip |
inserted \n in levels descriptions to format them.
Diffstat (limited to 'perl-install/standalone/draksec')
-rwxr-xr-x | perl-install/standalone/draksec | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec index 1bd9cacb3..36d3d8ecd 100755 --- a/perl-install/standalone/draksec +++ b/perl-install/standalone/draksec @@ -25,12 +25,19 @@ my %m = reverse (my %l = ( 5 => _("Paranoid"), )); my %help = ( - 0 => _("This level is to be used with care. It makes your system more easy to use, but very sensitive: it must not be used for a machine connected to others or to the Internet. There is no password access."), + 0 => _("This level is to be used with care. It makes your system more easy to use, +but very sensitive: it must not be used for a machine connected to others +or to the Internet. There is no password access."), 1 => _("Password are now enabled, but use as a networked computer is still not recommended."), - 2 => _("Few improvements for this security level, the main one is that there are more security warnings and checks."), - 3 => _("This is the standard security recommended for a computer that will be used to connect to the Internet as a client. There are now security checks. "), - 4 => _("With this security level, the use of this system as a server becomes possible. The security is now high enough to use the system as a server which accept connections from many clients. "), - 5 => _("We take level 4 features, but now the system is entirely closed. Security features are at their maximum."), + 2 => _("Few improvements for this security level, the main one is that there are +more security warnings and checks."), + 3 => _("This is the standard security recommended for a computer that will be used +to connect to the Internet as a client. There are now security checks. "), + 4 => _("With this security level, the use of this system as a server becomes possible. +The security is now high enough to use the system as a server which accept +connections from many clients. "), + 5 => _("We take level 4 features, but now the system is entirely closed. +Security features are at their maximum."), ); delete @l{0,1,5} unless $::expert; |