Opened 15 years ago
Closed 12 years ago
#22652 closed defect (fixed)
ddclient 3.8.0: miscellaneous enhancements
Reported by: | andreas.wilm@… | Owned by: | nerdling (Jeremy Lavergne) |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | Cc: | ||
Port: | ddclient |
Description (last modified by mf2k (Frank Schima))
Hi there,
just a few minor issues I came across while installing ddclient:
- A man page is missing. This would ideally contain info about how to use org.macports.ddclient.plist (same as displayed after installation) and OS X specific config options (see below).
The sample config cannot be used as such for two reasons:
- ssl-support is set to yes in sample config but cannot work if p5-io-socket-ssl is not installed (use as dependency?)
- Cache file is '/var/cache/ddclient/ddclient.cache' by default (if not set in config). This directory doesn't exist by default. Setting cache explicitly to /tmp/ddclient.cache might be a better choice.
Andreas
Change History (5)
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|---|
Keywords: | ddclient ssl-support cache removed |
Owner: | changed from macports-tickets@… to snc@… |
Port: | ddclient added |
comment:2 Changed 15 years ago by nerdling (Jeremy Lavergne)
Status: | new → assigned |
---|
comment:3 Changed 15 years ago by nerdling (Jeremy Lavergne)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 12 years ago by me@…
Resolution: | fixed |
---|---|
Status: | closed → reopened |
I only just installed ddclient today, but it still doesn't seem to have a correctly set default cache directory (it's still trying to use /var/cache/ddclient/ddclient.cache). I've been unable to find what the correct .conf directive is for changing the cache location, does anyone know what it is?
comment:5 Changed 12 years ago by nerdling (Jeremy Lavergne)
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Creating cache dir and forcing use of it in r98798.
Note: See
TracTickets for help on using
tickets.
There is no man page available in the distribution, so none are installed.
The README document (and other documentation) is installed in ${prefix}/share/ddclient
I added the SSL dependency creation and the default cache directory in r62136.