Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/etc/rc.d Pull up revision 1.10 (requested by martti in ...
details: https://anonhg.NetBSD.org/src/rev/8c124b876c95
branches: netbsd-1-6
changeset: 530624:8c124b876c95
user: tron <tron%NetBSD.org@localhost>
date: Wed Aug 27 10:56:26 2003 +0000
description:
Pull up revision 1.10 (requested by martti in ticket #1442):
ipnat needs to be before SERVERS - one may need NAT for servers to work
(eg, ntpdate).
diffstat:
etc/rc.d/ipnat | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 017e8f816df2 -r 8c124b876c95 etc/rc.d/ipnat
--- a/etc/rc.d/ipnat Wed Aug 27 08:03:40 2003 +0000
+++ b/etc/rc.d/ipnat Wed Aug 27 10:56:26 2003 +0000
@@ -1,11 +1,11 @@
#!/bin/sh
#
-# $NetBSD: ipnat,v 1.7.2.2 2003/06/19 20:35:36 msaitoh Exp $
+# $NetBSD: ipnat,v 1.7.2.3 2003/08/27 10:56:26 tron Exp $
#
# PROVIDE: ipnat
# REQUIRE: ipfilter mountcritremote
-# BEFORE: DAEMON
+# BEFORE: SERVERS
. /etc/rc.subr
Home |
Main Index |
Thread Index |
Old Index