updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / pxe / 01-logfile.patch
blobb9480bbb635daf6295eef22e48414f8df1c498f2
1 diff -Naur pxe-1.4.2.orig/logfile.cc pxe-1.4.2/logfile.cc
2 --- pxe-1.4.2.orig/logfile.cc 2003-02-02 12:33:32.000000000 +0000
3 +++ pxe-1.4.2/logfile.cc 2006-06-30 10:07:43.000000000 +0000
4 @@ -57,7 +57,7 @@
5 LogFile::Open(const char *filename)
7 /* open the file */
8 - umask(077);
9 + umask(022);
10 logfile = new std::fstream(filename, std::ios::out|std::ios::app);
11 if(logfile == NULL)