[Midnightbsd-cvs] src [11676] trunk/etc/rc.d/sendmail: whitespace

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jul 8 16:16:29 EDT 2018


Revision: 11676
          http://svnweb.midnightbsd.org/src/?rev=11676
Author:   laffer1
Date:     2018-07-08 16:16:28 -0400 (Sun, 08 Jul 2018)
Log Message:
-----------
whitespace

Modified Paths:
--------------
    trunk/etc/rc.d/sendmail

Modified: trunk/etc/rc.d/sendmail
===================================================================
--- trunk/etc/rc.d/sendmail	2018-07-08 20:15:48 UTC (rev 11675)
+++ trunk/etc/rc.d/sendmail	2018-07-08 20:16:28 UTC (rev 11676)
@@ -1,6 +1,5 @@
 #!/bin/sh
 #
-# $FreeBSD: stable/10/etc/rc.d/sendmail 256982 2013-10-23 16:55:20Z jmg $
 # $MidnightBSD$
 
 # PROVIDE: mail
@@ -78,7 +77,7 @@
 		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
@@ -99,7 +98,7 @@
 		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 ]



More information about the Midnightbsd-cvs mailing list