--- atd.c.orig +++ atd.c @@ -482,7 +482,7 @@ run_file(const char *filename, uid_t uid if (chdir(ATJOB_DIR) < 0) perr("Cannot chdir to " ATJOB_DIR); - 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");