Author: emaste
Date: Thu Nov 26 21:35:50 2015
New Revision: 291374
URL: https://svnweb.freebsd.org/changeset/base/291374

Log:
  Fix whitespace on addition of IPSEC option

Modified:
  head/sys/amd64/conf/GENERIC
  head/sys/i386/conf/GENERIC
  head/sys/pc98/conf/GENERIC
  head/sys/powerpc/conf/GENERIC
  head/sys/sparc64/conf/GENERIC

Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC Thu Nov 26 21:05:55 2015        (r291373)
+++ head/sys/amd64/conf/GENERIC Thu Nov 26 21:35:50 2015        (r291374)
@@ -28,7 +28,7 @@ options       SCHED_ULE               # ULE scheduler
 options        PREEMPTION              # Enable kernel thread preemption
 options        INET                    # InterNETworking
 options        INET6                   # IPv6 communications protocols
-options                IPSEC                   # IP (v4/v6) security
+options        IPSEC                   # IP (v4/v6) security
 options        TCP_OFFLOAD             # TCP offload
 options        SCTP                    # Stream Control Transmission Protocol
 options        FFS                     # Berkeley Fast Filesystem

Modified: head/sys/i386/conf/GENERIC
==============================================================================
--- head/sys/i386/conf/GENERIC  Thu Nov 26 21:05:55 2015        (r291373)
+++ head/sys/i386/conf/GENERIC  Thu Nov 26 21:35:50 2015        (r291374)
@@ -30,7 +30,7 @@ options       SCHED_ULE               # ULE scheduler
 options        PREEMPTION              # Enable kernel thread preemption
 options        INET                    # InterNETworking
 options        INET6                   # IPv6 communications protocols
-options        IPSEC                   # IP (v4/v6) security
+options        IPSEC                   # IP (v4/v6) security
 options        TCP_OFFLOAD             # TCP offload
 options        SCTP                    # Stream Control Transmission Protocol
 options        FFS                     # Berkeley Fast Filesystem

Modified: head/sys/pc98/conf/GENERIC
==============================================================================
--- head/sys/pc98/conf/GENERIC  Thu Nov 26 21:05:55 2015        (r291373)
+++ head/sys/pc98/conf/GENERIC  Thu Nov 26 21:35:50 2015        (r291374)
@@ -29,7 +29,7 @@ options       SCHED_4BSD              # 4BSD scheduler
 #options       PREEMPTION              # Enable kernel thread preemption
 options        INET                    # InterNETworking
 options        INET6                   # IPv6 communications protocols
-options        IPSEC                   # IP (v4/v6) security
+options        IPSEC                   # IP (v4/v6) security
 options        SCTP                    # Stream Control Transmission Protocol
 options        FFS                     # Berkeley Fast Filesystem
 options        SOFTUPDATES             # Enable FFS soft updates support

Modified: head/sys/powerpc/conf/GENERIC
==============================================================================
--- head/sys/powerpc/conf/GENERIC       Thu Nov 26 21:05:55 2015        
(r291373)
+++ head/sys/powerpc/conf/GENERIC       Thu Nov 26 21:35:50 2015        
(r291374)
@@ -37,7 +37,7 @@ options       SCHED_ULE               #ULE scheduler
 options        PREEMPTION              #Enable kernel thread preemption
 options        INET                    #InterNETworking
 options        INET6                   #IPv6 communications protocols
-options        IPSEC                   # IP (v4/v6) security
+options        IPSEC                   # IP (v4/v6) security
 options        SCTP                    #Stream Control Transmission Protocol
 options        FFS                     #Berkeley Fast Filesystem
 options        SOFTUPDATES             #Enable FFS soft updates support

Modified: head/sys/sparc64/conf/GENERIC
==============================================================================
--- head/sys/sparc64/conf/GENERIC       Thu Nov 26 21:05:55 2015        
(r291373)
+++ head/sys/sparc64/conf/GENERIC       Thu Nov 26 21:35:50 2015        
(r291374)
@@ -30,7 +30,7 @@ options       SCHED_ULE               # ULE scheduler
 options        PREEMPTION              # Enable kernel thread preemption
 options        INET                    # InterNETworking
 options        INET6                   # IPv6 communications protocols
-options        IPSEC                   # IP (v4/v6) security
+options        IPSEC                   # IP (v4/v6) security
 options        SCTP                    # Stream Control Transmission Protocol
 options        FFS                     # Berkeley Fast Filesystem
 options        SOFTUPDATES             # Enable FFS soft updates support
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to