summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakvpn
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-08-23 03:13:05 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-08-23 03:13:05 +0000
commit25329d4f9c1b8bb16131dd2dada45a46b90a95c1 (patch)
tree3461b0122712cc484e0731d283e1b45cd08535f0 /perl-install/standalone/drakvpn
parent3f819b20a7f8ee1a6349d61a6c0552bddd41d41a (diff)
downloaddrakx-backup-do-not-use-25329d4f9c1b8bb16131dd2dada45a46b90a95c1.tar
drakx-backup-do-not-use-25329d4f9c1b8bb16131dd2dada45a46b90a95c1.tar.gz
drakx-backup-do-not-use-25329d4f9c1b8bb16131dd2dada45a46b90a95c1.tar.bz2
drakx-backup-do-not-use-25329d4f9c1b8bb16131dd2dada45a46b90a95c1.tar.xz
drakx-backup-do-not-use-25329d4f9c1b8bb16131dd2dada45a46b90a95c1.zip
protocol names, trademark and acronyms should be upcase
Diffstat (limited to 'perl-install/standalone/drakvpn')
-rw-r--r--perl-install/standalone/drakvpn6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/standalone/drakvpn b/perl-install/standalone/drakvpn
index 7cabd07c7..08de64e3e 100644
--- a/perl-install/standalone/drakvpn
+++ b/perl-install/standalone/drakvpn
@@ -1092,7 +1092,7 @@ server.") },
some reason, set this to off. The default is on.") },
{ label => N("My identifier"), val => \$main_remote_section->{8}[1], type => 'entry',
help => N("specifies the identifier sent to the remote host and the
-type to use in the phase 1 negotiation. address, fqdn,
+type to use in the phase 1 negotiation. address, FQDN,
user_fqdn, keyid and asn1dn can be used as an idtype.
they are used like:
my_identifier address [address];
@@ -1101,7 +1101,7 @@ they are used like:
my_identifier user_fqdn string;
the type is a USER_FQDN (user fully-qualified
domain name).
- my_identifier fqdn string;
+ my_identifier FQDN string;
the type is a FQDN (fully-qualified domain name).
my_identifier keyid file;
the type is a KEY_ID.
@@ -1118,7 +1118,7 @@ my_identifier user_fqdn \"myemail\@mydomain.com\"") },
phase 1 negotiation. This directive must be defined.
algorithm is one of following:
-des, 3des, blowfish, cast128 for oakley.
+DES, 3DES, blowfish, cast128 for oakley.
For other transforms, this statement should not be used.") },
{ label => N("Hash algorithm"), val => \$proposal_remote_section->{3}[1], type => 'entry' },