Index: faxd/Getty.c++
--- faxd/Getty.c++.orig
+++ faxd/Getty.c++
@@ -243,9 +243,9 @@ void
 Getty::hangup()
 {
     // NB: this is executed in the parent
-    fxStr device = fxStr::format("%s" | line, _PATH_DEV);
+    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);
