summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2010-11-08 14:05:10 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2010-11-08 14:05:10 +0000
commit75f82b22baef310c1df5ec909b831ef7342b9bac (patch)
treefbe152ee886eccaaabcb716d8ee410ec0bcdd35b
parentf00a42bb5b6d40b238f2702a672e778defb25515 (diff)
No need to differentiate newly installed files versus automatically
updated files in the output, this is confusing. ok sthen@
-rw-r--r--usr.sbin/sysmerge/sysmerge.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysmerge/sysmerge.sh b/usr.sbin/sysmerge/sysmerge.sh
index dfc67845193..33d33eb0d53 100644
--- a/usr.sbin/sysmerge/sysmerge.sh
+++ b/usr.sbin/sysmerge/sysmerge.sh
@@ -1,6 +1,6 @@
#!/bin/ksh -
#
-# $OpenBSD: sysmerge.sh,v 1.64 2010/11/04 09:17:38 ajacoutot Exp $
+# $OpenBSD: sysmerge.sh,v 1.65 2010/11/08 14:05:09 ajacoutot Exp $
#
# Copyright (c) 1998-2003 Douglas Barton <DougB@FreeBSD.org>
# Copyright (c) 2008, 2009, 2010 Antoine Jacoutot <ajacoutot@openbsd.org>
@@ -422,7 +422,7 @@ diff_loop() {
echo ""
fi
else
- echo "===> ${COMPFILE#.} was not found on the target system"
+ # file does not exist on the target system
if [ "${IS_LINK}" ]; then
if [ -n "${DIFFMODE}" ]; then
echo ""