summaryrefslogtreecommitdiff
path: root/sysutils/fcron/files/patch-fileconf.c
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-07-30 14:22:03 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-07-30 14:22:03 +0000
commited81849c9fdf8157d25771a3ab22b2c43f993590 (patch)
tree93158f9f0d80e0e989e79dc7033ed1d95e532600 /sysutils/fcron/files/patch-fileconf.c
parentsecurity/py-pysha3: Update to 1.0b1, Modernize (diff)
sysutils/fcron: 3.2.0 -> 3.2.1
- @-lines can now be run up to every second (previously every 10s at most) PR: 211451 Submitted by: bob@eager.cx (maintainer)
Notes
Notes: svn path=/head/; revision=419320
Diffstat (limited to '')
-rw-r--r--sysutils/fcron/files/patch-fileconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/fcron/files/patch-fileconf.c b/sysutils/fcron/files/patch-fileconf.c
index 53bff7b53462..1d85379dfff0 100644
--- a/sysutils/fcron/files/patch-fileconf.c
+++ b/sysutils/fcron/files/patch-fileconf.c
@@ -1,6 +1,6 @@
We don't need to fflush the file, since it is opened read-only.
---- fileconf.c.orig 2014-05-10 17:03:59 UTC
+--- fileconf.c.orig 2016-06-26 17:42:39 UTC
+++ fileconf.c
@@ -278,10 +278,6 @@ read_file(char *filename, int fd)
cf->cf_next = file_base;
@@ -11,5 +11,5 @@ We don't need to fflush the file, since it is opened read-only.
- error_e("could not fflush() file_name");
-
Free_safe(default_line.cl_runas);
+ Free_safe(default_line.cl_mailfrom);
Free_safe(default_line.cl_mailto);
- Free_safe(default_line.cl_tz);