On Mon, Jan 27, 2003 at 08:42:36PM +0530, bsnl wrote: > i am using redhat 7.1 . I have created firewall script rc.firewall and put > it in /etc/rc.d/init.d.But it is not execuitng.
Just putting a file in /etc/rc.d/init.d will not work. Even assuming as many have pointed out you have execute permission bits set on the file, the proper symlinks need to be in place to /etc/rc.d/rcn.d where n is the current runlevel. Simply put the file in /etc/rc.d and execute it at the end of /etc/rc.d/rc.local. Easiest way. Binand -- Russian Roulette with Unix: while :; do kill $RANDOM &> /dev/null && break || sleep 1; done ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
