summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2011-05-09 14:18:35 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2011-05-09 14:18:35 +0000
commit4c8152d3828fc58293a9c90616efa15999e71f53 (patch)
treee05a15aef71b65a20f9f006e530fedc17c708945
parentb26af71e8f32293dee45d352843afb20398eae10 (diff)
Installing -> Updating.
Update copyright year while here.
-rw-r--r--usr.sbin/sysmerge/sysmerge.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/sysmerge/sysmerge.sh b/usr.sbin/sysmerge/sysmerge.sh
index 9032c2edd64..fefe186fde0 100644
--- a/usr.sbin/sysmerge/sysmerge.sh
+++ b/usr.sbin/sysmerge/sysmerge.sh
@@ -1,9 +1,9 @@
#!/bin/ksh -
#
-# $OpenBSD: sysmerge.sh,v 1.73 2011/05/08 09:49:34 ajacoutot Exp $
+# $OpenBSD: sysmerge.sh,v 1.74 2011/05/09 14:18:34 ajacoutot Exp $
#
# Copyright (c) 1998-2003 Douglas Barton <DougB@FreeBSD.org>
-# Copyright (c) 2008, 2009, 2010 Antoine Jacoutot <ajacoutot@openbsd.org>
+# Copyright (c) 2008, 2009, 2010, 2011 Antoine Jacoutot <ajacoutot@openbsd.org>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -486,9 +486,9 @@ diff_loop() {
echo "\t*** WARNING: problem creating ${COMPFILE#.} link"
fi
else
- echo "===> Installing ${COMPFILE#.}${RUNNING}"
+ echo "===> Updating ${COMPFILE#.}${RUNNING}"
if ! mm_install "${COMPFILE}"; then
- echo "\t*** WARNING: problem installing ${COMPFILE#.}"
+ echo "\t*** WARNING: problem updating ${COMPFILE#.}"
fi
fi
else