openbsd-ports/www/mozilla-firefox/patches/patch-xpcom_io_SpecialSystemDirectory_cpp
landry ddd3e93eae Lo and behold, update to mozilla-firefox 4.0 !
Too much changes to list them, just enjoy it. Thanks to the ones who
tested the betas/rc.
ok jasper@
2011-03-30 21:39:14 +00:00

13 lines
542 B
Plaintext

$OpenBSD: patch-xpcom_io_SpecialSystemDirectory_cpp,v 1.3 2011/03/30 21:39:14 landry Exp $
--- xpcom/io/SpecialSystemDirectory.cpp.orig Tue Jan 11 04:27:51 2011
+++ xpcom/io/SpecialSystemDirectory.cpp Sat Jan 15 01:03:08 2011
@@ -522,7 +522,7 @@ GetUnixXDGUserDirectory(SystemDirectories aSystemDirec
if (NS_FAILED(rv))
return rv;
if (!exists) {
- rv = file->Create(nsIFile::DIRECTORY_TYPE, 0755);
+ rv = file->Create(nsIFile::DIRECTORY_TYPE, 0700);
if (NS_FAILED(rv))
return rv;
}