[Bug 236447] www/firefox: Silence pkg-deinstall error

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 10 15:12:38 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236447

Jan Beich <jbeich at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #202770|maintainer-approval?(gecko@ |maintainer-approval+
              Flags|FreeBSD.org)                |

--- Comment #2 from Jan Beich <jbeich at FreeBSD.org> ---
Comment on attachment 202770
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=202770
firefox.diff

This file predates www/firefox. I'm not even sure why it's required. However,
rmdir lines were added in ports r400042, so this change looks reasonable.

> +rmdir ${MOZDIR}/chrome > /dev/null 2>&1
> +rmdir ${MOZDIR} > /dev/null 2>&1

rmdir(1) doesn't print to stdout unless -v flag is specified, so 2>/dev/null
would've been enough. Doesn't matter either way.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


More information about the freebsd-gecko mailing list