This commit is contained in:
parent
934542a79e
commit
7474d2d005
11
at-3.1.8-queue-nice-level.patch
Normal file
11
at-3.1.8-queue-nice-level.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- atd.c
|
||||
+++ atd.c
|
||||
@@ -383,7 +383,7 @@
|
||||
|
||||
PRIV_START
|
||||
|
||||
- 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");
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 12 14:52:56 CET 2009 - mseben@suse.cz
|
||||
|
||||
- fixed nice level of queues : queue-nice-level.patch [bnc#225463]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 8 10:38:35 CET 2009 - prusnak@suse.cz
|
||||
|
||||
|
6
at.spec
6
at.spec
@ -26,7 +26,7 @@ License: GPL v2 or later
|
||||
Group: System/Daemons
|
||||
AutoReqProv: on
|
||||
Version: 3.1.8
|
||||
Release: 1069
|
||||
Release: 1071
|
||||
Summary: A Job Manager
|
||||
Source: at_3.1.8-11.tar.gz
|
||||
Source1: atd.init
|
||||
@ -44,6 +44,7 @@ Patch8: %{name}-%{version}-formatbugs.patch
|
||||
Patch9: %{name}-%{version}-pam.patch
|
||||
Patch10: %{name}-%{version}-massive_batch.patch
|
||||
Patch11: %{name}-%{version}-documentation-dir.patch
|
||||
Patch12: %{name}-%{version}-queue-nice-level.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
PreReq: /usr/sbin/useradd /usr/sbin/groupadd %fillup_prereq %insserv_prereq
|
||||
|
||||
@ -73,6 +74,7 @@ Authors:
|
||||
%patch9
|
||||
%patch10
|
||||
%patch11
|
||||
%patch12
|
||||
|
||||
%build
|
||||
%{?suse_update_config:%{suse_update_config -f}}
|
||||
@ -149,6 +151,8 @@ fi
|
||||
/var/adm/fillup-templates/sysconfig.atd
|
||||
|
||||
%changelog
|
||||
* Thu Feb 12 2009 mseben@suse.cz
|
||||
- fixed nice level of queues : queue-nice-level.patch [bnc#225463]
|
||||
* Thu Jan 08 2009 prusnak@suse.cz
|
||||
- corrected selinux.patch [bnc#463521]
|
||||
* Wed Oct 08 2008 bwalle@suse.de
|
||||
|
Loading…
x
Reference in New Issue
Block a user