Date: Tue, 23 May 2017 01:22:59 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 219467] `mtree -R type -k flags` prints out type= keyword attributes, contrary to what the manpage says it should do Message-ID: <bug-219467-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219467 Bug ID: 219467 Summary: `mtree -R type -k flags` prints out type= keyword attributes, contrary to what the manpage says it should do Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: ngie@FreeBSD.org Per mtree(8), passing `-R type -k flags` should clear omit type keywords from the spec created via mtree: -k keywords Use the type keyword plus the specified (whitespace or comma separated) keywords instead of the current set of keywords. If `all' is specified, use all of the other keywords. If the type keyword is not desired, suppress it with -R type. Trying this though, demonstrates that that is not the case: $ sudo mtree -cn -R type -k flags -p /usr/bin/ -x | grep type= /set type=file flags=uarch . type=dir chfn type=link chsh type=link cpio type=link mailq type=link newaliases type=link perl type=link perl5 type=link pgrep type=link pkill type=link stelnet type=link tar type=link ypchfn type=link ypchpass type=link ypchsh type=link yppasswd type=link -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219467-8>
