diff options
author | nork <nork@FreeBSD.org> | 2003-09-24 23:07:32 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-09-24 23:07:32 +0800 |
commit | cff14256fb138fa054d1703c155d48b03dcd1c8d (patch) | |
tree | 542b310e99bc52a81e870e500eb8c90eb8f3db96 /dns/ddclient | |
parent | d8f56f419e164f49e4c0cedfa09f2a34706833e4 (diff) | |
download | freebsd-ports-gnome-cff14256fb138fa054d1703c155d48b03dcd1c8d.tar.gz freebsd-ports-gnome-cff14256fb138fa054d1703c155d48b03dcd1c8d.tar.zst freebsd-ports-gnome-cff14256fb138fa054d1703c155d48b03dcd1c8d.zip |
Fix startup script.
PR: ports/56727
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: maintainer no response
Diffstat (limited to 'dns/ddclient')
-rw-r--r-- | dns/ddclient/files/ddclient.sh.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/ddclient/files/ddclient.sh.sample b/dns/ddclient/files/ddclient.sh.sample index 76b25b345f07..7ee5f70dd1ad 100644 --- a/dns/ddclient/files/ddclient.sh.sample +++ b/dns/ddclient/files/ddclient.sh.sample @@ -7,7 +7,7 @@ case "$1" in fi ;; stop) - /usr/bin/killall ddclient + /bin/kill `cat /var/run/ddclient.pid` echo -n ' ddclient' ;; *) |