pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/gated The "gated" script must be run early during ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fb22b21175e2
branches: trunk
changeset: 528189:fb22b21175e2
user: tron <tron%pkgsrc.org@localhost>
date: Tue Apr 24 12:06:18 2007 +0000
description:
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:
net/gated/Makefile | 4 ++--
net/gated/files/gated | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r 4d7bb3c960b5 -r fb22b21175e2 net/gated/Makefile
--- a/net/gated/Makefile Tue Apr 24 11:00:36 2007 +0000
+++ b/net/gated/Makefile Tue Apr 24 12:06:18 2007 +0000
@@ -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 -r 4d7bb3c960b5 -r fb22b21175e2 net/gated/files/gated
--- a/net/gated/files/gated Tue Apr 24 11:00:36 2007 +0000
+++ b/net/gated/files/gated Tue Apr 24 12:06:18 2007 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index