svn commit: r285151 - in head/sys: arm64/conf i386/conf pc98/conf powerpc/conf sparc64/conf

George V. Neville-Neil gnn at FreeBSD.org
Sat Jul 4 20:31:09 UTC 2015


Author: gnn
Date: Sat Jul  4 20:31:06 2015
New Revision: 285151
URL: https://svnweb.freebsd.org/changeset/base/285151

Log:
  Fix up tabs vs. spaces

Modified:
  head/sys/arm64/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/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC	Sat Jul  4 20:09:24 2015	(r285150)
+++ head/sys/arm64/conf/GENERIC	Sat Jul  4 20:31:06 2015	(r285151)
@@ -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	Sat Jul  4 20:09:24 2015	(r285150)
+++ head/sys/i386/conf/GENERIC	Sat Jul  4 20:31:06 2015	(r285151)
@@ -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	Sat Jul  4 20:09:24 2015	(r285150)
+++ head/sys/pc98/conf/GENERIC	Sat Jul  4 20:31:06 2015	(r285151)
@@ -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	Sat Jul  4 20:09:24 2015	(r285150)
+++ head/sys/powerpc/conf/GENERIC	Sat Jul  4 20:31:06 2015	(r285151)
@@ -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	Sat Jul  4 20:09:24 2015	(r285150)
+++ head/sys/sparc64/conf/GENERIC	Sat Jul  4 20:31:06 2015	(r285151)
@@ -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


More information about the svn-src-head mailing list