summaryrefslogtreecommitdiff
path: root/comms/hylafax/patches/patch-al
blob: 12c7abf6fc943d7f9b30f9932a3eea7ae9eb02f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-al,v 1.1.1.1 1999/08/11 06:04:30 rh Exp $

--- faxd/faxGettyApp.c++.orig	Sat Feb 14 11:49:40 1998
+++ faxd/faxGettyApp.c++	Mon Apr 12 18:06:51 1999
@@ -671,7 +671,7 @@
     FaxServer::notifyDocumentRecvd(ri);
 
     FaxAcctInfo ai;
-    ai.user = "fax";
+    ai.user = FAX_USER;
     ai.commid = getCommID();
     ai.duration = (time_t) ri.time;
     ai.start = Sys::now() - ai.duration;