From 7796ebb7fa1f2c6cbedbe931a263d4938e16de36 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Sat, 18 Oct 2014 16:00:18 +0400 Subject: [PATCH] rc.conf: Dependency Fixes for bumblebee, dnsmasq, ntpd, samba. --- rc.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rc.conf b/rc.conf index c563418..1446711 100644 --- a/rc.conf +++ b/rc.conf @@ -17,3 +17,9 @@ unicode="YES" #rc_ulimit="-u 30" #rc_sys="" rc_tty_number=12 + +# Dependency Fixes +rc_bumblebee_need="!vgl !xdm" +rc_dnsmasq_need="!net" +rc_ntpd_need="!net" +rc_samba_need="!net"