summaryrefslogtreecommitdiff
path: root/net/gated
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2007-04-24 12:06:18 +0000
committertron <tron@pkgsrc.org>2007-04-24 12:06:18 +0000
commitf73c35c2e54abe077faf6627afaaf3293be36a3e (patch)
tree28d13149e0974bba28af6d2644110fc394b55585 /net/gated
parentd819c3e00728df4565690e84bf30f04059e13e92 (diff)
downloadpkgsrc-f73c35c2e54abe077faf6627afaaf3293be36a3e.tar.gz
The "gated" script must be run early during system startup because it is
part of the network initialization. Use similar dependences as the (corrected) "route6d" script. Bump package revision because of this fix. This should fix PR pkg/36203.
Diffstat (limited to 'net/gated')
-rw-r--r--net/gated/Makefile4
-rw-r--r--net/gated/files/gated5
2 files changed, 5 insertions, 4 deletions
diff --git a/net/gated/Makefile b/net/gated/Makefile
index 85a89d9f594..f044a529d66 100644
--- a/net/gated/Makefile
+++ b/net/gated/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2007/03/24 19:21:29 joerg Exp $
+# $NetBSD: Makefile,v 1.28 2007/04/24 12:06:18 tron Exp $
DISTNAME= gated-3-5-11
PKGNAME= gated-3.5.11
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= net
MASTER_SITES= http://ftp.rge.com/pub/networking/gated/ \
http://www.zcu.cz/ftp/pub/security/merit/gated/ \
diff --git a/net/gated/files/gated b/net/gated/files/gated
index 0232a23aff9..72564893911 100644
--- a/net/gated/files/gated
+++ b/net/gated/files/gated
@@ -1,10 +1,11 @@
#!/bin/sh
#
-# $NetBSD: gated,v 1.2 2001/04/05 17:01:11 wiz Exp $
+# $NetBSD: gated,v 1.3 2007/04/24 12:06:18 tron Exp $
#
# PROVIDE: gated
-# REQUIRE: DAEMON
+# REQUIRE: network mountcritlocal
+# BEFORE: NETWORKING
. /etc/rc.subr