openbsd-ports/comms/hylafax/patches/patch-ac

12 lines
453 B
Plaintext
Raw Normal View History

1998-09-03 20:35:54 -04:00
--- 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
}
1998-09-03 20:35:54 -04:00
extern void vlogError(const char* fmt, va_list ap);