> At 16:56 25/11/2002, you wrote: >>On Mon, 25 Nov 2002, Luis Miguel Cruz Miranda wrote: >> >> > Where can I find any init scripts to use and save iproute and tc >> rules? >> >>it sounds like you want the file /etc/rc.local, which is for additional >> startup stuff that isn't already handled elsewhere. > > I am looking for some script to do something similar to the iptables > script. Something like... > > service iproute (start|stop|restart|save) > service tc (start|stop|restart|save) > > :-) > > >>rday >> >>p.s. and please avoid cross-posting to more than one list. > > Ah ok ok :-), sorry. > > > > > >>-- >>redhat-list mailing list >>unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe >> https://listman.redhat.com/mailman/listinfo/redhat-list > > Luis Miguel Cruz Miranda. > CCNA - Systems Administrator > > > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/redhat-list
you can cp and edit any one of the init scritps in /etc/init.d/ to your preferences but you will still have to state in /etc/rc.d/rc.local service <script name> start or use chkconfig --add <scriptname> and set it to start at the appropiate run levels. (can someone tell us how this can be added to ntsysv?) -- Jesse Jacobs, Supa' Noob :) -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list