RPM's
- Is useful in a sense they put things in standard places which is good for
standardization in your network. So try to use RPM's as much as possible

- To answer your question
- Create a file called sysprogs.sh in /etc/rc.d/init.d/
- From memory Linux will start the programs in /etc/rc.d/initd/ in alphabetical
order (abcdefg whatever)

in the sysprogs.sh file type in

#!/bin/sh
/usr/local/sysprogs/bin/whatever

Exit and save the file

-Then type in chmod 755 sysprogs.sh to give it the correct the permissions
- Then reboot your Linux box to test this



On Mon, 05 Jun 2000, Ahbaid Gaffoor wrote:
> How do I get a script entered into /etc/rc.d/init.d to start and stop as
> the system boots and shuts down?
> 
> Thanks,
> 
> Ahbaid.
> 
> 
> -- 
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.
--


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to