[hipl-commit] [trunk] Rev 4494: esp_prot_config.cfg no longer resides in the tools subdirectory.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 12 May 2010 13:46:40 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 12/05/2010 at 13:46:40
Revision: 4494
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  esp_prot_config.cfg no longer resides in the tools subdirectory.

Modified:
  M  firewall/esp_prot_config.c

=== modified file 'firewall/esp_prot_config.c'
--- firewall/esp_prot_config.c  2010-04-15 16:57:50 +0000
+++ firewall/esp_prot_config.c  2010-05-12 10:46:19 +0000
@@ -98,7 +98,7 @@
     config_init(cfg);
     HIP_DEBUG("reading config file: %s\n", config_file);
     HIP_IFEL(!config_read_file(cfg, config_file), -1,
-             "unable to read config file, please ensure that 
esp_prot_config.cfg from tools directory is located in /etc/hip/\n");
+             "unable to read config file, please ensure that 
esp_prot_config.cfg is located in /etc/hip/\n");
 
 out_err:
     if (err) {

Other related posts:

  • » [hipl-commit] [trunk] Rev 4494: esp_prot_config.cfg no longer resides in the tools subdirectory. - Diego Biurrun