Date: Fri, 28 Dec 2001 22:57:12 +0100 (CET) From: Helge Oldach <send-pr@oldach.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/33288: ports/comms/hylafax faxcron FAXUSER correction Message-ID: <200112282157.fBSLvCK21831@sep.oldach.net>
next in thread | raw e-mail | index | archive | help
>Number: 33288 >Category: ports >Synopsis: ports/comms/hylafax faxcron FAXUSER correction >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 28 14:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Helge Oldach >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD sep.oldach.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Thu Dec 20 05:17:28 CET 2001 toor@sep.oldach.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: After removal of a separate "fax" uid and migration to "uucp", faxcron.sh is missing an update, as it still refers to the obsolete "fax" uid. >How-To-Repeat: Run /usr/local/sbin/faxcron; observe several chown's failing. >Fix: --- util/faxcron.sh.in.ORIG Sun Apr 15 05:38:55 2001 +++ util/faxcron.sh.in Fri Dec 28 22:41:41 2001 @@ -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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112282157.fBSLvCK21831>