From 812c48e61896f9334daf1c0db808d45aeedcccef Mon Sep 17 00:00:00 2001 From: udeved Date: Mon, 26 Jan 2015 00:27:30 +0100 Subject: [PATCH] [util] change NM service name for openrc to match pkg changes of NM-openrc --- conf/manjaro-tools.conf | 2 +- lib/util.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/manjaro-tools.conf b/conf/manjaro-tools.conf index db387a8..3bbcf8f 100644 --- a/conf/manjaro-tools.conf +++ b/conf/manjaro-tools.conf @@ -131,4 +131,4 @@ # unset defaults to given values, # names must match openrc service names # services in start_openrc array don't need to be listed here -# start_openrc_live=('bluetooth' 'networkmanager') +# start_openrc_live=('bluetooth' 'NetworkManager') diff --git a/lib/util.sh b/lib/util.sh index 98577fa..26e50c3 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -319,7 +319,7 @@ load_config(){ fi if [[ -z ${start_openrc_live} ]];then - start_openrc_live=('bluetooth' 'networkmanager') + start_openrc_live=('bluetooth' 'NetworkManager') fi return 0