Adding check_oom

This commit is contained in:
Jan Wagner 2022-02-19 17:00:28 +01:00
parent bbf8984c1b
commit c175581409
6 changed files with 795 additions and 0 deletions

14
check_oom/Makefile Normal file
View file

@ -0,0 +1,14 @@
PLUGIN := check_oom
CLEANFILES := check_oom
DOCFILES := README.md
include ../common.mk
check_oom:
cp $@.py $@
chmod 755 $@
install::
install -d $(DESTDIR)$(PLUGINDIR)
ln -s $(PLUGINDIR)/$(PLUGIN) $(DESTDIR)$(PLUGINDIR)/$(PLUGIN).py