aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-11-24 20:55:21 +0800
committerdirk <dirk@FreeBSD.org>2001-11-24 20:55:21 +0800
commitdb114a30776a24556f0cd67d5af0c16535e56f67 (patch)
tree066f88e4f77eac73470f8c2cd8c5b123cc796aaf /net
parented5530e96bac19d2bb07e96978ea98cf402307c8 (diff)
downloadfreebsd-ports-gnome-db114a30776a24556f0cd67d5af0c16535e56f67.tar.gz
freebsd-ports-gnome-db114a30776a24556f0cd67d5af0c16535e56f67.tar.zst
freebsd-ports-gnome-db114a30776a24556f0cd67d5af0c16535e56f67.zip
Fix startup script (add missing ;; in stop block).
Diffstat (limited to 'net')
-rw-r--r--net/ddclient/Makefile1
-rw-r--r--net/ddclient/files/ddclient.sh.sample1
2 files changed, 2 insertions, 0 deletions
diff --git a/net/ddclient/Makefile b/net/ddclient/Makefile
index 93f46b6afb7a..0817c7f13c36 100644
--- a/net/ddclient/Makefile
+++ b/net/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/net/ddclient/files/ddclient.sh.sample b/net/ddclient/files/ddclient.sh.sample
index 7d849d315d7b..76b25b345f07 100644
--- a/net/ddclient/files/ddclient.sh.sample
+++ b/net/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 }"