Accepting request 23660 from home:coolo:branches:openSUSE:Factory:branched

Copy from home:coolo:branches:openSUSE:Factory:branched/at via accept of submit request 23660 revision 2.
Request was accepted with message:
thanks

OBS-URL: https://build.opensuse.org/request/show/23660
OBS-URL: https://build.opensuse.org/package/show/Base:System/at?expand=0&rev=6
This commit is contained in:
Michal Seben
2009-11-04 07:37:55 +00:00
committed by Git OBS Bridge
parent e9a175ddf1
commit 3dfd1fffec
2 changed files with 11 additions and 4 deletions

View File

@@ -1,8 +1,10 @@
--- atd.c
Index: atd.c
===================================================================
--- atd.c.orig
+++ atd.c
@@ -383,7 +383,7 @@
PRIV_START
@@ -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' ) );

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
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