PDA

View Full Version : tserver_mfs7 in rc.sysinit.author


Kevin Clark
12-02-2003, 09:16 PM
I put the tserver_mfs7 file in my /var/hack directory. I want to put a command in my rc.sysinit.author so it will run on boot and not have to manually run it each time. Would I enter it into my *.author file as: ./var/hack/tserver_mfs7?

Or - no period: /var/hack/tserver_mfs7?

And could I put a '&' at the end so it would only run when called upon?

eastwind
12-03-2003, 07:17 AM
7r9 & 10 Release Notes:

<snip>

2- The tserver_mfs program can now be run with ease from the rc.sysinit. I added the -s option to the command line (s is for "tcl Script"). Using this you can put the tserver_mfs anywhere you would like and the script anywhere. So rather than doing "tserver_mfs" like before and having it look in the current directory to the execution of the bin you can now do:

/var/hack/1/tserver_mfs -s /var/hack/1/NowShowing.tcl

And that will when needed run the script from that directory.