We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: 1.3.9 CUPS.org User: twaugh.redhat
Jobs held until "weekend" are only held until the next day that is not Sunday.
Patch attached.
The text was updated successfully, but these errors were encountered:
CUPS.org User: mike
Fixed in Subversion repository.
Sorry, something went wrong.
"0001-Fixed-handling-of-job-until-until-weekend.patch":
From 72f62a1ace0d43c6c4cde3b9fc242e93b208993e Mon Sep 17 00:00:00 2001 From: Tim Waugh twaugh@redhat.com Date: Fri, 28 Nov 2008 14:48:13 +0000 Subject: [PATCH] Fixed handling of job-until-until="weekend".
scheduler/job.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scheduler/job.c b/scheduler/job.c index 1d409c2..92e1f84 100644 --- a/scheduler/job.c +++ b/scheduler/job.c @@ -1623,7 +1623,7 @@ cupsdSetJobHoldUntil(cupsd_job_t job, / I - Job */ curtime = time(NULL); curdate = localtime(&curtime);
No branches or pull requests
Version: 1.3.9
CUPS.org User: twaugh.redhat
Jobs held until "weekend" are only held until the next day that is not Sunday.
Patch attached.
The text was updated successfully, but these errors were encountered: