You can call your script from /etc/rc.d/rc.local file, which is comment 
as follows:

#------------------------------------
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

#---------------------------------------

Regards,

LelandJ



Wolfe, Stephen S YA-02 6 MDSS/SGSI wrote:
> This is low level stuff for most of you, but I seem to be stuck.
>
> I have a script that I run on a RedHat box that makes some network
> changes.  I want to call that script during subsequent reboots, to allow
> the changes to span reboots.
>
> This seems like a perfect time for a soft link to the script.
>
> So I go to rc3.d, add my S89network --> /home/user/script  link.
>
> Problem is, it doesn't execute.  The script requires a 'start' parameter
> if called from a shell, but I thought any link starting with 'S' would
> pass that to the script when called...yes/no?
>
> If not, how should I be going about calling this script (late in the
> startup process)
>
> I looked in dmesg, but all that's in there is some kernel level stuff.
>
> v/r
>  
>
> //SIGNED//
>
> Stephen S. Wolfe, YA2, DAF
> 6th MDG Data Services Manager
> 6th MDG Information System Security Officer
> Comm (813) 827-9994  DSN 651-9994
>
>
>
[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to