Message ID | 20220408085907.463960-1-plautrba@redhat.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 5d8764dbf5af |
Headers | show |
Series | [v3] setfiles.8: -q is deprecated and has no effect | expand |
On Fri, Apr 8, 2022 at 4:59 AM Petr Lautrbach <plautrba@redhat.com> wrote: > > From: James Carter <jwcart2@gmail.com> > > Signed-off-by: Petr Lautrbach <plautrba@redhat.com> Acked-by: James Carter <jwcart2@gmail.com> > --- > policycoreutils/setfiles/setfiles.8 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/policycoreutils/setfiles/setfiles.8 b/policycoreutils/setfiles/setfiles.8 > index 15f939d1bee0..19b59a2cc90d 100644 > --- a/policycoreutils/setfiles/setfiles.8 > +++ b/policycoreutils/setfiles/setfiles.8 > @@ -124,7 +124,7 @@ and > options are mutually exclusive. > .TP > .B \-q > -Deprecated, was only used to stop printing inode association parameters. > +Deprecated and replaced by \fB\-v\fR. Has no effect on other options or on program behavior. > .TP > .BI \-r \ rootpath > use an alternate root path. Used in meta-selinux for OpenEmbedded/Yocto builds > -- > 2.35.1 >
On Mon, Apr 11, 2022 at 8:39 AM James Carter <jwcart2@gmail.com> wrote: > > On Fri, Apr 8, 2022 at 4:59 AM Petr Lautrbach <plautrba@redhat.com> wrote: > > > > From: James Carter <jwcart2@gmail.com> > > > > Signed-off-by: Petr Lautrbach <plautrba@redhat.com> > > Acked-by: James Carter <jwcart2@gmail.com> > Merged. Thanks, Jim > > --- > > policycoreutils/setfiles/setfiles.8 | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/policycoreutils/setfiles/setfiles.8 b/policycoreutils/setfiles/setfiles.8 > > index 15f939d1bee0..19b59a2cc90d 100644 > > --- a/policycoreutils/setfiles/setfiles.8 > > +++ b/policycoreutils/setfiles/setfiles.8 > > @@ -124,7 +124,7 @@ and > > options are mutually exclusive. > > .TP > > .B \-q > > -Deprecated, was only used to stop printing inode association parameters. > > +Deprecated and replaced by \fB\-v\fR. Has no effect on other options or on program behavior. > > .TP > > .BI \-r \ rootpath > > use an alternate root path. Used in meta-selinux for OpenEmbedded/Yocto builds > > -- > > 2.35.1 > >
diff --git a/policycoreutils/setfiles/setfiles.8 b/policycoreutils/setfiles/setfiles.8 index 15f939d1bee0..19b59a2cc90d 100644 --- a/policycoreutils/setfiles/setfiles.8 +++ b/policycoreutils/setfiles/setfiles.8 @@ -124,7 +124,7 @@ and options are mutually exclusive. .TP .B \-q -Deprecated, was only used to stop printing inode association parameters. +Deprecated and replaced by \fB\-v\fR. Has no effect on other options or on program behavior. .TP .BI \-r \ rootpath use an alternate root path. Used in meta-selinux for OpenEmbedded/Yocto builds