[Openvas-commits] r5650 - in trunk/openvas-libraries: . misc
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Oct 20 16:47:09 CEST 2009
Author: jan
Date: 2009-10-20 16:47:08 +0200 (Tue, 20 Oct 2009)
New Revision: 5650
Added:
trunk/openvas-libraries/misc/otp.h
Removed:
trunk/openvas-libraries/misc/ntp.h
Modified:
trunk/openvas-libraries/ChangeLog
trunk/openvas-libraries/MANIFEST
trunk/openvas-libraries/Makefile
Log:
* ntp.h: Renamed to otp.h.
* Makefile, MANIFEST: Adapted accordingly.
Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog 2009-10-20 14:43:56 UTC (rev 5649)
+++ trunk/openvas-libraries/ChangeLog 2009-10-20 14:47:08 UTC (rev 5650)
@@ -1,5 +1,11 @@
2009-10-20 Jan-Oliver Wagner <jan-oliver.wagner at greenbone.net>
+ * ntp.h: Renamed to otp.h.
+
+ * Makefile, MANIFEST: Adapted accordingly.
+
+2009-10-20 Jan-Oliver Wagner <jan-oliver.wagner at greenbone.net>
+
* misc/comm.h: Adjusted proto for comm_init.
* misc/ntp.h: Removed struct ntp_caps.
Modified: trunk/openvas-libraries/MANIFEST
===================================================================
--- trunk/openvas-libraries/MANIFEST 2009-10-20 14:43:56 UTC (rev 5649)
+++ trunk/openvas-libraries/MANIFEST 2009-10-20 14:47:08 UTC (rev 5650)
@@ -77,7 +77,7 @@
misc/Makefile
misc/network.c
misc/network.h
-misc/ntp.h
+misc/otp.h
misc/openvas_auth.c
misc/openvas_auth.h
misc/openvas_logging.c
Modified: trunk/openvas-libraries/Makefile
===================================================================
--- trunk/openvas-libraries/Makefile 2009-10-20 14:43:56 UTC (rev 5649)
+++ trunk/openvas-libraries/Makefile 2009-10-20 14:47:08 UTC (rev 5650)
@@ -61,7 +61,7 @@
$(INSTALL) -m 0444 misc/hash_table_file.h $(DESTDIR)${includedir}/openvas
$(INSTALL) -m 0444 misc/kb.h $(DESTDIR)${includedir}/openvas
$(INSTALL) -m 0444 misc/network.h $(DESTDIR)${includedir}/openvas
- $(INSTALL) -m 0444 misc/ntp.h $(DESTDIR)${includedir}/openvas
+ $(INSTALL) -m 0444 misc/otp.h $(DESTDIR)${includedir}/openvas
$(INSTALL) -m 0444 misc/pcap_openvas.h $(DESTDIR)${includedir}/openvas
$(INSTALL) -m 0444 misc/plugutils.h $(DESTDIR)${includedir}/openvas
$(INSTALL) -m 0444 misc/popen.h $(DESTDIR)${includedir}/openvas
Deleted: trunk/openvas-libraries/misc/ntp.h
===================================================================
--- trunk/openvas-libraries/misc/ntp.h 2009-10-20 14:43:56 UTC (rev 5649)
+++ trunk/openvas-libraries/misc/ntp.h 2009-10-20 14:47:08 UTC (rev 5650)
@@ -1,31 +0,0 @@
-/* OpenVAS
- * $Id$
- * Description: Base definitions for NTP.
- *
- * Authors:
- * Renaud Deraison <deraison at nessus.org> (Original pre-fork development)
- *
- * Copyright:
- * Based on work Copyright (C) 1998 Renaud Deraison
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
- */
-
-#ifndef _OPENVAS_OTP_H
-#define _OPENVAS_OTP_H
-
-#define OTP_10 100 /* OTP/1.0 */
-
-#endif
Copied: trunk/openvas-libraries/misc/otp.h (from rev 5649, trunk/openvas-libraries/misc/ntp.h)
Property changes on: trunk/openvas-libraries/misc/otp.h
___________________________________________________________________
Name: svn:mergeinfo
+
More information about the Openvas-commits
mailing list