From e201bd9f949c3144e42f821f3a6dc62b732d799c Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Thu, 10 Jan 2008 13:21:03 +0000 Subject: - Fix rc script Actually, the maintainer submits the rc script which uses 'name=noip2'. After some discussion with him, I changed it to use noip in order to match its port name, but forget to properly set $command. Pointy hat to: rafan Reported by: Andrea Venturoli Approved by: maintainer (implicit) --- dns/noip/files/noip.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dns') diff --git a/dns/noip/files/noip.in b/dns/noip/files/noip.in index 6b5edc96c9be..8630038bd2e6 100644 --- a/dns/noip/files/noip.in +++ b/dns/noip/files/noip.in @@ -17,7 +17,7 @@ name="noip" rcvar=`set_rcvar` -command="%%PREFIX%%/bin/${name}" +command="%%PREFIX%%/bin/noip2" load_rc_config $name -- cgit v1.2.3