Author: marcel
Date: Wed Nov  7 00:19:30 2012
New Revision: 242683
URL: http://svnweb.freebsd.org/changeset/base/242683

Log:
  The first line must contain "Content-Type:". Move the $FreeBSD$
  keyword line to the comment block underneath.
  
  Submitted by: Garrett Cooper <yaneg...@gmail.com>

Modified:
  head/etc/atf/FreeBSD.conf
  head/etc/atf/common.conf

Modified: head/etc/atf/FreeBSD.conf
==============================================================================
--- head/etc/atf/FreeBSD.conf   Tue Nov  6 23:42:54 2012        (r242682)
+++ head/etc/atf/FreeBSD.conf   Wed Nov  7 00:19:30 2012        (r242683)
@@ -1,6 +1,6 @@
-# $FreeBSD$
 Content-Type: application/X-atf-config; version="1"
 
+# $FreeBSD$
 #
 # Configuration file for the FreeBSD test suite.
 #

Modified: head/etc/atf/common.conf
==============================================================================
--- head/etc/atf/common.conf    Tue Nov  6 23:42:54 2012        (r242682)
+++ head/etc/atf/common.conf    Wed Nov  7 00:19:30 2012        (r242683)
@@ -1,6 +1,6 @@
-# $FreeBSD$
 Content-Type: application/X-atf-config; version="1"
 
+# $FreeBSD$
 #
 # Sample configuration file for properties affecting all test suites.
 #
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to