$NetBSD: patch-aj,v 1.3 2000/08/30 09:50:46 abs Exp $

--- faxd/Getty.c++.orig	Sun Jun 13 08:41:03 1999
+++ faxd/Getty.c++
@@ -218,7 +218,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);