# HG changeset patch # User Hans-G?nter Theisgen # Date 1650706917 -3600 # Node ID 08e0172a1a692710c150c26cba621303028acce2 # Parent cf5131fd17f5431998338c89996c2a8ed985940f nagios-plugins: removed patch diff -r cf5131fd17f5 -r 08e0172a1a69 nagios-plugins/receipt --- a/nagios-plugins/receipt Sat Apr 23 10:03:51 2022 +0100 +++ b/nagios-plugins/receipt Sat Apr 23 10:41:57 2022 +0100 @@ -12,9 +12,9 @@ WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/refs/tags/release-$VERSION.tar.gz" SUGGESTED="nagios-plugins-lang" -DEPENDS="fping libssl" -BUILD_DEPENDS="automake libmysqlclient mysql-dev openldap-dev openssl-dev - radiusclient-ng radiusclient-ng-dev" +DEPENDS="fping libssl procps" +BUILD_DEPENDS="automake file libmysqlclient mysql-dev openldap-dev openssl-dev + procps radiusclient-ng radiusclient-ng-dev" current_version() { @@ -35,7 +35,6 @@ --with-fping-command="/usr/sbin/fping" \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - patch --strip=0 --input=$stuff/patches/check_load.c-2.4.0 && make && make install DESTDIR=$DESTDIR && make install-root DESTDIR=$DESTDIR diff -r cf5131fd17f5 -r 08e0172a1a69 nagios-plugins/stuff/patches/check_load.c-2.4.0 --- a/nagios-plugins/stuff/patches/check_load.c-2.4.0 Sat Apr 23 10:03:51 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ ---- plugins/check_load.c.original -+++ plugins/check_load.c -@@ -47,6 +47,7 @@ - #define LOADAVG_5MIN 1 - #define LOADAVG_15MIN 2 - #endif /* !defined LOADAVG_1MIN */ -+#define PS_COMMAND "/bin/ps" - - - static int process_arguments (int argc, char **argv);