diff options
author | Guillem Jover <guillem@debian.org> | 2018-09-07 18:41:33 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2019-02-23 15:40:10 +0100 |
commit | 08c257b8f1fa1c25e5fdacdb50edcbf650094630 (patch) | |
tree | 757524467c0082cb659668d3f294c578e4e1db94 /man | |
parent | c498af86a5a6b4567f0ef882c8baac3b5b7ef30b (diff) | |
download | dpkg-08c257b8f1fa1c25e5fdacdb50edcbf650094630.tar.gz |
dpkg-statoverride: Switch from --force option to new --force-<thing> options
Deprecate --force option which will be considered an alias for
--force-all for now.
Diffstat (limited to 'man')
-rw-r--r-- | man/dpkg-statoverride.man | 8 | ||||
-rw-r--r-- | man/dpkg.man | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/man/dpkg-statoverride.man b/man/dpkg-statoverride.man index c89f7eee7..8b235097e 100644 --- a/man/dpkg-statoverride.man +++ b/man/dpkg-statoverride.man @@ -102,10 +102,18 @@ system.\fP \fBall\fP: Turns on (or off) all force options. + +\fBstatoverride\-add\fP: +Overwrite an existing stat override when adding it (since dpkg 1.19.5). + +\fBstatoverride\-remove\fP: +Ignore a missing stat override when removing it (since dpkg 1.19.5). .TP .B \-\-force Force an action, even if a sanity check would otherwise prohibit it. This is necessary to override an existing override. +This option is deprecated (since dpkg 1.19.5), it is replaced by +\fB\-\-force\-all\fP. .TP .B \-\-update Immediately try to change the \fIpath\fP to the new owner and mode if it diff --git a/man/dpkg.man b/man/dpkg.man index bf56510ed..3f1637a10 100644 --- a/man/dpkg.man +++ b/man/dpkg.man @@ -618,6 +618,12 @@ Overwrite one package's directory with another's file. \fBoverwrite\-diverted\fP: Overwrite a diverted file with an undiverted version. +\fBstatoverride\-add\fP: +Overwrite an existing stat override when adding it (since dpkg 1.19.5). + +\fBstatoverride\-remove\fP: +Ignore a missing stat override when removing it (since dpkg 1.19.5). + \fBunsafe\-io\fP: Do not perform safe I/O operations when unpacking (since dpkg 1.15.8.6). Currently this |