Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ddclient start exec path incorrect #397

Closed
stratacast opened this issue Dec 16, 2024 · 1 comment
Closed

ddclient start exec path incorrect #397

stratacast opened this issue Dec 16, 2024 · 1 comment
Assignees

Comments

@stratacast
Copy link

Seems in a recent update the path for ddclient's binary changed and the manifest is not correct

--- ddclient.xml.org    2024-12-16 23:32:20.884196587 +0000
+++ ddclient.xml        2024-12-16 23:32:25.751420779 +0000
@@ -10,7 +10,7 @@
     <dependency name='filesystem' grouping='require_all' restart_on='error' type='service'>
       <service_fmri value='svc:/system/filesystem/local'/>
     </dependency>
-    <exec_method name='start' type='method' exec='/opt/local/sbin/ddclient -file %{config_file}' timeout_seconds='60'/>
+    <exec_method name='start' type='method' exec='/opt/local/bin/ddclient -file %{config_file}' timeout_seconds='60'/>
     <exec_method name='stop' type='method' exec=':kill' timeout_seconds='60'/>
     <property_group name='application' type='application'>
       <propval name='config_file' type='astring' value='/opt/local/etc/ddclient.conf'/>
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this issue Dec 17, 2024
@jperkin jperkin self-assigned this Dec 17, 2024
@jperkin
Copy link
Collaborator

jperkin commented Dec 17, 2024

Fixed, thanks!

@jperkin jperkin closed this as completed Dec 17, 2024
github-actions bot pushed a commit that referenced this issue Jan 9, 2025
Patch #397 - 2025/01/05

    add resource printRawChars to allow bypassing check in patch #389 which omits Unicode non-characters from printing (request by Adam Saponara).
    add visible-effect for SUB, per DEC 070 page 5-132.
    correct a limit-check in private mode 1045.
    add optional feature for block-selection, bound to meta-button-one (patch by Adam Saponara).
    if started as a VT52, identify the terminal as a real VT52 rather than VT52 emulated by VT100.
    amend change to VT52 cursor-addressing per DEC 070 (mintty #1299).
    correct ctlseqs.ms suffix for XTTITLEPOS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants