svn commit: r332586 - stable/11/etc/autofs

Edward Tomasz Napierala trasz at FreeBSD.org
Mon Apr 16 15:58:03 UTC 2018


Author: trasz
Date: Mon Apr 16 15:58:02 2018
New Revision: 332586
URL: https://svnweb.freebsd.org/changeset/base/332586

Log:
  MFC r326250:
  
  Change formatting; no functional changes.

Modified:
  stable/11/etc/autofs/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/etc/autofs/Makefile
==============================================================================
--- stable/11/etc/autofs/Makefile	Mon Apr 16 15:57:18 2018	(r332585)
+++ stable/11/etc/autofs/Makefile	Mon Apr 16 15:58:02 2018	(r332586)
@@ -1,6 +1,11 @@
 # $FreeBSD$
 
-FILES=		include_ldap include_nis special_hosts special_media special_noauto special_null
+FILES=		include_ldap \
+		include_nis \
+		special_hosts \
+		special_media \
+		special_noauto \
+		special_null
 
 NO_OBJ=
 FILESDIR=	/etc/autofs


More information about the svn-src-all mailing list