CVS: moonbase/security/nessus BUILD,1.2,1.3 DEPENDS,1.1,1.2
elaine at lunar-linux.org
elaine at lunar-linux.org
Mon Oct 13 13:09:53 GMT 2003
Update of /var/cvs/lunar/moonbase/security/nessus
In directory dbguin.lunar-linux.org:/tmp/cvs-serv3328
Modified Files:
BUILD DEPENDS
Log Message:
Removed if;then;fi from DEPENDS file, adjusted BUILD to suit
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/security/nessus/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 26 Mar 2003 21:37:39 -0000 1.2
+++ BUILD 13 Oct 2003 13:09:51 -0000 1.3
@@ -1,5 +1,11 @@
(
+ if grep -q "enable-gtk" $MODULE_CONFIG; then
+ if ! module_installed gtk+; then
+ lin gtk+
+ fi
+ fi
+
LIBOPTS=$LIBOPTS"--enable-release --enable-nessuspcap --enable-cipher"
LIBNASLOPTS=""
COREOPTS=$COREOPTS" --enable-release --enable-syslog"
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/security/nessus/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS 14 Oct 2002 14:48:39 -0000 1.1
+++ DEPENDS 13 Oct 2003 13:09:51 -0000 1.2
@@ -1,6 +1,3 @@
depends nmap &&
depends openssl &&
-depends wget &&
-if grep -q "enable-gtk" $MODULE_CONFIG; then
- depends gtk+
-fi
+depends wget
More information about the Lunar-commits
mailing list