Ticket #238 (closed Bug report: fixed)

Opened 2 years ago

Last modified 1 year ago

Config file location is hardcoded

Reported by: anonymous Assigned to:
Priority: normal Milestone: Gateway 1.1.3
Component: Gateway Keywords: install
Cc:

Description

I had manually created a OpenWRT direcotry and wifidog.conf file inside it I copied the contents from the trunk link. Before running the configure shell script. Configure shell script found the wididog.conf file and put all the other related files in the same directory. The wifidog -f -d 7 command looks for /etc/wididog.conf even though the new path is /usr/local/Openwrt/wifidog.conf.

Attachments

Change History

09/05/06 11:22:31 changed by benoitg

  • priority changed from low to normal.
  • summary changed from configure shell script of wifidog to Config file location is hardcoded.

The problem is in conf.h, the line: #define DEFAULT_CONFIGFILE "/etc/wifidog.conf"

Should use the prefix defined by the build system.

10/27/06 02:12:02 changed by benoitg

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [1121]


Add/Change #238 (Config file location is hardcoded)




Action