git.schokokeks.org
Repositories
Help
Report an Issue
keks-overlay.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
456e1d5
Branches
Tags
master
keks-overlay.git
sys-process
vixie-cron
files
vixie-cron-4.1-hardlink.patch
temporarily add vixie-cron until we migrate to something else
Hanno
commited
456e1d5
at 2019-10-15 09:37:14
vixie-cron-4.1-hardlink.patch
Blame
History
Raw
--- database.c.orig 2007-04-08 21:06:16.913019387 +0200 +++ database.c 2007-04-08 21:06:29.489736093 +0200 @@ -251,7 +251,7 @@ log_it(fname, getpid(), "WRONG FILE OWNER", tabname); goto next_crontab; } - if (statbuf->st_nlink != 1) { + if (statbuf->st_nlink != 1 && pw != NULL) { log_it(fname, getpid(), "BAD LINK COUNT", tabname); goto next_crontab; }