From 5148047f8996df41b02543efd293ed02c83c8ee6 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 25 Oct 2012 16:33:43 -0500 Subject: netmount: drop need net from dependencies Reported-by: X-Gentoo-Bug: 439658 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=439658 --- conf.d/netmount | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 conf.d/netmount (limited to 'conf.d/netmount') diff --git a/conf.d/netmount b/conf.d/netmount new file mode 100644 index 00000000..7df2c8d7 --- /dev/null +++ b/conf.d/netmount @@ -0,0 +1,20 @@ +# Depending on how mounting your network file systems behaves when your +# network interfaces are down, you may need to set the netmount script to +# require specific network interfaces to be active. This file gives +# examples of how to do this: +# +# If you are using newnet and configuring the interface with a static +# address with the network script: +# rc_need="network" +# +# If you are using oldnet, you must list the specific net.* services you +# need: +# +# rc_need="net.eth0" +# rc_need="net.eth1 net.eth2" +# +# If you are using a dynamic network management tool like +# networkmanager, dhcpcd, etc, you should list that tool here. +# +# rc_need="networkmanager" +# rc_need="dhcpcd" -- cgit v1.2.3