[ovs-dev] [PATCH] debian: Remove extra space in switch init script.

Justin Pettit jpettit at nicira.com
Sat Jan 29 03:06:35 UTC 2011


Not only does it look good, it feels good.  I really feel like I completed something this week.

It's been pushed.  Thanks.

--Justin


On Jan 28, 2011, at 6:54 PM, Ethan Jackson wrote:

> Looks Good.
> 
> On Fri, Jan 28, 2011 at 6:53 PM, Justin Pettit <jpettit at nicira.com> wrote:
>> ---
>>  debian/openvswitch-switch.init |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>> 
>> diff --git a/debian/openvswitch-switch.init b/debian/openvswitch-switch.init
>> index 935ea48..7361bf6 100755
>> --- a/debian/openvswitch-switch.init
>> +++ b/debian/openvswitch-switch.init
>> @@ -327,7 +327,7 @@ case "$1" in
>>             if running $daemon;  then
>>                 echo "running"
>>             else
>> -                echo " not running."
>> +                echo "not running."
>>                 exit 1
>>             fi
>>         done
>> --
>> 1.7.1
>> 
>> 
>> _______________________________________________
>> dev mailing list
>> dev at openvswitch.org
>> http://openvswitch.org/mailman/listinfo/dev_openvswitch.org
>> 





More information about the dev mailing list