summaryrefslogtreecommitdiff
path: root/security/nessus-plugins/files/extra-patch-3com-hub-amd64
diff options
context:
space:
mode:
Diffstat (limited to 'security/nessus-plugins/files/extra-patch-3com-hub-amd64')
-rw-r--r--security/nessus-plugins/files/extra-patch-3com-hub-amd6418
1 files changed, 18 insertions, 0 deletions
diff --git a/security/nessus-plugins/files/extra-patch-3com-hub-amd64 b/security/nessus-plugins/files/extra-patch-3com-hub-amd64
new file mode 100644
index 000000000000..81eacf635f91
--- /dev/null
+++ b/security/nessus-plugins/files/extra-patch-3com-hub-amd64
@@ -0,0 +1,18 @@
+--- plugins/make_world.orig Sun Jun 9 13:07:06 2002
++++ plugins/make_world Wed Apr 28 17:03:30 2004
+@@ -15,14 +15,7 @@
+ do if [ -d $i -a $i != CVS ]; then
+ if [ "$i" = "3com_hub" ];
+ then
+- libnet-config && {
+- cd $i
+- ${MAKE:-make} $MAKEFLAG $1
+- if [ $? -ne 0 ];then
+- BADPLUGINS="$BADPLUGINS $i"
+- fi
+- cd ..
+- }
++ BADPLUGINS="$BADPLUGINS $i";
+ else
+ cd $i
+ ${MAKE:-make} $MAKEFLAG $1