commit: ddb895b355e02c9c07b00bfaf00d1bf8a7abbc03 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Wed Nov 11 21:48:19 2015 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Wed Nov 11 21:48:19 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=ddb895b3
conf.d/netmount: typo fix X-Gentoo-Bug: 564846 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=564846 conf.d/netmount | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.d/netmount b/conf.d/netmount index fc19fd4..53717fc 100644 --- a/conf.d/netmount +++ b/conf.d/netmount @@ -25,11 +25,11 @@ #rc_need="net.eth1 net.eth2" # # If you are using a dynamic network management tool like -# networkmanager, dhcpcd in standalone mode, wicd, badvpn-ncd, etc, to +# NetworkManager, dhcpcd in standalone mode, wicd, badvpn-ncd, etc, to # manage the network interfaces with the routes to your netmounts, you # should list that tool. # -#rc_need="networkmanager" +#rc_need="NetworkManager" #rc_need="dhcpcd" #rc_need="wicd" #