Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/etc/rc.d pull up rev 1.19:



details:   https://anonhg.NetBSD.org/src/rev/26767f9ad4c2
branches:  netbsd-1-5
changeset: 489218:26767f9ad4c2
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Aug 23 12:27:27 2000 +0000

description:
pull up rev 1.19:
REQUIRE ipfilter and ipsec

approved: thorpej

diffstat:

 etc/rc.d/network |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 6a5cee530924 -r 26767f9ad4c2 etc/rc.d/network
--- a/etc/rc.d/network  Wed Aug 23 12:24:40 2000 +0000
+++ b/etc/rc.d/network  Wed Aug 23 12:27:27 2000 +0000
@@ -1,10 +1,10 @@
 #!/bin/sh
 #
-# $NetBSD: network,v 1.11.4.4 2000/08/09 19:09:44 lukem Exp $
+# $NetBSD: network,v 1.11.4.5 2000/08/23 12:27:27 lukem Exp $
 #
 
 # PROVIDE: network
-# REQUIRE: root mountcritlocal tty sysctl
+# REQUIRE: ipfilter ipsec mountcritlocal root tty sysctl
 
 . /etc/rc.subr
 



Home | Main Index | Thread Index | Old Index