Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2014 01:50:45 +0000 (UTC)
From:      Steven Hartland <smh@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r276163 - head/etc
Message-ID:  <201412240150.sBO1ojuA093982@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: smh
Date: Wed Dec 24 01:50:44 2014
New Revision: 276163
URL: https://svnweb.freebsd.org/changeset/base/276163

Log:
  Allow info to display correctly in for varying tabstop settings
  
  The SAMPLE message and notes where tab seperated for some parts and hence
  displayed incorrectly unless tabstop was set to 8. Switch to spaces to it
  displays correctly independent of the tabstop setting.
  
  Sponsored by:	Multiplay

Modified:
  head/etc/hosts.allow

Modified: head/etc/hosts.allow
==============================================================================
--- head/etc/hosts.allow	Wed Dec 24 01:19:11 2014	(r276162)
+++ head/etc/hosts.allow	Wed Dec 24 01:50:44 2014	(r276163)
@@ -4,15 +4,15 @@
 #
 # NOTE: The hosts.deny file is deprecated.
 #       Place both 'allow' and 'deny' rules in the hosts.allow file.
-#	See hosts_options(5) for the format of this file.
-#	hosts_access(5) no longer fully applies.
-
-#	 _____                                      _          _
-#	| ____| __  __   __ _   _ __ ___    _ __   | |   ___  | |
-#	|  _|   \ \/ /  / _` | | '_ ` _ \  | '_ \  | |  / _ \ | |
-#	| |___   >  <  | (_| | | | | | | | | |_) | | | |  __/ |_|
-#	|_____| /_/\_\  \__,_| |_| |_| |_| | .__/  |_|  \___| (_)
-#					   |_|
+#       See hosts_options(5) for the format of this file.
+#       hosts_access(5) no longer fully applies.
+#
+#   _____                                      _          _
+#  | ____| __  __   __ _   _ __ ___    _ __   | |   ___  | |
+#  |  _|   \ \/ /  / _` | | '_ ` _ \  | '_ \  | |  / _ \ | |
+#  | |___   >  <  | (_| | | | | | | | | |_) | | | |  __/ |_|
+#  |_____| /_/\_\  \__,_| |_| |_| |_| | .__/  |_|  \___| (_)
+#                                     |_|
 # !!! This is an example! You will need to modify it for your specific
 # !!! requirements!
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412240150.sBO1ojuA093982>