summaryrefslogtreecommitdiffstats
path: root/src/hooks/initscripts
diff options
context:
space:
mode:
Diffstat (limited to 'src/hooks/initscripts')
-rwxr-xr-xsrc/hooks/initscripts15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/hooks/initscripts b/src/hooks/initscripts
index 06d467c..07003c8 100755
--- a/src/hooks/initscripts
+++ b/src/hooks/initscripts
@@ -1,21 +1,8 @@
# Use initscripts output formatting.
# This hook must be loaded after 'fancy'.
-# At some point, this can be removed. Configuration through rc.conf is
-# than still possible for initscripts users as a side effect.
-if [[ -f /etc/rc.conf ]]; then
- . /etc/rc.conf
- if ! checkyesno $WARNED &&
- [[ ${NETWORKS+x} = x || ${WIRED_INTERFACE+x} = x ||
- ${WIRELESS_INTERFACE+x} = x || ${AUTO_PROFILES+x} = x ]]; then
- report_err "Using /etc/rc.conf for netcfg settings is deprecated.
- Use /etc/conf.d/netcfg instead."
- export WARNED=yes
- fi
-fi
-
[[ ${FANCY_NORMAL+x} = x && -f /etc/rc.d/functions ]] || return
-#. /etc/rc.conf
+. /etc/rc.conf
. /etc/rc.d/functions