LINUX.ORG.RU

из /sbin/runscript.sh:

# Source configuration files.
# (1) Source /etc/conf.d/net if it is a net.* service
# (2) Source /etc/conf.d/${SVCNAME} to get initscript-specific
# configuration (if it exists).
# (3) Source /etc/rc.conf to pick up potentially overriding
# configuration, if the system administrator chose to put it
# there (if it exists).
if net_service "${SVCNAME}" ; then
conf="$(add_suffix /etc/conf.d/net)"
[[ -e ${conf} ]] && source "${conf}"
fi

, а подставляются сначала переменные из /etc/conf.d/net, потом /etc/conf.d/net.lo, потом /etc/rc.conf(это в генте так, в других дистрах может быть по другому)

bydlokoder
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.