diff options
author | H. P. <harald.p.@bechtle.com> | 2019-04-23 09:32:03 +0200 |
---|---|---|
committer | H. P. <harald.p.@bechtle.com> | 2019-04-23 09:32:03 +0200 |
commit | 98a9d53f5ce11e4d83189e7daf30f3d8303b2848 (patch) | |
tree | 19927be37427bafecfc264a60d3d0799269a1e17 /patches/raw/Makefile | |
parent | 1e2387474a449452b78520b9ad96a8b4b5e99722 (diff) | |
download | nagios-plugins-contrib-98a9d53f5ce11e4d83189e7daf30f3d8303b2848.tar.bz2 |
check_memory patch v1
Diffstat (limited to 'patches/raw/Makefile')
-rw-r--r-- | patches/raw/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/patches/raw/Makefile b/patches/raw/Makefile new file mode 100644 index 0000000..f8bfa92 --- /dev/null +++ b/patches/raw/Makefile @@ -0,0 +1,6 @@ +VERSION = 3.82 + +all: check_memory + +check_memory: + @patch --follow-symlinks -o check_memory.new check_memory.orig < check_memory.patch |