Author: jan
Date: 2007-07-20 12:46:34 +0200 (Fri, 20 Jul 2007)
New Revision: 292

Modified:
   trunk/openvas-libraries/ChangeLog
   trunk/openvas-libraries/libopenvas/services.h
Log:
* libopenvas/services.h: Fixed location of openvas-services.


Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog   2007-07-20 10:26:16 UTC (rev 291)
+++ trunk/openvas-libraries/ChangeLog   2007-07-20 10:46:34 UTC (rev 292)
@@ -1,3 +1,7 @@
+2007-07-20  Jan-Oliver Wagner <[EMAIL PROTECTED]>
+
+       * libopenvas/services.h: Fixed location of openvas-services.
+
 2007-07-19  Jan-Oliver Wagner <[EMAIL PROTECTED]>
 
        * openvas-libraries.tmpl.in: Removed remains for libcap-nessus

Modified: trunk/openvas-libraries/libopenvas/services.h
===================================================================
--- trunk/openvas-libraries/libopenvas/services.h       2007-07-20 10:26:16 UTC 
(rev 291)
+++ trunk/openvas-libraries/libopenvas/services.h       2007-07-20 10:46:34 UTC 
(rev 292)
@@ -21,9 +21,9 @@
 #define _NESSUSL_SERVICES_H
 
 /* **** Config **** */
-/* If you want Nessus to switch to the system services file when its own file 
+/* If you want OpenVAS to switch to the system services file when its own file 
  * fails, UNdefine the next symbol. Otherwise, /etc/services is read only 
- * once when nessus-services is rebuilt */
+ * once when openvas-services is rebuilt */
 #define NESSUS_SVC_READS_ETC_SERVICES
 
 /* If you want Nessus to sort the services file before reading them,
@@ -34,7 +34,7 @@
 
 /* **** FILES **** */
 
-#define NESSUS_SERVICES                NESSUS_STATE_DIR 
"/nessus/nessus-services"
+#define NESSUS_SERVICES                NESSUS_STATE_DIR 
"/lib/openvas/openvas-services"
 /* If you want Nessus to use a second input file, uncomment next line */
 /*#define NESSUS_IANA_PORTS    CONF_DIR "/iana-port-numbers"*/
 

_______________________________________________
Openvas-commits mailing list
[email protected]
http://lists.wald.intevation.org/mailman/listinfo/openvas-commits

Reply via email to