[Openvas-commits] r357 - trunk/openvas-libraries

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Aug 2 22:05:18 CEST 2007


Author: jan
Date: 2007-08-02 22:05:18 +0200 (Thu, 02 Aug 2007)
New Revision: 357

Added:
   trunk/openvas-libraries/libopenvas_hg/
Removed:
   trunk/openvas-libraries/libhosts_gatherer/
Modified:
   trunk/openvas-libraries/ChangeLog
   trunk/openvas-libraries/MANIFEST
   trunk/openvas-libraries/Makefile
Log:
* libhosts_gatherer, libopenvas_hg: renamed
libhosts_gatherer to libopenvas_hg.

* Makefile: renamed libhosts_gatherer to libopenvas_hg.

* MANIFEST: updated.



Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog	2007-08-02 19:20:00 UTC (rev 356)
+++ trunk/openvas-libraries/ChangeLog	2007-08-02 20:05:18 UTC (rev 357)
@@ -1,5 +1,14 @@
 2007-08-02  Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
 
+	* libhosts_gatherer, libopenvas_hg: renamed
+	libhosts_gatherer to libopenvas_hg.
+
+	* Makefile: renamed libhosts_gatherer to libopenvas_hg.
+
+	* MANIFEST: updated.
+
+2007-08-02  Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+
 	* libopenvas-config.pre.in, libhosts_gatherer/Makefile,
 	libhosts_gatherer/test.c: Renamed libhost_gatherer
 	by libopenvas_hg.

Modified: trunk/openvas-libraries/MANIFEST
===================================================================
--- trunk/openvas-libraries/MANIFEST	2007-08-02 19:20:00 UTC (rev 356)
+++ trunk/openvas-libraries/MANIFEST	2007-08-02 20:05:18 UTC (rev 357)
@@ -16,21 +16,21 @@
 include/nessus-devel.h
 INSTALL_README
 install-sh
-libhosts_gatherer/hg_add_hosts.c
-libhosts_gatherer/hg_add_hosts.h
-libhosts_gatherer/hg_debug.c
-libhosts_gatherer/hg_dns_axfr.c
-libhosts_gatherer/hg_dns_axfr.h
-libhosts_gatherer/hg_filter.c
-libhosts_gatherer/hg_filter.h
-libhosts_gatherer/hg_subnet.c
-libhosts_gatherer/hg_subnet.h
-libhosts_gatherer/hg_utils.c
-libhosts_gatherer/hg_utils.h
-libhosts_gatherer/hosts_gatherer.c
-libhosts_gatherer/hosts_gatherer.h
-libhosts_gatherer/Makefile
-libhosts_gatherer/test.c
+libopenvas_hg/hg_add_hosts.c
+libopenvas_hg/hg_add_hosts.h
+libopenvas_hg/hg_debug.c
+libopenvas_hg/hg_dns_axfr.c
+libopenvas_hg/hg_dns_axfr.h
+libopenvas_hg/hg_filter.c
+libopenvas_hg/hg_filter.h
+libopenvas_hg/hg_subnet.c
+libopenvas_hg/hg_subnet.h
+libopenvas_hg/hg_utils.c
+libopenvas_hg/hg_utils.h
+libopenvas_hg/hosts_gatherer.c
+libopenvas_hg/hosts_gatherer.h
+libopenvas_hg/Makefile
+libopenvas_hg/test.c
 libopenvas/arglists.c
 libopenvas/bpf_share.c
 libopenvas/comm.h

Modified: trunk/openvas-libraries/Makefile
===================================================================
--- trunk/openvas-libraries/Makefile	2007-08-02 19:20:00 UTC (rev 356)
+++ trunk/openvas-libraries/Makefile	2007-08-02 20:05:18 UTC (rev 357)
@@ -31,7 +31,7 @@
 
 all: $(ALLDEPS)
 	cd libopenvas && ${MAKE}
-	cd libhosts_gatherer && ${MAKE}
+	cd libopenvas_hg && ${MAKE}
 
 libopenvas-config: libopenvas-config.pre Makefile openvas-libraries.tmpl
 	@echo Creating $@ ...
@@ -46,7 +46,7 @@
 	touch $@
 
 win32:
-	-cd libhosts_gatherer && ${MAKE} distclean
+	-cd libopenvas_hg && ${MAKE} distclean
 	@echo
 	@echo ' --------------------------------------------------------------'
 	@echo ' The header files necessary and some docs have been generated,'
@@ -60,7 +60,7 @@
 	test -d ${prefix} || ${INSTALL_DIR} -m 755 ${prefix}
 	test -d ${includedir}/openvas || ${INSTALL_DIR} -m 755 ${includedir}/openvas
 	cd libopenvas && ${MAKE} install
-	cd libhosts_gatherer && ${MAKE} install
+	cd libopenvas_hg && ${MAKE} install
 
 
 	$(INSTALL) -m 0444 include/includes.h ${includedir}/openvas
@@ -85,13 +85,13 @@
 
 clean :
 	-cd libopenvas && ${MAKE} clean
-	-cd libhosts_gatherer && ${MAKE} clean
+	-cd libopenvas_hg && ${MAKE} clean
 
 distclean : clean
 	rm -f ${rootdir}/include/config.h libtool config.cache \
 	config.status config.log ${rootdir}/include/libvers.h 
 	-cd libopenvas && ${MAKE} distclean
-	-cd libhosts_gatherer && ${MAKE} distclean
+	-cd libopenvas_hg && ${MAKE} distclean
 	rm -f openvas-libraries.tmpl libopenvas-config libopenvas-config.pre
 
 dist:

Copied: trunk/openvas-libraries/libopenvas_hg (from rev 356, trunk/openvas-libraries/libhosts_gatherer)



More information about the Openvas-commits mailing list