OBS-URL: https://build.opensuse.org/package/show/Base:System/at?expand=0&rev=53100d87b42901e6f6ab596e79dac7ab
12 lines
349 B
Diff
12 lines
349 B
Diff
--- 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");
|