Opened 3 years ago
Last modified 3 years ago
#120 new defect
vuurmuur_conf can't find help files when libvuurmuur is configured with the --with-shareddir option
| Reported by: | tigerp | Owned by: | tigerp |
|---|---|---|---|
| Priority: | minor | Milestone: | undecided |
| Component: | suite | Version: | 0.8beta2 |
| Keywords: | Cc: |
Description
When libvuurmuur is configured with the --with-shareddir=/usr/share , vuurmuur_conf tries to read the help files from /usr/share/help/vuurmuur.hlp .
Note: See
TracTickets for help on using
tickets.

The helpfile location is assembled by appending "/help/vuurmuur.hlp" to conf.datadir. Datadir is taken from the DATADIR define. My guess is that the --with-shareddir option also sets DATADIR...