Source-Changes-HG archive

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

[src/trunk]: src/etc/rc.d run sysctl early enough.



details:   https://anonhg.NetBSD.org/src/rev/b756767ee0c1
branches:  trunk
changeset: 983902:b756767ee0c1
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Sun Jun 13 10:14:40 2021 +0000

description:
run sysctl early enough.

diffstat:

 etc/rc.d/sysctl |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 817d86ba199a -r b756767ee0c1 etc/rc.d/sysctl
--- a/etc/rc.d/sysctl   Sun Jun 13 10:07:56 2021 +0000
+++ b/etc/rc.d/sysctl   Sun Jun 13 10:14:40 2021 +0000
@@ -1,11 +1,11 @@
 #!/bin/sh
 #
-# $NetBSD: sysctl,v 1.13 2004/08/13 18:08:03 mycroft Exp $
+# $NetBSD: sysctl,v 1.14 2021/06/13 10:14:40 mlelstv Exp $
 #
 
 # PROVIDE: sysctl
-# REQUIRE: root ipfilter ipsec
-# BEFORE:  DAEMON
+# REQUIRE: root
+# BEFORE:  DISKS
 
 $_rc_subr_loaded . /etc/rc.subr
 



Home | Main Index | Thread Index | Old Index