diff options
author | tron <tron@pkgsrc.org> | 2007-04-24 12:06:18 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-04-24 12:06:18 +0000 |
commit | f73c35c2e54abe077faf6627afaaf3293be36a3e (patch) | |
tree | 28d13149e0974bba28af6d2644110fc394b55585 | |
parent | d819c3e00728df4565690e84bf30f04059e13e92 (diff) | |
download | pkgsrc-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.
-rw-r--r-- | net/gated/Makefile | 4 | ||||
-rw-r--r-- | net/gated/files/gated | 5 |
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 |