From aa75a7da7f3b0bb50be82f535244137bae423fa8 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 3 Jul 2018 17:02:50 +0200 Subject: examples/var_service/: use "svc" for service commands, other tweaks Signed-off-by: Denys Vlasenko --- examples/var_service/zcip_if/zcip_handler | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/var_service/zcip_if/zcip_handler') diff --git a/examples/var_service/zcip_if/zcip_handler b/examples/var_service/zcip_if/zcip_handler index 3c6ca788b..625450f7b 100755 --- a/examples/var_service/zcip_if/zcip_handler +++ b/examples/var_service/zcip_if/zcip_handler @@ -28,7 +28,7 @@ if test x"$1" != x"config"; then echo "Deconfiguring" rm "$file_ipconf" rm "$dir_ipconf/$file_ipconf" - sv u /var/service/fw + svc -u fw exit fi @@ -43,5 +43,5 @@ if test $? != 0; then echo "Reconfiguring fw" mkdir -p "$dir_ipconf" 2>/dev/null cp "$file_ipconf" "$dir_ipconf/$file_ipconf" - sv u /var/service/fw + svc -u fw fi -- cgit v1.2.3