diff options
author | nork <nork@FreeBSD.org> | 2003-09-24 15:07:32 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-09-24 15:07:32 +0000 |
commit | cff14256fb138fa054d1703c155d48b03dcd1c8d (patch) | |
tree | 542b310e99bc52a81e870e500eb8c90eb8f3db96 /dns/ddclient/files | |
parent | d8f56f419e164f49e4c0cedfa09f2a34706833e4 (diff) | |
download | FreeBSD-ports-cff14256fb138fa054d1703c155d48b03dcd1c8d.zip FreeBSD-ports-cff14256fb138fa054d1703c155d48b03dcd1c8d.tar.gz |
Fix startup script.
PR: ports/56727
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: maintainer no response
Diffstat (limited to 'dns/ddclient/files')
-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 76b25b3..7ee5f70 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' ;; *) |