checked in
OBS-URL: https://build.opensuse.org/package/show/Base:System/at?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
3dfd1fffec
commit
13d381dbb1
@@ -1,10 +1,8 @@
|
||||
Index: atd.c
|
||||
===================================================================
|
||||
--- atd.c.orig
|
||||
--- atd.c
|
||||
+++ 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);
|
||||
@@ -383,7 +383,7 @@
|
||||
|
||||
PRIV_START
|
||||
|
||||
- nice((tolower((int) queue) - 'a' + 1) * 2);
|
||||
+ nice((tolower((int) queue) - 'a' ) );
|
||||
|
@@ -1,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 3 19:09:06 UTC 2009 - coolo@novell.com
|
||||
|
||||
- updated patches to apply with fuzz=0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 12:16:43 CEST 2009 - mseben@novell.com
|
||||
|
||||
|
Reference in New Issue
Block a user