diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2009-02-17 16:48:12 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2009-02-17 16:48:12 +0000 |
commit | 37bebd332a075c1a710b1e90654b173cb0aaf749 (patch) | |
tree | 3202e765cb8121defd18c0814e4d54cdb6042824 /usr.sbin/sysmerge/sysmerge.8 | |
parent | db2cc4ccbcfe6f1e6708eaa8a8bb1f119c05f2bc (diff) |
- always run pwd_mdb, newaliases, MAKEDEV and cap_mkdb even when not in
auto-mode so that the system is not left in an inconsistent state
- unify messages
- tweak manpage according to new behavior
based on an initial patch from matthieu@
ok matthieu@
Diffstat (limited to 'usr.sbin/sysmerge/sysmerge.8')
-rw-r--r-- | usr.sbin/sysmerge/sysmerge.8 | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/usr.sbin/sysmerge/sysmerge.8 b/usr.sbin/sysmerge/sysmerge.8 index ae07f8523a6..2b7ff1dc56b 100644 --- a/usr.sbin/sysmerge/sysmerge.8 +++ b/usr.sbin/sysmerge/sysmerge.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysmerge.8,v 1.13 2008/12/17 09:17:47 jmc Exp $ +.\" $OpenBSD: sysmerge.8,v 1.14 2009/02/17 16:48:11 ajacoutot Exp $ .\" .\" Copyright (c) 2008 Antoine Jacoutot <ajacoutot@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 17 2008 $ +.Dd $Mdocdate: February 17 2009 $ .Dt SYSMERGE 8 .Os .Sh NAME @@ -81,14 +81,9 @@ when upgrading from binary sets. When run in .Em automatic mode -.Pq Fl a , +.Pq Fl a .Nm -will skip files with identical CVS Id, install missing ones and run commands -associated with the following special files if they were modified: -.Xr aliases 5 , -.Xr login.conf 5 , -.Xr MAKEDEV 8 , -.Xr passwd 5 . +will skip files with identical CVS Id and install missing ones. In .Em manual mode (the default unless @@ -151,9 +146,8 @@ The options are as follows: Automatic mode. If this option is specified, .Nm -will automatically install missing files, -create databases and device nodes, -and will disable strict file comparison when possible (using CVS Ids). +will automatically install missing files and disable strict file +comparison when possible (using CVS Ids). .It Fl b Batch mode. If this option is specified, |