]> git.ipfire.org Git - people/stevee/network.git/blobdiff - src/header-zone
ipv4-static: Update hook
[people/stevee/network.git] / src / header-zone
index 2120377d5aa23f9049d8426846de830ba3c26e3d..808a54a79e492153835d630027ed5b74370b9905 100644 (file)
@@ -69,17 +69,6 @@ function hook_discover() {
        exit ${DISCOVER_NOT_SUPPORTED}
 }
 
        exit ${DISCOVER_NOT_SUPPORTED}
 }
 
-# The default help function.
-function hook_help() {
-       # If no man page has been configured, we print an error message.
-       if [ -z "${HOOK_MANPAGE}" ]; then
-               error "There is no help available for hook '${HOOK}'. Exiting."
-               exit ${EXIT_ERROR}
-       fi
-
-       cli_show_man ${HOOK_MANPAGE}
-}
-
 # Do nothing
 function hook_parse_cmdline() {
        return ${EXIT_OK}
 # Do nothing
 function hook_parse_cmdline() {
        return ${EXIT_OK}