svn commit: r276163 - head/etc
Steven Hartland
smh at FreeBSD.org
Wed Dec 24 01:50:46 UTC 2014
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!
More information about the svn-src-head
mailing list