pkgsrc-wip/hylafax-devel/patches/patch-al
2007-03-07 09:56:21 +00:00

13 lines
515 B
Text

$NetBSD: patch-al,v 1.2 2007/03/07 09:56:21 ahallmann Exp $
--- faxd/Getty.c++.orig 2005-01-01 22:27:15.000000000 +0100
+++ 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);