Because of a small error in /usr/bin/mozilla script, it opens a file from the current directory instead of a file from the root (if it exists). --- $ cd ~ # make sure you are not in / now $ echo local > a; sudo echo root > /a $ mozilla /a And it shows \"local\". --- The small patch fixes this problem.
подарок новому мантейнеру
патч побился :( дайте поясненния или закройте.
fixed