Files
at/at-3.1.8-queue-nice-level.patch
OBS User autobuild af727a4499 Accepting request 24426 from Base:System
Copy from Base:System/at based on submit request 24426 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/24426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/at?expand=0&rev=15
2009-11-16 16:58:55 +00:00

14 lines
430 B
Diff

Index: atd.c
===================================================================
--- atd.c.orig
+++ atd.c
@@ -457,7 +457,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");