diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-30 14:33:20 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-30 14:33:20 +0000 |
commit | 1ae44a08a7c1b4e92c69b3964837059f220aada6 (patch) | |
tree | f7f9e752a1db96580df50791233d75770b31b23a /comms | |
parent | fix plist (diff) |
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
Notes
Notes:
svn path=/head/; revision=56956
Diffstat (limited to 'comms')
-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 |