diff options
-rwxr-xr-x | etc/rc.d/hostid_save | 2 | ||||
-rwxr-xr-x | etc/rc.d/netif | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/hostid_save b/etc/rc.d/hostid_save index fca0521..e9a2e87 100755 --- a/etc/rc.d/hostid_save +++ b/etc/rc.d/hostid_save @@ -4,7 +4,7 @@ # # PROVIDE: hostid_save -# REQUIRE: root +# REQUIRE: hostid root # KEYWORD: nojail . /etc/rc.subr diff --git a/etc/rc.d/netif b/etc/rc.d/netif index d8998e5..48d8f1d 100755 --- a/etc/rc.d/netif +++ b/etc/rc.d/netif @@ -27,7 +27,7 @@ # PROVIDE: netif # REQUIRE: atm1 FILESYSTEMS serial sppp sysctl -# REQUIRE: ipfilter ipfs +# REQUIRE: hostid ipfilter ipfs # KEYWORD: nojailvnet . /etc/rc.subr |