wok diff connman/receipt @ rev 15694

Fix end of line
author Stanislas Leduc <shann@slitaz.org>
date Sat Dec 21 10:59:56 2013 +0100 (2013-12-21)
parents 2e44cbfb4fc3
children 802e79c735ff
line diff
     1.1 --- a/connman/receipt	Tue Dec 10 13:11:40 2013 +0000
     1.2 +++ b/connman/receipt	Sat Dec 21 10:59:56 2013 +0100
     1.3 @@ -79,6 +79,6 @@
     1.4  pre_remove()
     1.5  {
     1.6  	if [ -z "$1" ]; then
     1.7 -		/etc/init.d/connman stop
     1.8 +		/etc/init.d/connman stop 2> /dev/null
     1.9  	fi
    1.10  }