[util] change NM service name for openrc to match pkg changes of NM-openrc

This commit is contained in:
udeved 2015-01-26 00:27:30 +01:00
parent 17a0631674
commit 812c48e618
2 changed files with 2 additions and 2 deletions

View file

@ -131,4 +131,4 @@
# unset defaults to given values, # unset defaults to given values,
# names must match openrc service names # names must match openrc service names
# services in start_openrc array don't need to be listed here # services in start_openrc array don't need to be listed here
# start_openrc_live=('bluetooth' 'networkmanager') # start_openrc_live=('bluetooth' 'NetworkManager')

View file

@ -319,7 +319,7 @@ load_config(){
fi fi
if [[ -z ${start_openrc_live} ]];then if [[ -z ${start_openrc_live} ]];then
start_openrc_live=('bluetooth' 'networkmanager') start_openrc_live=('bluetooth' 'NetworkManager')
fi fi
return 0 return 0