@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= igmpproxy
PKG_VERSION:= 0.1
-PKG_RELEASE:= 2
+PKG_RELEASE:= 3
PKG_MD5SUM:= c56f41ec195bc1fe016369bf74efc5a1
PKG_DESCR:= a simple dynamic Multicast Routing Daemon
PKG_SECTION:= net
@@ -6,7 +6,7 @@
case $1 in
autostop) ;;
autostart)
- test x"${igmpproxy:-NO}" = x"NO"
+ test x"${igmpproxy:-NO}" = x"NO" && exit 0
exec sh $0 start
;;
start)