aboutsummaryrefslogtreecommitdiff
path: root/rc.multi
diff options
context:
space:
mode:
Diffstat (limited to 'rc.multi')
-rwxr-xr-xrc.multi4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.multi b/rc.multi
index 0cddd1d..a7ea703 100755
--- a/rc.multi
+++ b/rc.multi
@@ -6,7 +6,7 @@
. /etc/rc.conf
. /etc/rc.d/functions
-run_hook start rc.multi
+run_hook multi_start
# Load sysctl variables if sysctl.conf is present
[ -r /etc/sysctl.conf ] && /sbin/sysctl -q -p &>/dev/null
@@ -26,6 +26,6 @@ if [ -x /etc/rc.local ]; then
/etc/rc.local
fi
-run_hook end rc.multi
+run_hook multi_end
# vim: set ts=2 noet: