Is it right to touch any user's $HOME on installation, albeit root?
How about using some temp dir as $HOME and clear it afterward?

For example,

TMPDIR=`mktemp -d`
HOME=$TMPDIR ./run-mozilla.sh run-mozilla.sh ./xpcshell -e "" || ...
rm -rf $TMPDIR

Regards,
-- 
Theppitak Karoonboonyanan
http://linux.thai.net/~thep/



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

Reply via email to