12 lines
453 B
Plaintext
12 lines
453 B
Plaintext
--- faxd/Getty.c++.orig Mon Nov 19 02:51:56 2001
|
|
+++ faxd/Getty.c++ Mon Nov 19 02:52:10 2001
|
|
@@ -219,7 +219,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);
|