2003-01-27 08:42:48 -05:00
|
|
|
--- faxd/Getty.c++.orig Sat Sep 16 07:13:48 2000
|
|
|
|
+++ faxd/Getty.c++ Wed Jul 31 12:40:10 2002
|
|
|
|
@@ -219,7 +219,7 @@ Getty::hangup()
|
1998-09-03 20:35:54 -04:00
|
|
|
// 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
|
1998-02-08 01:00:08 -05:00
|
|
|
}
|
|
|
|
|
1998-09-03 20:35:54 -04:00
|
|
|
extern void vlogError(const char* fmt, va_list ap);
|