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
This commit is contained in:
Edwin Groothuis 2009-10-22 20:59:51 +00:00
parent 97aa4d9845
commit 62d9857501
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=198375

View File

@ -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); \