openbsd-ports/comms/hylafax/patches/patch-faxd_Getty_c++
todd f55cd5a402 update HylaFAX to 4.1.5, remove BROKEN=
based on 4.1.3 update from Steve Shockley <steve.shockley@shockley.net>
prompted by Bert Koelewijn <bert@schmidt-koelewijn.nl>

ok espie@ "no actual risk you'll break it more"
2003-01-27 13:42:48 +00:00

12 lines
469 B
Plaintext

--- 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()
// 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);