summaryrefslogtreecommitdiff
path: root/comms/hylafax/patches/patch-al
blob: 4f5a76d2507e812ccf3ca8772dfc7c8db6195c28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-al,v 1.6 2005/01/27 16:22:37 adam 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);