From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta1.math.wisc.edu ([144.92.166.194]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1FM6Bg-0005Wa-00 for ; Wed, 22 Mar 2006 11:27:56 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by mta1.math.wisc.edu (Postfix) with ESMTP id ABF76740DD for ; Wed, 22 Mar 2006 10:27:25 -0600 (CST) Received: from mta1.math.wisc.edu ([127.0.0.1]) by localhost (mta1 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16856-04 for ; Wed, 22 Mar 2006 10:27:24 -0600 (CST) Received: from mailhost.math.wisc.edu (lcyoung.math.wisc.edu [144.92.166.90]) by mta1.math.wisc.edu (Postfix) with ESMTP id 21F2A740DC for ; Wed, 22 Mar 2006 10:27:24 -0600 (CST) Received: from yoda.math.wisc.edu (yoda.math.wisc.edu [144.92.166.12]) by mailhost.math.wisc.edu (Postfix) with ESMTP id F1FC8100451 for ; Wed, 22 Mar 2006 10:27:23 -0600 (CST) Message-Id: <6.1.0.6.2.20060322101035.01aef390@mailhost.math.wisc.edu> X-Sender: jheim@mailhost.math.wisc.edu (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Date: Wed, 22 Mar 2006 10:27:22 -0600 To: "Speakup is a screen review system for Linux." From: John Heim Subject: Re: Debian equivalent In-Reply-To: <000701c64c89$8f7cf740$6601a8c0@danmint> References: <000701c64c89$8f7cf740$6601a8c0@danmint> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-UWMath-MailScanner: amavisd-new at math.wisc.edu X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.7 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Mar 2006 16:27:56 -0000 Somewhere out there on the internet deep in an archive is a message from me asking the same question. What is the debian equivalent of the rc.local? I'm going to giveyou the same answer someone gave me and -- fair warning -- when I got this answer I would not accept it. You don't need an rc.local and, in fact, it's better to not have one. Everything in your rc.local belongs somewhere else. My initial reaction to the guy who told me that was "You are crazy". I argued with him about it. For instance, what about my fire wall script? What you can do, he pointed out, was trigger it in your ifup script so it runs only if you actually have a network connection. that's just an example. 'm not nearly the guru that this other guy was. So if you give me examples, I'm probably not going to be able to convince you. In fact, this other guy didn't convince me. What happened was that i gradually figured out better ways to do things and eventually, the rc.local I rigged up became empty. The one thing I can tell you right away though is that to start daemons in debian, you put a script in /etc/init.d/ and then create symlinks to it in the directorys for different run levels. I did a quick google search for docs on starting services in debian. I'm not saying this is the best tutorial out there but it it looks pretty good: http://www.servepath.com/support/debian_setupchecklist.htm At 07:48 PM 3/20/2006, you wrote: >Can anyone tell me if there is a debian equivalent of /etc/rc.d/rc.local? >this is usually where you might store certain local settings in other >distros. >I want to use it to pass a few parameters to Speakup at boot time. >thanks. > >Greenwood Bbs, Lake Placid, NY >telnet://greenwoodbbs.homeunix.com >telnet://greenwoo.synchro.net > > > > >_______________________________________________ >Speakup mailing list >Speakup@braille.uwo.ca >http://speech.braille.uwo.ca/mailman/listinfo/speakup