From 3759f8673abaf7d641329019a9a876dc238f3887 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Sun, 19 Oct 2014 11:57:31 +0400 Subject: [PATCH] rc.conf: Dependency Fixes for preload, local. --- rc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc.conf b/rc.conf index 72abfce..3b8c754 100644 --- a/rc.conf +++ b/rc.conf @@ -23,5 +23,5 @@ rc_bumblebee_need="!vgl !xdm" rc_dnsmasq_need="!net" rc_ntpd_need="!net" rc_samba_need="!net" -rc_preload_need="!ntpd" -rc_local_need="!ntpd" +rc_preload_use="!ntpd" +rc_local_after="!ntpd"