openbsd-ports/comms/hylafax/patches/patch-ac
1998-09-04 00:35:54 +00:00

12 lines
453 B
Plaintext

--- faxd/Getty.c++.orig Wed Sep 2 13:06:02 1998
+++ faxd/Getty.c++ Wed Sep 2 13:06:18 1998
@@ -218,7 +218,7 @@
// NB: this is executed in the parent
fxStr device = fxStr::format("%s/" | line, _PATH_DEV);
Sys::chown(device, UUCPLock::getUUCPUid(), UUCPLock::getUUCPGid());
- Sys::chmod(device, 0600); // reset protection
+ Sys::chmod(device, 0660); // reset protection
}
extern void vlogError(const char* fmt, va_list ap);