pkgsrc-wip/hylafax/patches/patch-al
Andreas Hallmann 920ed39009 Hylafax is an enterprise class fax server software.
hylafax is a release spin off from wip/hylafax-devel.
hylafax will stay with releases and get imports
to its (cvs speek) vendor branch, whenever hylafax-devel reaches the next release.
It is thought as the hylafax source for pkgsrc-imports.

hylafax-devel will continue to be a testbed for the next release.
2006-05-20 15:29:28 +00:00

13 lines
519 B
Text

$NetBSD: patch-al,v 1.1.1.1 2006/05/20 15:29:29 ahallmann Exp $
--- faxd/Getty.c++.orig 2005-01-01 21:27:15.000000000 +0000
+++ faxd/Getty.c++
@@ -234,7 +234,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);