Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2013 20:38:19 +0000 (UTC)
From:      Jeremie Le Hen <jlh@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r257364 - head/etc/defaults
Message-ID:  <201310292038.r9TKcJZi025187@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jlh
Date: Tue Oct 29 20:38:19 2013
New Revision: 257364
URL: http://svnweb.freebsd.org/changeset/base/257364

Log:
  Fix indentation.
  
  MFC after:     4 days

Modified:
  head/etc/defaults/periodic.conf

Modified: head/etc/defaults/periodic.conf
==============================================================================
--- head/etc/defaults/periodic.conf	Tue Oct 29 20:38:00 2013	(r257363)
+++ head/etc/defaults/periodic.conf	Tue Oct 29 20:38:19 2013	(r257364)
@@ -331,7 +331,7 @@ if [ -z "${source_periodic_confs_defined
 			$periodvar=daily
 			;;
 		*)
-                        eval $var=\"$value\"
+			eval $var=\"$value\"
 			;;
 		esac
 	}



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