diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-11-24 12:55:21 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-11-24 12:55:21 +0000 |
commit | ffc78fd4eac2db67141aca3b56ac242623fac4fc (patch) | |
tree | fb5f6c2f5f9eeb109b1ad0c8be29a576986df48b /dns | |
parent | e9185746c0fc62bfd787a7eef6dea92ef07f7f0e (diff) |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/ddclient/Makefile | 1 | ||||
-rw-r--r-- | dns/ddclient/files/ddclient.sh.sample | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index 93f46b6afb7a..0817c7f13c36 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -7,6 +7,7 @@ PORTNAME= ddclient PORTVERSION= 3.5.4 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://burry.ca:4141/ddclient/ diff --git a/dns/ddclient/files/ddclient.sh.sample b/dns/ddclient/files/ddclient.sh.sample index 7d849d315d7b..76b25b345f07 100644 --- a/dns/ddclient/files/ddclient.sh.sample +++ b/dns/ddclient/files/ddclient.sh.sample @@ -9,6 +9,7 @@ case "$1" in stop) /usr/bin/killall ddclient echo -n ' ddclient' + ;; *) echo "" echo "Usage: `basename $0` { start | stop }" |