summaryrefslogtreecommitdiff
path: root/comms/hylafax/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'comms/hylafax/patches/patch-al')
-rw-r--r--comms/hylafax/patches/patch-al22
1 files changed, 11 insertions, 11 deletions
diff --git a/comms/hylafax/patches/patch-al b/comms/hylafax/patches/patch-al
index 546818deccb..bade3701d5e 100644
--- a/comms/hylafax/patches/patch-al
+++ b/comms/hylafax/patches/patch-al
@@ -1,13 +1,13 @@
-$NetBSD: patch-al,v 1.4 2001/04/23 15:06:17 abs Exp $
+$NetBSD: patch-al,v 1.5 2003/09/23 21:39:48 abs Exp $
---- faxd/faxGettyApp.c++.orig Sun Jun 13 08:41:05 1999
-+++ faxd/faxGettyApp.c++
-@@ -671,7 +671,7 @@
- FaxServer::notifyDocumentRecvd(ri);
+--- faxd/Getty.c++.orig Sat Sep 16 12:13:48 2000
++++ faxd/Getty.c++
+@@ -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
+ }
- FaxAcctInfo ai;
-- ai.user = "fax";
-+ ai.user = FAX_USER;
- ai.commid = getCommID();
- ai.duration = (time_t) ri.time;
- ai.start = Sys::now() - ai.duration;
+ extern void vlogError(const char* fmt, va_list ap);