diff options
Diffstat (limited to 'comms/hylafax/patches/patch-al')
-rw-r--r-- | comms/hylafax/patches/patch-al | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/hylafax/patches/patch-al b/comms/hylafax/patches/patch-al new file mode 100644 index 00000000000..12c7abf6fc9 --- /dev/null +++ b/comms/hylafax/patches/patch-al @@ -0,0 +1,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; |