Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:GA
at.23143
at-3.1.8-jobdir-mtime.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File at-3.1.8-jobdir-mtime.patch of Package at.23143
Copyright (c) 2009 Ingo Schwarze <ischwarze@astaro.com> This patch is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. --- atd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: at-3.2.0/atd.c =================================================================== --- at-3.2.0.orig/atd.c +++ at-3.2.0/atd.c @@ -644,7 +644,7 @@ run_loop() if (stat(".", &buf) == -1) perr("Cannot stat " ATJOB_DIR); - if (nothing_to_do && buf.st_mtime <= last_chg) + if (nothing_to_do && buf.st_mtime == last_chg) return next_job; last_chg = buf.st_mtime;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor