summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2014-07-12 16:26:36 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2014-07-12 16:26:36 +0000
commit24e1433ce125fdf1ac1e3148b7220f82bdbd763a (patch)
treee2db5584079a60e92df12b59ce410791033228d5 /usr.sbin
parent2039f6b74df84ee50091647629f3c65b57371135 (diff)
Extend output a bit.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysmerge/sysmerge.88
-rw-r--r--usr.sbin/sysmerge/sysmerge.sh4
2 files changed, 7 insertions, 5 deletions
diff --git a/usr.sbin/sysmerge/sysmerge.8 b/usr.sbin/sysmerge/sysmerge.8
index 51345cf0d1c..f3001737f40 100644
--- a/usr.sbin/sysmerge/sysmerge.8
+++ b/usr.sbin/sysmerge/sysmerge.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysmerge.8,v 1.47 2014/07/12 15:31:54 ajacoutot Exp $
+.\" $OpenBSD: sysmerge.8,v 1.48 2014/07/12 16:26:35 ajacoutot Exp $
.\"
.\" Copyright (c) 2008 Antoine Jacoutot <ajacoutot@openbsd.org>
.\"
@@ -123,9 +123,11 @@ be automatically (re)created.
.Pp
Each time
.Nm
-is run, it will compare the checksum of the files stored under
+is run it will compare the checksum of each file stored under
.Pa /etc/examples
-against the previous run and warn if they do not match.
+against the previous one, then warn if it does not match and the
+corresponding file exists under
+.Pa /etc .
.Pp
.Nm
will finish by running
diff --git a/usr.sbin/sysmerge/sysmerge.sh b/usr.sbin/sysmerge/sysmerge.sh
index 2b13c6e54b2..0166923fae3 100644
--- a/usr.sbin/sysmerge/sysmerge.sh
+++ b/usr.sbin/sysmerge/sysmerge.sh
@@ -1,6 +1,6 @@
#!/bin/ksh -
#
-# $OpenBSD: sysmerge.sh,v 1.136 2014/07/12 15:58:14 ajacoutot Exp $
+# $OpenBSD: sysmerge.sh,v 1.137 2014/07/12 16:26:35 ajacoutot Exp $
#
# Copyright (c) 2008-2014 Antoine Jacoutot <ajacoutot@openbsd.org>
# Copyright (c) 1998-2003 Douglas Barton <DougB@FreeBSD.org>
@@ -686,7 +686,7 @@ sm_post() {
report ""
fi
if [ -n "${EGMODS}" ]; then
- report "===> Example(s) modified since last run"
+ report "===> Example(s) with corresponding used files modified since last run"
report "${EGMODS}"
report ""
fi