13 lines
515 B
Text
13 lines
515 B
Text
$NetBSD: patch-al,v 1.1 2006/02/14 12:39:27 ahallmann Exp $
|
|
|
|
--- faxd/Getty.c++.orig 2005-01-01 21:27:15.000000000 +0000
|
|
+++ faxd/Getty.c++
|
|
@@ -234,7 +234,7 @@ Getty::hangup()
|
|
// 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);
|