blob: b68b112534fb8af217ecfba8d2775dbae36c1d6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aq,v 1.4 2001/04/23 15:06:20 abs Exp $
--- util/faxcron.sh.in.orig Mon Sep 4 04:18:27 2000
+++ util/faxcron.sh.in
@@ -41,7 +41,7 @@
AGELOG=30 # keep log info for last 30 days
AGERCV=7 # purge received facsimile after 7 days
AGETMP=1 # purge orphaned temp files after 1 day
-FAXUSER=fax # owner of log files
+FAXUSER=@FAXUID@ # owner of log files
LOGMODE=0644 # mode for log files
XFERLOG=etc/xferfaxlog # HylaFAX xferfaxlog file location
LAST=etc/lastrun # file where time+date of last run recorded
|