svn commit: r257364 - head/etc/defaults

Jeremie Le Hen jlh at FreeBSD.org
Tue Oct 29 20:38:20 UTC 2013


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
 	}


More information about the svn-src-head mailing list