summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-01 16:43:22 +0000
committerpfg <pfg@FreeBSD.org>2016-05-01 16:43:22 +0000
commit61832eff1bbba426abf00dc152207be782f6e5aa (patch)
treeb62253bcc8256fd449e8080eac95afe472439fc8 /etc/rc.d
parentc62d640ded94f780da752b95b417f8be00e391b1 (diff)
downloadFreeBSD-src-61832eff1bbba426abf00dc152207be782f6e5aa.zip
FreeBSD-src-61832eff1bbba426abf00dc152207be782f6e5aa.tar.gz
etc: minor spelling fixes.
Mostly comments but these tend to be user-visible. MFC after: 2 weeks
Diffstat (limited to 'etc/rc.d')
-rwxr-xr-xetc/rc.d/sendmail4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/sendmail b/etc/rc.d/sendmail
index 18b6b33..e228a0c 100755
--- a/etc/rc.d/sendmail
+++ b/etc/rc.d/sendmail
@@ -79,7 +79,7 @@ sendmail_cert_create()
crlnumber = \$dir/crlnumber # the current crl number
crl = \$dir/crl.pem # The current CRL
private_key = \$dir/cakey.pem
- x509_extensions = usr_cert # The extentions to add to the cert
+ x509_extensions = usr_cert # The extensions to add to the cert
name_opt = ca_default # Subject Name options
cert_opt = ca_default # Certificate field options
default_days = 365 # how long to certify for
@@ -100,7 +100,7 @@ sendmail_cert_create()
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
- x509_extensions = v3_ca # The extentions to add to the self signed cert
+ x509_extensions = v3_ca # The extensions to add to the self signed cert
string_mask = utf8only
prompt = no
[ req_distinguished_name ]
OpenPOWER on IntegriCloud