summaryrefslogtreecommitdiff
path: root/comms/hylafax/patches/patch-aj
blob: cab06179b469af66de84ab60683fdb45561170a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aj,v 1.4 2001/04/23 15:06:16 abs Exp $

--- faxd/Getty.c++.orig	Sat Sep 16 12:13:48 2000
+++ faxd/Getty.c++
@@ -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);