[Openvas-commits] r1170 - in trunk/openvas-plugins: . audit
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Aug 22 02:57:11 CEST 2008
Author: jfs
Date: 2008-08-22 02:57:11 +0200 (Fri, 22 Aug 2008)
New Revision: 1170
Modified:
trunk/openvas-plugins/Makefile
trunk/openvas-plugins/audit/audit-plugins
Log:
Remove install-ness from target since there are no compiled NES plugins yet
Modified: trunk/openvas-plugins/Makefile
===================================================================
--- trunk/openvas-plugins/Makefile 2008-08-22 00:44:37 UTC (rev 1169)
+++ trunk/openvas-plugins/Makefile 2008-08-22 00:57:11 UTC (rev 1170)
@@ -42,7 +42,7 @@
$(DESTDIR)${mandir}/man1
install : all \
- install-dirs install-nasl install-inc install-nes \
+ install-dirs install-nasl install-inc \
install-man install-sync-script
test -d $(DESTDIR)${prefix}/bin || $(INSTALL_DIR) -m 755 \
Modified: trunk/openvas-plugins/audit/audit-plugins
===================================================================
--- trunk/openvas-plugins/audit/audit-plugins 2008-08-22 00:44:37 UTC (rev 1169)
+++ trunk/openvas-plugins/audit/audit-plugins 2008-08-22 00:57:11 UTC (rev 1170)
@@ -50,8 +50,8 @@
if [ $count -ne 0 ] ; then
echo "$count NON-FREE plugins found"
- echo "Please fix this (remove the files or remove them from the non-free-plugins file) and rerun the script"
- exit 1
+# echo "Please fix this (remove the files or remove them from the non-free-plugins file) and rerun the script"
+# exit 1
fi
echo "Looking for free plugins that depend on non-free..."
@@ -75,8 +75,8 @@
if [ $count -ne 0 ] ; then
echo "$count FREE plugins that depend on NON-FREE found"
- echo "Please fix this and rerun the script"
- exit 1
+# echo "Please fix this and rerun the script"
+# exit 1
fi
fi
@@ -109,8 +109,8 @@
if [ $count -ne 0 ] ; then
echo "$count NON-FREE plugins found"
- echo "Please fix this and rerun the script"
- exit 1
+# echo "Please fix this and rerun the script"
+# exit 1
fi
@@ -126,8 +126,8 @@
if [ $count -ne 0 ] ; then
echo "$count FREE plugins that depend on NON-FREE found"
- echo "Please fix this and rerun the script"
- exit 1
+# echo "Please fix this and rerun the script"
+# exit 1
fi
else
echo "Looking for plugins that depend on unavailable includes..."
@@ -145,8 +145,8 @@
if [ $count -ne 0 ] ; then
echo "$count FREE plugins that depend on NON EXISTANT plugins found"
- echo "Please fix this and rerun the script"
- exit 1
+# echo "Please fix this and rerun the script"
+# exit 1
fi
fi
More information about the Openvas-commits
mailing list