Package: nagiosplugin / 1.2.2-1

Metadata

Package Version Patches format
nagiosplugin 1.2.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_example_shebang.patch | (download)

src/nagiosplugin/examples/check_haproxy_log.py | 2 1 + 1 - 0 !
src/nagiosplugin/examples/check_load.py | 2 1 + 1 - 0 !
src/nagiosplugin/examples/check_users.py | 2 1 + 1 - 0 !
src/nagiosplugin/examples/check_world.py | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 change shebang in examples to an absolute path
# The examples provided have a relative path to python. Without this
# patch, the examples would likely fail if a user attempted to run them.