Update to sysvinit-2.96
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysvinit?expand=0&rev=241
This commit is contained in:
parent
70767aa31e
commit
c1c518c975
@ -4,7 +4,7 @@
|
||||
2 files changed, 3 insertions(+), 1 deletion(-)
|
||||
|
||||
--- man/killall5.8
|
||||
+++ man/killall5.8 2019-06-17 12:05:21.101622374 +0000
|
||||
+++ man/killall5.8 2019-09-18 07:39:31.188377719 +0000
|
||||
@@ -44,6 +44,7 @@ process were killed, and 1 if it was una
|
||||
.SH SEE ALSO
|
||||
.BR halt (8),
|
||||
@ -15,9 +15,9 @@
|
||||
.SH AUTHOR
|
||||
Miquel van Smoorenburg, miquels@cistron.nl
|
||||
--- man/pidof.8
|
||||
+++ man/pidof.8 2019-06-17 12:06:25.816419988 +0000
|
||||
@@ -94,6 +94,7 @@ Zombie processes or processes in disk sl
|
||||
are ignored, as attempts to access the stats of these will sometimes fail.
|
||||
+++ man/pidof.8 2019-09-18 07:40:18.859489726 +0000
|
||||
@@ -101,6 +101,7 @@ The \-z flag (see above) tells pidof to
|
||||
processes, at the risk of failing or hanging.
|
||||
|
||||
.SH SEE ALSO
|
||||
+.BR pidofproc (8),
|
||||
|
@ -3,8 +3,8 @@
|
||||
1 file changed, 52 insertions(+)
|
||||
|
||||
--- src/killall5.c
|
||||
+++ src/killall5.c 2018-08-06 12:45:03.832836347 +0000
|
||||
@@ -470,6 +470,38 @@ int readarg(FILE *fp, char *buf, int sz)
|
||||
+++ src/killall5.c 2019-09-18 07:41:29.094181373 +0000
|
||||
@@ -478,6 +478,38 @@ int readarg(FILE *fp, char *buf, int sz)
|
||||
}
|
||||
|
||||
/*
|
||||
@ -43,7 +43,7 @@
|
||||
* Read the proc filesystem.
|
||||
* CWD must be /proc to avoid problems if / is affected by the killing (ie depend on fuse).
|
||||
*/
|
||||
@@ -674,6 +706,26 @@ int readproc(int do_stat)
|
||||
@@ -683,6 +715,26 @@ int readproc(int do_stat)
|
||||
p->nfs = 0;
|
||||
|
||||
switch (do_stat) {
|
||||
|
@ -44,7 +44,7 @@
|
||||
MANDB :=
|
||||
endif
|
||||
|
||||
@@ -203,13 +199,8 @@ install: all
|
||||
@@ -202,13 +198,8 @@ install: all
|
||||
done
|
||||
# $(INSTALL_DIR) $(ROOT)/etc/
|
||||
# $(INSTALL_EXEC) ../doc/initscript.sample $(ROOT)/etc/
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9029cb93f36bbbad8e1ce109f75e6f4d26056d271106e8812cda7159b6f86c8
|
||||
size 124576
|
3
sysvinit-2.96.tar.xz
Normal file
3
sysvinit-2.96.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a2e26b72aa235a23ab1c8471005f890309ce1196c83fbc9413c57b9ab62b587
|
||||
size 122164
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 07:45:38 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Update to sysvinit 2.96
|
||||
* Added -z command line paramter to pidof which tells pidof to
|
||||
try to find processes in uninterruptable (D) or zombie (Z) states.
|
||||
This can cause pidof to hang, but produces a more complete process
|
||||
list.
|
||||
* Reformatted init code to make if/while logic more clear.
|
||||
* Make sure src/Makefile cleans up all executable files
|
||||
when parent Makefile calls "make clean".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 29 13:25:34 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
Name: sysvinit
|
||||
%define KPVER 2.23
|
||||
%define SCVER 1.20
|
||||
%define SIVER 2.95
|
||||
%define SIVER 2.96
|
||||
%define START 0.63
|
||||
Version: %{SIVER}
|
||||
Release: 0
|
||||
|
Loading…
Reference in New Issue
Block a user