Package: mozilla-firefox
Version: 1.0.7-1
Severity: minor

If user runs firefox through sudo and the home directory for the sudo user is 
not specified in /etc/passwd,
then /usr/bin/firefox script creates file with name 2. containing the error 
message and possibly overwrites 
file with the same name. The typo is on line 33:

echo "Could not find the correct home directory. Please use the -H option of 
sudo." >&2.

The final dot should be deleted:

echo "Could not find the correct home directory. Please use the -H option of 
sudo." >&2


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to