From 78ec34070818dbf892d661e47da1811ba7204159 Mon Sep 17 00:00:00 2001 From: Anders Nordby Date: Wed, 9 Apr 2003 21:57:13 +0000 Subject: Update to 1.4. --- net/pxe/files/patch-logfile.cc | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 net/pxe/files/patch-logfile.cc (limited to 'net/pxe/files/patch-logfile.cc') diff --git a/net/pxe/files/patch-logfile.cc b/net/pxe/files/patch-logfile.cc deleted file mode 100644 index 5eed667bbc70..000000000000 --- a/net/pxe/files/patch-logfile.cc +++ /dev/null @@ -1,17 +0,0 @@ ---- logfile.cc.orig Wed Oct 2 22:41:50 2002 -+++ logfile.cc Wed Oct 2 22:42:09 2002 -@@ -58,12 +58,13 @@ - { - /* open the file */ - umask(077); -- logfile = new std::fstream(filename, std::ios::out|std::ios::app, 0644); -+ logfile = new std::fstream(filename, std::ios::out|std::ios::app); - if(logfile == NULL) - { - std::cerr << "Error: LogFile::Open:open(): " << strerror(errno) <<"\n"; - exit(-1); - } -+ chmod(filename, 0644); - } - - -- cgit v1.2.3