diff options
author | dirk <dirk@FreeBSD.org> | 2001-11-24 20:55:21 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-11-24 20:55:21 +0800 |
commit | db114a30776a24556f0cd67d5af0c16535e56f67 (patch) | |
tree | 066f88e4f77eac73470f8c2cd8c5b123cc796aaf /net | |
parent | ed5530e96bac19d2bb07e96978ea98cf402307c8 (diff) | |
download | freebsd-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/Makefile | 1 | ||||
-rw-r--r-- | net/ddclient/files/ddclient.sh.sample | 1 |
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 }" |