.
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysvinit?expand=0&rev=64
This commit is contained in:
parent
8417702aa6
commit
a4f186b9ac
@ -1,12 +0,0 @@
|
||||
--- makeboot.c
|
||||
+++ makeboot.c 2010-04-09 12:25:53.046395753 +0000
|
||||
@@ -248,6 +248,9 @@ void parse_makefile(const char *path)
|
||||
if (! strcmp(node->name, "xdm"))
|
||||
importance = 100;
|
||||
|
||||
+ if (! strcmp(node->name, "sshd"))
|
||||
+ importance = 2000;
|
||||
+
|
||||
if (! strncmp(node->name, "early", 5))
|
||||
importance = 8000;
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1bf3fb737bc8cd4e67ea383ebc5c2ea33661a786bac374c4cd9dff9119ec3fcf
|
||||
size 19661
|
4
startpar-0.56.dif
Normal file
4
startpar-0.56.dif
Normal file
@ -0,0 +1,4 @@
|
||||
--- .dummy
|
||||
+++ .dummy 2010-07-29 16:15:03.330924455 +0000
|
||||
@@ -0,0 +1 @@
|
||||
+Dummy
|
3
startpar-0.56.tar.bz2
Normal file
3
startpar-0.56.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee0b6840c05e49750888d8a48d99cedb42549c05f73ebf5c81e812a8553f59e9
|
||||
size 20257
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 29 18:15:34 CEST 2010 - werner@suse.de
|
||||
|
||||
- New startpar version 0.56
|
||||
* Handle processes within signal handler
|
||||
* Make first process loop more readable
|
||||
* Use pselect(2) to wait on SIGCHLD without using a pipe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 27 10:56:47 CEST 2010 - werner@suse.de
|
||||
|
||||
|
@ -24,7 +24,7 @@ Name: sysvinit
|
||||
%define KPVER 2.16
|
||||
%define SCVER 1.10
|
||||
%define SIVER 2.88
|
||||
%define START 0.54
|
||||
%define START 0.56
|
||||
License: GPLv2+
|
||||
Group: System/Base
|
||||
AutoReqProv: on
|
||||
@ -38,7 +38,7 @@ Source: http://download.savannah.gnu.org/releases/sysvinit/sysvinit-2.88
|
||||
Source2: killproc-2.16.tar.bz2
|
||||
Source3: powerd-2.0.2.tar.bz2
|
||||
Source4: showconsole-1.10.tar.bz2
|
||||
Source5: startpar-0.54.tar.bz2
|
||||
Source5: startpar-0.56.tar.bz2
|
||||
Source6: rc.powerd
|
||||
Source7: sysvinit-rpmlintrc
|
||||
Source8: mkinitrd-boot.sh
|
||||
@ -56,7 +56,7 @@ Patch20: powerd-2.0.2.dif
|
||||
Patch21: powerd-2.0.2-getaddrinfo.patch
|
||||
Patch30: killproc-2.16.dif
|
||||
Patch40: showconsole-1.10.dif
|
||||
Patch50: startpar-0.54.dif
|
||||
Patch50: startpar-0.56.dif
|
||||
Requires: sysvinit-tools
|
||||
Provides: sbin_init
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user