summaryrefslogtreecommitdiffstats
path: root/comms/hylafax
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-03-30 14:33:20 +0000
committerdinoex <dinoex@FreeBSD.org>2002-03-30 14:33:20 +0000
commit00ab2e677c3890a0e13a02eb9ece0f33438adffe (patch)
tree1054bccd0873beec33f46d153953f2790866cc59 /comms/hylafax
parent9ed8c4e699e598fd494f25b2323de7ea67a28363 (diff)
downloadFreeBSD-ports-00ab2e677c3890a0e13a02eb9ece0f33438adffe.zip
FreeBSD-ports-00ab2e677c3890a0e13a02eb9ece0f33438adffe.tar.gz
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. PR: 33288 Submitted by: send-pr@oldach.net
Diffstat (limited to 'comms/hylafax')
-rw-r--r--comms/hylafax/Makefile1
-rw-r--r--comms/hylafax/files/patch-faxcron.sh.in11
2 files changed, 12 insertions, 0 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile
index 70da04e..dfe8d68 100644
--- a/comms/hylafax/Makefile
+++ b/comms/hylafax/Makefile
@@ -7,6 +7,7 @@
PORTNAME= hylafax
PORTVERSION= 4.1
+PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= ftp://ftp.hylafax.org/source/
diff --git a/comms/hylafax/files/patch-faxcron.sh.in b/comms/hylafax/files/patch-faxcron.sh.in
new file mode 100644
index 0000000..03527d8
--- /dev/null
+++ b/comms/hylafax/files/patch-faxcron.sh.in
@@ -0,0 +1,11 @@
+--- 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
OpenPOWER on IntegriCloud