diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2012-11-22 17:57:23 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2012-11-22 17:57:23 +0000 |
commit | 03f13ed36f8e16034209ca52299cec3b8f3d4545 (patch) | |
tree | c5da9160fac23cf5198115280d2a087f8f5c8628 | |
parent | 01495edec5eadd83d063278c57226d5fda3069e5 (diff) |
Stop saying "please", people needs to run sysmerge(8) after an upgrade.
Also s/repair/update .
wording from sthen@
ok sthen@ deraadt@
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index c2cc68ba1b4..255706e085c 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.671 2012/11/06 17:49:39 krw Exp $ +# $OpenBSD: install.sub,v 1.672 2012/11/22 17:57:22 ajacoutot Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback @@ -1611,7 +1611,7 @@ install_sets() { } run_sysmerge() { - echo "Please run sysmerge(8) after rebooting to repair your /etc configuration." + echo "After rebooting, run sysmerge(8) to update your /etc configuration." #if [[ -n "$SM_ARGS" || -n "$SM_ARGSX" ]]; then # ask_yn "Merge the new etc/xetc install sets using sysmerge(8)?" no # if [[ $resp == y ]]; then \ |