aboutsummaryrefslogtreecommitdiff
path: root/net/dtcpclient
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2004-06-11 15:54:34 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2004-06-11 15:54:34 +0000
commitb244688d9bd4e1460177626677566b62c95ebf08 (patch)
tree83fa07eea770e3f32f09332513a468ea267ca542 /net/dtcpclient
parent0b604bfb479c77e0c90599885978644c12398757 (diff)
downloadports-b244688d9bd4e1460177626677566b62c95ebf08.tar.gz
ports-b244688d9bd4e1460177626677566b62c95ebf08.zip
Notes
Diffstat (limited to 'net/dtcpclient')
-rw-r--r--net/dtcpclient/Makefile2
-rw-r--r--net/dtcpclient/files/dtcpclient.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/dtcpclient/Makefile b/net/dtcpclient/Makefile
index f52d381edc9a..dd61b2d768af 100644
--- a/net/dtcpclient/Makefile
+++ b/net/dtcpclient/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dtcpclient
PORTVERSION= 20040601
-#PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= http://www.imasy.or.jp/~ume/ipv6/ \
http://home.jp.FreeBSD.org/~ume/ipv6/
diff --git a/net/dtcpclient/files/dtcpclient.sh b/net/dtcpclient/files/dtcpclient.sh
index 7050fba8c0b6..e8b0ee65658d 100644
--- a/net/dtcpclient/files/dtcpclient.sh
+++ b/net/dtcpclient/files/dtcpclient.sh
@@ -36,5 +36,5 @@ pidfile="/var/run/${name}.pid"
extra_commands="reload"
load_rc_config $name
-flags="${dtcpclient_flags} -u ${dtcpclient_username} ${dtcpclient_server}"
+command_args="-u ${dtcpclient_username} ${dtcpclient_server}"
run_rc_command "$1"