From 63db98c2a8e256f9219c5c6501b40846040bf089 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Thu, 22 May 2008 13:02:55 -0400 Subject: Remove source_functions in favor of always sourcing the dir This is an obvious oversight on my part - this change allows the overridden functions to work in daemon scripts and anything else that uses /etc/rc.d/functions by itself. Signed-off-by: Aaron Griffin --- rc.multi | 2 -- 1 file changed, 2 deletions(-) (limited to 'rc.multi') diff --git a/rc.multi b/rc.multi index 678b50e..8050e98 100755 --- a/rc.multi +++ b/rc.multi @@ -6,8 +6,6 @@ . /etc/rc.conf . /etc/rc.d/functions -source_functions - # Load sysctl variables if sysctl.conf is present [ -r /etc/sysctl.conf ] && /sbin/sysctl -q -p &>/dev/null -- cgit v1.2.3