Revision history for rc.sysinit
Additions:
The [[network startup]] script depends on the default network wizard (//defined in [[defaultconnect(5)|defaultconnect]]//), as summarized in the following table:
|=|Default Network Wizard|=|Coresponding Startup Scripts||
|=|Default Network Wizard|=|Coresponding Startup Scripts||
Deletions:
|=|Network Wizard|=|Startup Scripts||
Additions:
The [[network startup]] script depends on the default network wizard (//defined in [[defaultconnect(5)|defaultconnect]]//) used as summarized in the following table:
Deletions:
Additions:
The [[network startup]] script depends on the default network wizard (defined in [[defaultconnect(5)|defaultconnect]]) used as summarized in the following table:
Deletions:
Additions:
The [[network startup]] script depends on the default network wizard (defined in [[defaultconnect(5)|defaultconnect(5)]] used as summarized in the following table:
|=|Network Wizard|=|Startup Scripts||
||Pwireless2||rc.network_basic, Pwireless2||
||net-setup.sh|| /etc/rc.d/rc.network||
||net_wiz_classic||net_setup/etc/rc.d/rc.network||
||sns||rc.network_basic, /usr/local/simple_network_setup/rc.network||
||connectwizard*||rc.network_basic, /usr/local/simple_network_setup/rc.network **||
*connect wizard also executes an additional startup script based on the following code:
%% # eth0 usable?
if /sbin/ifconfig eth0 &>/dev/null ;then
if [ -x /etc/rc.d/rc.network ]; then
RCNETWORK=/etc/rc.d/rc.network
elif [ -e /etc/init.d/Pwireless2 ]; then
chmod 755 /etc/init.d/Pwireless2
fi
fi%%
|=|Network Wizard|=|Startup Scripts||
||Pwireless2||rc.network_basic, Pwireless2||
||net-setup.sh|| /etc/rc.d/rc.network||
||net_wiz_classic||net_setup/etc/rc.d/rc.network||
||sns||rc.network_basic, /usr/local/simple_network_setup/rc.network||
||connectwizard*||rc.network_basic, /usr/local/simple_network_setup/rc.network **||
*connect wizard also executes an additional startup script based on the following code:
%% # eth0 usable?
if /sbin/ifconfig eth0 &>/dev/null ;then
if [ -x /etc/rc.d/rc.network ]; then
RCNETWORK=/etc/rc.d/rc.network
elif [ -e /etc/init.d/Pwireless2 ]; then
chmod 755 /etc/init.d/Pwireless2
fi
fi%%