This commit is contained in:
parent
53b1d57779
commit
b8903da6d1
@ -106,7 +106,7 @@
|
||||
+#define alignof(type) ((sizeof(type)+(sizeof(void*)-1)) & ~(sizeof(void*)-1))
|
||||
+#define strsize(string) ((strlen(string)+1)*sizeof(char))
|
||||
--- startpar.c
|
||||
+++ startpar.c 2009-06-29 12:24:47.632457764 +0200
|
||||
+++ startpar.c 2009-07-28 16:47:11.198401578 +0200
|
||||
@@ -66,7 +66,8 @@ static struct makenode **nodevec;
|
||||
|
||||
#define PBUF_SIZE 8192
|
||||
@ -167,7 +167,15 @@
|
||||
perror(prg);
|
||||
_exit(1);
|
||||
}
|
||||
@@ -710,11 +711,11 @@ int main(int argc, char **argv)
|
||||
@@ -415,6 +416,7 @@ void do_forward(void)
|
||||
rr = r;
|
||||
}
|
||||
r -= rr;
|
||||
+ b += rr;
|
||||
}
|
||||
}
|
||||
_exit(0);
|
||||
@@ -710,11 +712,11 @@ int main(int argc, char **argv)
|
||||
{
|
||||
if ((*nodevec = pickup_task()))
|
||||
{
|
||||
@ -181,7 +189,7 @@
|
||||
goto finished;
|
||||
}
|
||||
|
||||
@@ -818,9 +819,12 @@ int main(int argc, char **argv)
|
||||
@@ -818,9 +820,12 @@ int main(int argc, char **argv)
|
||||
if (nodevec[num]->interactive)
|
||||
interactive_task = p;
|
||||
p->name = nodevec[num]->name;
|
||||
@ -195,7 +203,7 @@
|
||||
p->splashadd = calcsplash(num, argc, splashopt);
|
||||
p->num = num++;
|
||||
if (interactive_task)
|
||||
@@ -855,7 +859,7 @@ int main(int argc, char **argv)
|
||||
@@ -855,7 +860,7 @@ int main(int argc, char **argv)
|
||||
if (active == 0)
|
||||
{
|
||||
p = interactive_task;
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 28 16:48:09 CEST 2009 - werner@suse.de
|
||||
|
||||
- Do not loop around in the forwarder of startpar
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 16:32:50 CEST 2009 - werner@suse.de
|
||||
|
||||
|
@ -30,7 +30,7 @@ Group: System/Base
|
||||
PreReq: coreutils
|
||||
AutoReqProv: on
|
||||
Version: 2.86
|
||||
Release: 211
|
||||
Release: 212
|
||||
Summary: SysV-Style init
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: libselinux-devel libsepol-devel
|
||||
|
Loading…
x
Reference in New Issue
Block a user