[ovs-dev] [PATCH ovn] ovn-lib: Fix the wrong ovn_etcdir path

Mark Michelson mmichels at redhat.com
Mon Sep 16 15:32:21 UTC 2019


On 9/16/19 9:00 AM, Dumitru Ceara wrote:
> On Mon, Sep 16, 2019 at 2:55 PM <nusiddiq at redhat.com> wrote:
>>
>> From: Numan Siddique <nusiddiq at redhat.com>
>>
>> 'sysconfdir' is used instead of 'ovn_sysconfdir' to determine the ovn_etcdir
>> path.
>>
>> Signed-off-by: Numan Siddique <nusiddiq at redhat.com>
> 
> Looks good to me, thanks!
> 
> Acked-by: Dumitru Ceara <dceara at redhat.com>

I pushed this to master.

> 
>> ---
>>   utilities/ovn-lib.in | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/utilities/ovn-lib.in b/utilities/ovn-lib.in
>> index 50111a76b..a8fc9d6db 100644
>> --- a/utilities/ovn-lib.in
>> +++ b/utilities/ovn-lib.in
>> @@ -25,7 +25,7 @@
>>   ovn_logdir=${OVN_LOGDIR-'@LOGDIR@'}                 # /var/log/ovn
>>   ovn_rundir=${OVN_RUNDIR-'@OVN_RUNDIR@'}                 # /var/run/ovn
>>   ovn_sysconfdir=${OVN_SYSCONFDIR-'@sysconfdir@'}     # /etc
>> -ovn_etcdir=$sysconfdir/ovn                          # /etc/ovn
>> +ovn_etcdir=$ovn_sysconfdir/ovn                      # /etc/ovn
>>   ovn_datadir=${OVN_PKGDATADIR-'@pkgdatadir@'}        # /usr/share/ovn
>>   ovn_bindir=${OVN_BINDIR-'@bindir@'}                 # /usr/bin
>>   ovn_sbindir=${OVN_SBINDIR-'@sbindir@'}              # /usr/sbin
>> --
>> 2.21.0
>>
>> _______________________________________________
>> dev mailing list
>> dev at openvswitch.org
>> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
> 



More information about the dev mailing list