On 07/20/2010 08:55 AM, lxnf9...@comcast.net wrote:
> On Tue, 20 Jul 2010, Frank Elsner wrote:
>
>> On Tue, 20 Jul 2010 10:12:29 -0500 (CDT) lxnf9...@comcast.net wrote:
>>> I added a wireless card to a machine that has no gui interface installed, 
>>> so no NM
>>> I configured wpa_supplicant and wlan startup script
>>> What I do not get is when the machine boots wpa_supplicant starts after the 
>>> network script
>> "after" is the problem. wpa_supplicant must start *before" network.
>> Change the sequence.
>>
>>
>> --Frank Elsner
>>
> '/etc/init.d/wpa_supplicant' has requirement '# Required-Start: $local_fs 
> messagebus'
> Should I also move these before network startup
> Who is responsible for deciding the sequence of these scripts
>
> Richard
The number after the uppercase S determines the sequence.
there is a script in /etc/rc :

for i in /etc/rc$runlevel.d/S* ; do

So, that will list the files in the normal collating sequence
and the number after the S will be the primary determinant
of which script is done first.


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to