X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=utilities%2Fovs-lib.in;h=01f4dedd361c0fddb455bdc771aee3a5014fd40d;hb=5824c938300d633ee854725324d15159b8b533fc;hp=3c63ddd98d6b196d729e7f31eb714f40051b810f;hpb=5dfad3fa05008bc88277a880650ae91a2ebef8ee;p=sliver-openvswitch.git diff --git a/utilities/ovs-lib.in b/utilities/ovs-lib.in index 3c63ddd98..01f4dedd3 100644 --- a/utilities/ovs-lib.in +++ b/utilities/ovs-lib.in @@ -39,6 +39,8 @@ fi VERSION='@VERSION@' +DAEMON_CWD=/ + LC_ALL=C; export LC_ALL ## ------------- ## @@ -159,7 +161,6 @@ start_daemon () { fi } -DAEMON_CWD=/ stop_daemon () { if test -e "$rundir/$1.pid"; then if pid=`cat "$rundir/$1.pid"`; then