On Wed, May 22, 2002 at 03:57:18PM -0500, Omar D. Samuels wrote: > I have a program that I want to run at startup... I wouldn't mind running it > instead of the "LRCFG". I've been snooping around the init.d and rc.d > sections but can't find exactly where to stick this. Can anyone help, > pleez? Thanks.
Actually lrcfg doesn't run on startup... It runs at login, and the place that that's specified is in /root/.profile towards the end: #Uncomment to run at login /usr/sbin/lrcfg - so what you could do is comment that line out, and put something else in there... but that's of course if you want /path/to/foo to run at *login*... If you want foo to run at *boot*, then I guess it needs to go in some /etc/init.d with a link from /etc/rcN.d, but I'm not too sure what the default runlevel is... and I should prolly not elaborate further... ;) HTH Jon Clausen _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
