diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2008-03-08 11:48:02 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2008-03-08 11:48:02 +0000 |
commit | 9a664b1bab7e8a1315c8c320f4bd2128933c7f22 (patch) | |
tree | 9e0479c917f298bc205cdd61bc29339d232eaaa5 /usr.sbin/pkg_add/pkg_add.1 | |
parent | be80e263ef76a0d346d1e751cede81f67c3aafc7 (diff) |
better -q: mention once, and it speeds up (assumes normal files haven't
changed), but still checks config files. Use twice, and wipe your config
out as well.
Diffstat (limited to 'usr.sbin/pkg_add/pkg_add.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index 7586493e430..f777377a7be 100644 --- a/usr.sbin/pkg_add/pkg_add.1 +++ b/usr.sbin/pkg_add/pkg_add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_add.1,v 1.70 2008/03/08 11:41:42 espie Exp $ +.\" $OpenBSD: pkg_add.1,v 1.71 2008/03/08 11:48:01 espie Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -283,7 +283,9 @@ symbolic links are resolved, and package installation stops at .Cm @endfake marker. .It Fl q -Replace package quickly; do not bother with checksums before removing files. +Replace package quickly; do not bother with checksums before removing normal +files. +If used twice, it will not bother with checksums either for configuration files. .It Fl r Replace existing packages. .Nm |