You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/ifstat/files/ifstat-1.1-hardened.patch

12 lines
416 B

--- a/configure.in
+++ b/configure.in
@@ -58,7 +58,7 @@
/*) file=$with_proc; with_proc=yes ;;
*) file=/proc/net/dev
AC_MSG_CHECKING([for proc interface in $file])
- if grep -q Inter- $file 2>/dev/null; then
+ if true; then
AC_DEFINE([USE_PROC], 1, [Define if you want to use /proc to get stats])
AC_DEFINE_UNQUOTED([PROC_FILE], ["$file"], [Proc file to poll for stats])
with_proc=yes