2009-11-20 09:17:02 +00:00
|
|
|
--- atd.c.orig
|
2009-02-12 21:41:28 +00:00
|
|
|
+++ atd.c
|
2010-09-28 20:34:15 +00:00
|
|
|
@@ -482,7 +482,7 @@ run_file(const char *filename, uid_t uid
|
2009-11-20 09:17:02 +00:00
|
|
|
if (chdir(ATJOB_DIR) < 0)
|
|
|
|
perr("Cannot chdir to " ATJOB_DIR);
|
2009-02-12 21:41:28 +00:00
|
|
|
|
|
|
|
- nice((tolower((int) queue) - 'a' + 1) * 2);
|
|
|
|
+ nice((tolower((int) queue) - 'a' ) );
|
|
|
|
|
|
|
|
if (initgroups(pentry->pw_name, pentry->pw_gid))
|
|
|
|
perr("Cannot delete saved userids");
|