diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-03-30 22:33:20 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-03-30 22:33:20 +0800 |
commit | 00ab2e677c3890a0e13a02eb9ece0f33438adffe (patch) | |
tree | 1054bccd0873beec33f46d153953f2790866cc59 /comms/hylafax | |
parent | 9ed8c4e699e598fd494f25b2323de7ea67a28363 (diff) | |
download | freebsd-ports-gnome-00ab2e677c3890a0e13a02eb9ece0f33438adffe.tar.gz freebsd-ports-gnome-00ab2e677c3890a0e13a02eb9ece0f33438adffe.tar.zst freebsd-ports-gnome-00ab2e677c3890a0e13a02eb9ece0f33438adffe.zip |
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/Makefile | 1 | ||||
-rw-r--r-- | comms/hylafax/files/patch-faxcron.sh.in | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 70da04e2aaa2..dfe8d680305c 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 000000000000..03527d8e9356 --- /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 |