Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
cron
vixie-cron-4.1-restrict_link_count.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vixie-cron-4.1-restrict_link_count.patch of Package cron
Index: vixie-cron-4.1/database.c =================================================================== --- vixie-cron-4.1.orig/database.c +++ vixie-cron-4.1/database.c @@ -316,7 +316,7 @@ process_crontab(const char *uname, const log_it(fname, getpid(), "WRONG FILE OWNER", tabname); goto next_crontab; } - if (statbuf->st_nlink != 1) { + if (pw && (statbuf->st_nlink != 1)) { log_it(fname, getpid(), "BAD LINK COUNT", tabname); goto next_crontab; }
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