aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/hooks.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rc/hooks.sh')
-rwxr-xr-xlibexec/rc/hooks.sh17
1 files changed, 7 insertions, 10 deletions
diff --git a/libexec/rc/hooks.sh b/libexec/rc/hooks.sh
index 7c478fbeda15..af4aff3d6bc5 100755
--- a/libexec/rc/hooks.sh
+++ b/libexec/rc/hooks.sh
@@ -1,6 +1,4 @@
:
-# SPDX-License-Identifier: BSD-2-Clause
-
# NAME:
# hooks.sh - provide hooks for customization
#
@@ -20,7 +18,7 @@
#
# DESCRIPTION:
# The functions add_hooks and run_hooks are retained for
-# backwards compatability. They are aliases for hooks_add and
+# backwards compatibility. They are aliases for hooks_add and
# hooks_run.
#
# hooks_add_all simply adds the "func"s to the list "HOOKS".
@@ -50,16 +48,15 @@
#
# RCSid:
-# $Id: hooks.sh,v 1.24 2024/12/13 03:55:52 sjg Exp $
+# $Id: hooks.sh,v 1.26 2025/08/07 21:59:54 sjg Exp $
#
# @(#)Copyright (c) 2000-2024 Simon J. Gerraty
#
-# This file is provided in the hope that it will
-# be of use. There is absolutely NO WARRANTY.
-# Permission to copy, redistribute or otherwise
-# use this file is hereby granted provided that
-# the above copyright notice and this notice are
-# left intact.
+# SPDX-License-Identifier: BSD-2-Clause
+#
+# Please send copies of changes and bug-fixes to:
+# sjg@crufty.net
+#
# avoid multiple inclusion
_HOOKS_SH=: