diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2007-11-28 14:47:09 -0600 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2007-11-28 14:50:07 -0600 |
commit | b8e558d5784c8054a91dcefd8495b739a664dbae (patch) | |
tree | 2e27d3c03275b23740e8bc8ac8f541a18f64574c /rc.single | |
parent | 57879c6d6c51918b8106142e70643b53a9a8c7da (diff) |
Source /etc/rc.d/functions.d/ for additional initscript functions
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'rc.single')
-rwxr-xr-x | rc.single | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ . /etc/rc.conf . /etc/rc.d/functions +source_functions + if [ "$PREVLEVEL" = "3" -o "$PREVLEVEL" = "5" ]; then # Shutdown daemons let i=${#DAEMONS[@]} |