Removed pidof in favor of sysvinit killall5 pidof
This commit is contained in:
3
Makefile
3
Makefile
@@ -15,7 +15,7 @@ REPO = core
|
||||
BRIEF = Utilities providing process information
|
||||
DESC = procps is a set of command line and full-screen utilities that provide \
|
||||
information out of the pseudo-filesystem most commonly located at /proc
|
||||
SNAPVER = 4
|
||||
SNAPVER = 5
|
||||
|
||||
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
||||
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
||||
@@ -51,6 +51,7 @@ $(SRCDIR)/config.log: $(SRCDIR)/configure
|
||||
--libdir=/usr/lib \
|
||||
--disable-static \
|
||||
--disable-kill \
|
||||
--disable-pidof \
|
||||
--build=x86_64-snap-linux-gnu \
|
||||
--host=x86_64-snap-linux-gnu \
|
||||
--target=x86_64-snap-linux-gnu
|
||||
|
||||
Reference in New Issue
Block a user