Opened 13 years ago
Last modified 12 years ago
#120 new defect
vuurmuur_conf can't find help files when libvuurmuur is configured with the --with-shareddir option
Reported by: | Tiger!P | Owned by: | Tiger!P |
---|---|---|---|
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...