summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2014-07-12 22:05:17 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2014-07-12 22:05:17 +0000
commit9a0d2c6331c5bb84d6d55ac9bce3d441bf770879 (patch)
treee1d98ecc30f07ab6b46071151c528768d0cdb85f /etc
parentc66962205cf8d2288e11f501bca371b36d6a875b (diff)
egsum -> examplessum to make it more obvious.
req. by deraadt@
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile
index ef11fc68de4..8e55fb96f82 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.365 2014/07/12 22:03:44 ajacoutot Exp $
+# $OpenBSD: Makefile,v 1.366 2014/07/12 22:05:16 ajacoutot Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
@@ -254,7 +254,7 @@ distribution:
exec ${SUDO} ${MAKE} distribution-etc-root-var
cd .. && exec ${SUDO} ${MAKE} install
touch ${DESTDIR}/var/db/sysmerge/etcsum
- touch ${DESTDIR}/var/db/sysmerge/egsum
+ touch ${DESTDIR}/var/db/sysmerge/examplessum
ETCLIST=`mktemp /tmp/_etclist.XXXXXXXXXX` || exit 1; \
sort ../distrib/sets/lists/etc/{mi,md.${MACHINE}} > $${ETCLIST}; \
cd ${DESTDIR} && \
@@ -263,7 +263,7 @@ distribution:
EGLIST=`mktemp /tmp/_eglist.XXXXXXXXXX` || exit 1; \
grep -h '/etc/examples/' ../distrib/sets/lists/base/{mi,md.${MACHINE}} | sort > $${EGLIST}; \
cd ${DESTDIR} && \
- xargs sha256 -h ${DESTDIR}/var/db/sysmerge/egsum < $${EGLIST}; \
+ xargs sha256 -h ${DESTDIR}/var/db/sysmerge/examplessum < $${EGLIST}; \
rm -f $${EGLIST}
distrib-dirs: