Removed pidof in favor of sysvinit killall5 pidof

This commit is contained in:
2018-05-26 15:16:43 -05:00
parent 8f9a0093ee
commit cefdb9f6f6

View File

@@ -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