$NetBSD: patch-an,v 1.6 2003/09/23 21:39:48 abs Exp $ --- faxd/faxGettyApp.c++.orig Sun Feb 9 02:03:13 2003 +++ faxd/faxGettyApp.c++ @@ -694,7 +694,7 @@ faxGettyApp::notifyDocumentRecvd(const F 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;