Adding check_oom
This commit is contained in:
parent
bbf8984c1b
commit
c175581409
6 changed files with 795 additions and 0 deletions
14
check_oom/Makefile
Normal file
14
check_oom/Makefile
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue