]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#899] addressed comments
authorRazvan Becheriu <razvan@isc.org>
Tue, 16 Feb 2021 16:50:57 +0000 (18:50 +0200)
committerRazvan Becheriu <razvan@isc.org>
Thu, 18 Feb 2021 17:23:57 +0000 (19:23 +0200)
doc/sphinx/arm/hooks-run-script.rst
src/hooks/dhcp/run_script/run_script.dox

index 21888d86e658cee9f8c8079709f5945068e409d4..fc3ad0ab0eb37efd3af74a8d1028576fccc2d065 100644 (file)
@@ -39,9 +39,9 @@ similar way as other hook libraries by the ``kea-dhcp4`` and
     }
 
 
-The parameters contain the 'name' which indicates the path and name of the
-external script to be called on each hookpoint, and also the 'sync' option
-to be able to wait synchronously for the script to finish execution.
+The parameters contain the 'name' which indicates the path to the external
+script to be called on each hookpoint, and also the 'sync' option to be able
+to wait synchronously for the script to finish execution.
 If the 'sync' parameter is false, then the script will be launched and Kea
 will not wait for the execution to finish, causing all the OUT parameters of
 the script (including next step) to be ignored.
index 90de04c3dc3ed6f2753f3ccee994beb7dae9a724..6da645d4065a3ffa567388732813a3b9508058a9 100644 (file)
@@ -66,9 +66,9 @@ the following Kea6 configuration:
 }
 @endcode
 
-The parameters contain the 'name' which indicates the path and name of the
-external script to be called on each hookpoint, and also the 'sync' option
-to be able to wait synchronously for the script to finish execution.
+The parameters contain the 'name' which indicates the path to the external
+script to be called on each hookpoint, and also the 'sync' option to be able
+to wait synchronously for the script to finish execution.
 If the 'sync' parameter is false, then the script will be launched and Kea
 will not wait for the execution to finish, causing all the OUT parameters of
 the script (including next step) to be ignored.