OBS User autobuild
2009-11-16 16:58:54 +00:00
committed by Git OBS Bridge
parent 3dfd1fffec
commit 13d381dbb1
2 changed files with 4 additions and 11 deletions

View File

@@ -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' ) );

View File

@@ -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