diff options
Diffstat (limited to 'net/speedtouch')
-rw-r--r-- | net/speedtouch/Makefile | 4 | ||||
-rw-r--r-- | net/speedtouch/files/adsl.sh | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net/speedtouch/Makefile b/net/speedtouch/Makefile index ab9c3ae13be..8e5557374d5 100644 --- a/net/speedtouch/Makefile +++ b/net/speedtouch/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2003/11/07 11:06:17 abs Exp $ +# $NetBSD: Makefile,v 1.10 2003/11/07 11:17:58 abs Exp $ # DISTNAME= speedtouch-1.2-beta2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= http://osdn.dl.sourceforge.net/sourceforge/speedtouch/ \ http://www.alcatel.com/consumer/dsl/ diff --git a/net/speedtouch/files/adsl.sh b/net/speedtouch/files/adsl.sh index 02c7fcfaaf4..6b3cba23016 100644 --- a/net/speedtouch/files/adsl.sh +++ b/net/speedtouch/files/adsl.sh @@ -1,9 +1,10 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: adsl.sh,v 1.4 2002/09/20 02:01:59 grant Exp $ +# $NetBSD: adsl.sh,v 1.5 2003/11/07 11:17:58 abs Exp $ # # PROVIDE: adsl -# REQUIRE: ipnat +# REQUIRE: NETWORKING +# BEFORE: ipnat # # On systems with rc.d you will need to copy this to /etc/rc.d and set # 'adsl=YES' in /etc/rc.conf |