Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2009 20:59:52 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r198375 - head/share/zoneinfo
Message-ID:  <200910222059.n9MKxq20039966@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: edwin
Date: Thu Oct 22 20:59:51 2009
New Revision: 198375
URL: http://svn.freebsd.org/changeset/base/198375

Log:
  Move comments to the beginning of the line to make it look better.
  Thank to ru@ for his noticing of it.
  
  MFC after:	1 week

Modified:
  head/share/zoneinfo/Makefile

Modified: head/share/zoneinfo/Makefile
==============================================================================
--- head/share/zoneinfo/Makefile	Thu Oct 22 20:57:17 2009	(r198374)
+++ head/share/zoneinfo/Makefile	Thu Oct 22 20:59:51 2009	(r198375)
@@ -55,11 +55,11 @@ beforeinstall:
 	    ${.CURDIR}/zone.tab ${DESTDIR}/usr/share/zoneinfo/
 
 afterinstall:
-	@#
-	@# If the file /var/db/zoneinfo exists, and it is owned by root:wheel,
-	@# and the contents of it exists in /usr/share/zoneinfo, then reinstall
-	@# it.
-	@#
+#
+# If the file /var/db/zoneinfo exists, and it is owned by root:wheel,
+# and the contents of it exists in /usr/share/zoneinfo, then reinstall
+# it.
+#
 	@if [ -f ${DESTDIR}/var/db/zoneinfo -a -O ${DESTDIR}/var/db/zoneinfo \
 	    -a -G ${DESTDIR}/var/db/zoneinfo ]; then \
 		zf=$$(cat ${DESTDIR}/var/db/zoneinfo); \



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